This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems installing egcs-1.1 on powerpc-ibm-aix4.1.5.0
- To: Matthias Mueller <matthias at ica1 dot uni-stuttgart dot de>
- Subject: Re: Problems installing egcs-1.1 on powerpc-ibm-aix4.1.5.0
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 02 Sep 1998 12:59:26 -0400
- Cc: egcs at cygnus dot com
>>>>> Matthias Mueller writes:
Matthias> configure; make fails due to a missing flag for the AIX linker
The compiler should be built using "configure; make bootstrap".
When the bootstrap target is used, BOOT_LDFLAGS is set to -Wl,-bbigtoc
which in turn sets LDFLAGS at the *correct phase" of the bootstrap
process. Please look at the installation documentation.
Thanks, David