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]

3.1/Ada question



I have a system with gcc-3.0.4, and the ALT(Ada for Linux team) gnatgcc.
Yesterday I finally managed to build gcc-3.1 (from CVS) with gnat, using
the following method:

cd gcc-build
../gcc-3.1-snapshot/configure --prefix=/usr/gcc-test
make bootstrap
cd gcc
make gnatlib_and_tools
make install
cd ..
make install

(the second make install resultet in some ada errors)

Then I tested it with
PATH=/usr/gcc-test/bin:$PATH
mkdir gcc-build-2
../gcc-3.1-snapshot/configure --prefix=/usr/gcc-prerelease
make bootstrap
cd gcc
make gnatlib_and_tools
make install
cd ..
make install


It seems to work, but why isn't the entire ada stuff compiled and installed
with the normal make boostrap; make install?
And do I need some extra configure options to enable all gnat features?

-- 
Jan Kroken


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