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]

successful build gcc 3.2 RH 7.3 i686-pc-linux-gnuc,c++,f77,java,ada,objc


Hi, 
I did a successful of gcc 3.2 on stock(+custom kernel) Redhat 7.3.

[noselasd@space noselasd]$ uname -a
Linux space 2.4.19-XFS #1 Sun Aug 4 02:55:34 CEST 2002 i686 unknown

[noselasd@space tmp]$ gcc-3.2/config.guess 
i686-pc-linux-gnu

glibc-2.2.5-36


Getting the ada frontend was not straight forward. I got a binary
gnat-3.14p-i686-pc-linux-gnu-bin.tar.gz from
ftp://cs.nyu.edu/pub/gnat/3.14p/ , and installed it according to its
readme file.
When configuring gcc I did(not sure if everything was actually needed):

ADAC=/usr/gnat/bin/gcc PATH=/usr/gnat/bin/real:$PATH
LD_LIBRARY_PATH=/usr/gnat/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/
./configure --enable-languages=java,c,c++,f77,objc,ada

ADAC=/usr/gnat/bin/gcc PATH=/usr/gnat/bin/real:$PATH
LD_LIBRARY_PATH=/usr/gnat/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/ make
bootstrap
cd gcc
make gnatlib_and_tools
cd ..
make install

[noselasd@space noselasd]$ /opt/gcc32/bin/gcc -v
Reading specs from /opt/gcc32/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: ../gcc-3.2/configure --prefix=/opt/gcc32
--enable-languages=java,c,c++,f77,objc,ada
Thread model: posix
gcc version 3.2


-- 
Nils Olav Selåsdal <NOS@Utel.no>
System Developer, UtelSystems a/s
w w w . u t e l s y s t e m s . c o m



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