This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Error while "make" gcc3.0
- From: llewelly at xmission dot com
- To: "prashant kulkarni" <tcs_prashant at hotmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 23 Apr 2004 19:41:53 -0600
- Subject: Re: Error while "make" gcc3.0
- References: <BAY12-F33KS53q8vaet0000b7cb@hotmail.com>
"prashant kulkarni" <tcs_prashant@hotmail.com> writes:
> Hi,
> I am getting error while making the gcc compiler.
>
> My system is AIX . Please help..
What version AIX? I'm told 4.x and 5.x are quite different.
This message: http://gcc.gnu.org/ml/gcc/2000-12/msg00509.html
which I found by searching gcc.gnu.org, suggests you 'add
"-Wl,-bbigtoc" to LDFLAGS' . But it is an old message.
3.0 is an old version of gcc. GCC 3.3.3 is newer, may work better, and
has been bootstrapped on aix 4.1.5, 4.3.3, 5.1.0, and 5.2.0 . (See
gcc.gnu.org/buildstat.html .
http://gcc.gnu.org/install/specific.html#*-ibm-aix* gives
platform-specific notes for building on aix. You should read it
carefully.