This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]