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

wilson at specifixinc dot com gcc-bugzilla@gcc.gnu.org
Fri Aug 13 02:41:00 GMT 2004


------- Additional Comments From wilson at specifixinc dot com  2004-08-13 02:41 -------
Subject: Re:  failure to build gcc-3.4.1 on IBM-AIX

dmitry at sdsc dot edu wrote:
> Please explain what is meant by "incorrect definition of CC in the 
> Makefile or mixing files compiled with the native C compiler and GCC".

You mentioned an "inline" error from xlc.  This is a configure/make 
error.  You must use the same compiler with configure as you use with 
make.  This is OK
   CC=xlc configure; make
this is not
   configure; make CC=xlc
If you want to change compilers, you need to reconfigure.


-- 


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



More information about the Gcc-bugs mailing list