This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help building gcc for aix 5.3
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "jesse cronce" <jessecronce at stargate dot net>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 24 Jun 2003 14:52:18 -0400
- Subject: Re: Help building gcc for aix 5.3
The problem is using a GCC compiler configured for AIX 5.2 with
AIX 5.2 headers to build GCC for AIX 5.3. AIX 5.3 include atoll and GCC
tries to use it, but the AIx 5.2 cached header files do not declare atoll,
so the return type is wrong. You need to remove the AIX 5.2 cached
header.
David