This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ada compiler not installed on this system?


Still trying to get Ada going on Solaris 8 sparc. I downloaded AND
installed gnat 3.13 (3.14 & 31.5) binaries using the doconfig and
doinstall scripts provided by the binary distro. 

Once installed, I added the gnat/bin directory to my path and gnat/lib
to my LD_LIBRARY_PATH. So I'm using the gcc supplied with gnat to do the
actual compile (gcc 2.8.1) of gcc 3.1.1.

gcc 3.1.1 configures fine, it finds gcc, gnatbind, and so forth.
However, during the make bootstrap process I see the following error:

make[3]: Entering directory `/mayne/c/admpubsw/gcc/gnatbuild/gcc/ada'
gcc -c -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional     -W -Wall -gnatpg -gnata -I- -I. -I../../../gcc-3.1.1/gcc/ada ../../../gcc-3.1.1/gcc/ada/ada.ads
gcc: ../../../gcc-3.1.1/gcc/ada/ada.ads: Ada compiler not installed on this system
make[3]: *** [ada.o] Error 1
make[3]: Leaving directory `/mayne/c/admpubsw/gcc/gnatbuild/gcc/ada'
make[2]: *** [gnat1] Error 2
make[2]: Leaving directory `/mayne/c/admpubsw/gcc/gnatbuild/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mayne/c/admpubsw/gcc/gnatbuild/gcc'
make: *** [bootstrap] Error 2

What gives with this? didn't gnat get installed? I just don't get this
at all. Please help, this is driving me NUTSO.

This happens with gnat 3.13p and 3.14p. I've been told I can't bootstrap
gcc 3 with gnat 3.15p (at least on solaris 8 sparc) and thus didn't try
that one yet.

Better help yet would be if someone can supply a gnat binary for Solaris
intel that I can recompile gcc 3.1.1 there instead of the Sparc box.

Thanks in advance.

-- 
Carl B. Constantine         University of Victoria
Programmer Analyst          http://www.csc.uvic.ca
UNIX System Administrator   Victoria, BC, Canada
cconstan@csc.uvic.ca        ELW A220, 721-8753


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]