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


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