I've tried building GNU GNAT ada compiler from source
ftp://cs.nyu.edu/pub/gnat/ on Solaris 8/x86 using GCC 2.95.3 but it all
fails horribly. 'No make rule for gnatlib and gnattools'.
Has anyone tried or got any glues for building gnat.
Thanks,
Paul Walker
paul.p...@ic24.net
I believe gnat requires a version of 2.8 to build it does not and will not
build on the 2.9 line from what I have heard. Until the "grand
unification" is complete and all of the patches in 2.8 get rolled into 2.9
or 3 you will need to have to gcc installations one for your c++ work
(2.9.x) and one for your ada work (2.8.X). Unfortunately I do not know the
exact 2.8 number you need.
Kevin