This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: oddity building gcc-2.95.2 on aix4
- To: Steven Lembark <lembark at wrkhors dot com>
- Subject: Re: oddity building gcc-2.95.2 on aix4
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Fri, 01 Dec 2000 14:08:14 -0500
- cc: gcc at gcc dot gnu dot org
>>>>> Steven Lembark writes:
Steven> Assembler messages:
Steven> Fatal error: invalid listing option `6'
This is a well-known error. This means that your build is finding
the GNU assembler and not the AIX assembler. The GNU assembler in the
last binutils release did not have 64-bit AIX support. Do not use the GNU
assembler or GNU linker to build GCC until 64-bit AIX 4.3 support is
included.
David