[Bug other/16953] failure to build gcc-3.4.1 on IBM-AIX

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Aug 10 00:20:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-10 00:20 -------
Did you read <http://gcc.gnu.org/install/specific.html>?

But basically use --disable-nls because the xlc does not support the intl needed.

Also:

Errors involving alloca when building GCC generally are due to an incorrect definition of CC in the 
Makefile or mixing files compiled with the native C compiler and GCC. During the stage1 phase of the 
build, the native AIX compiler must be invoked as cc (not xlc). Once configure has been informed of 
xlc, one needs to use make distclean to remove the configure cache files and ensure that CC 
environment variable does not provide a definition that will confuse configure. If this error occurs 
during stage2 or later, then the problem most likely is the version of Make (see above).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16953



More information about the Gcc-bugs mailing list