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: 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


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