This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successfully built and installed GNU gcc 3.0.3
- From: Mohammad Bahathir Hashim <bakhtiar at softhome dot net>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 26 Dec 2001 19:08:50 +0800
- Subject: Successfully built and installed GNU gcc 3.0.3
FYI:
Configuration:-
CFLAGS='-Os -s -fno-strength-reduce' ./configure --enable-threads=posix --enable-languages=c,c++
% gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs
Configured with: ./configure --enable-threads=posix --enable-lang=c,c++ :
(reconfigured) ./configure --enable-threads=posix : (reconfigured)
./configure --enable-threads=posix --enable-languages=c,c++
Thread model: posix
gcc version 3.0.3
% g++ -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.3/specs
Configured with: ./configure --enable-threads=posix --enable-lang=c,c++ :
(reconfigured) ./configure --enable-threads=posix : (reconfigured)
./configure --enable-threads=posix --enable-languages=c,c++
Thread model: posix
gcc version 3.0.3
% uname -a
Linux vfr 2.4.17 #3 Mon Dec 24 11:32:34 MYT 2001 i686 unknown
Linux Distro : Slackware 7.1
Linux Kernel : 2.4.17
Glibc : 2.1.3
Others:-
Don't use -fomit-frame-pointer options while compiling gcc source codes.
It segfaulted at least on my system.
Yours,
Mohammad Bahathir Hashim,
bakhtiar@softhome.net
MALAYSIA