This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 64-bit C-compiling on AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Dipl.Ing. Eduard Thurner" <Eduard dot Thurner at domea dot com>
- Cc: gcc at gnu dot org
- Date: Tue, 01 Apr 2003 09:59:27 -0500
- Subject: Re: 64-bit C-compiling on AIX
>>>>> Dipl Ing Eduard Thurner writes:
Dipl> Tried to compile and link a 64-bit HelloWorld.c
Dipl> with
Dipl> - gcc 3.2.1 and
Dipl> - binutils 2.13.2 (as, ld)
Dipl> and failed during linking:
>> gcc -maix64 -o HelloWorld HelloWorld.c
Dipl> "collect2: ld returned 1 exit status"
Use AIX as and AIX ld, not Binutils on AIX.
David