This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/16953] failure to build gcc-3.4.1 on IBM-AIX
- From: "wilson at specifixinc dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Aug 2004 02:41:56 -0000
- Subject: [Bug other/16953] failure to build gcc-3.4.1 on IBM-AIX
- References: <20040809235824.16953.dmitry@sdsc.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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