This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Build problem on AIX 5.1 in libiberty, uint64_t definition
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: Build problem on AIX 5.1 in libiberty, uint64_t definition
- From: Geert Bosch <bosch at gnat dot com>
- Date: Thu, 1 Nov 2001 18:15:43 -0500 (EST)
- Cc: gcc at gcc dot gnu dot org
On Thu, 1 Nov 2001, David Edelsohn wrote:
Based on the verbose output, you appear to be using gcc-2.8.1
configured for AIX 4.3.2. gcc-2.95 and later defined _LONG_LONG. gcc-3.0
support AIX 5.1. The problem has been fixed for a while.
If the only problem is _LONG_LONG, you probably can tweak the
gcc-2.8.1 specs file to define _LONG_LONG and make progress.
Thanks for the tip. Indeed, I missed the issue that the problem is in
the used compiler, which is not compatible with AIX 5.1. Your workaround
using the specs file is interesting, I'll give it a try.
-Geert