This is the mail archive of the gcc@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 in gcc-3.4.3 on x86_64


I'm trying to build and use Ada in 3.4.3 but not getting anywhere.

When I try to use the new compiler I get this:

gcc -c conftest.adb
fatal error, run-time library not installed correctly
cannot locate file system.ads
compilation abandoned


I looked back in the make install results and found this:

make[3]: Entering directory
`/home/kolosiek/downloads/gcc/gcc-3.4.3-obj/gcc/ada'
You must first build the GNAT library: make gnatlib
make[3]: *** [../stamp-gnatlib] Error 1
make[3]: Leaving directory
`/home/kolosiek/downloads/gcc/gcc-3.4.3-obj/gcc/ada'


I tried doing make gnatlib from the top level and got this:

make gnatlib
make: *** No rule to make target `gnatlib'.  Stop.


I also noticed several messages like this:

/usr/bin/install: cannot stat `gnatbl': No such file or directory
/usr/bin/install: cannot stat `gnatchop': No such file or directory


I'm using Fedora Core 2 on x86-64 with gcc 3.3.3 to build 3.4.3. I did
../gcc-3.4.3/configure (no parameters) and make bootstrap.


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