This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Unsuccessful build of 3.1 on AIX 5.1
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Walter Landry <wlandry at ucsd dot edu>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 20 May 2002 12:26:40 -0400
- Subject: Re: Unsuccessful build of 3.1 on AIX 5.1
>>>>> Walter Landry writes:
Walter> The mpcc script adds -binitfini:poe_remote_main to the arguments for the C
Walter> compiler, which sounds a lot like what the special crt0.o is supposed
Walter> to do. Certainly, the programs run fine without this special crt0.o.
If your version of POE no longer needs crt0.o, you should be able
to edit the "specs" file on your GCC installation so that it adds
-binitfini:poe_remote_main to the link line and uses the normal system
crt0.o. Supporting two different versions of POE in GCC will be
difficult.
David