This is the mail archive of the gcc-bugs@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]

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


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


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