This is the mail archive of the gcc@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: GCC 3.3 build on AIX 5.2, done


>>>>> Alexy Khrabrov writes:

Alexy> -- IBM-packaged gcc 2.9-aix51 fails to bootstrap

	This is the same problem: gcc 2.9-aix51 includes a "fixed"
stdlib.h in its header cache that does not declare atoll().

Alexy> After more than 10 hours of deliberate checking for things,
Alexy> declaration and linkage, it builds.

	The checking is faster if one uses Bash as the shell instead of
the native AIX Ksh, e.g.,

make SHELL=bash CONFIG_SHELL=bash ...

David


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