This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Successfully built and installed GNU gcc 3.0.3
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Mohammad Bahathir Hashim <bakhtiar at softhome dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 26 Dec 2001 11:38:35 -0800
- Subject: Re: Successfully built and installed GNU gcc 3.0.3
- References: <20011226110850.GA29246@vfr.aldrich.com.my>
On Wed, Dec 26, 2001 at 07:08:50PM +0800, Mohammad Bahathir Hashim wrote:
> 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.
Thanks! I've added this to the GCC 3.0 build status page at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Janis