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: "dmitry at sdsc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Aug 2004 18:08:08 -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 dmitry at sdsc dot edu 2004-08-10 18:08 -------
I now have a different error when compiling with gcc (v 2.9)
gcc -g -O2 -DIN_GCC -DHAVE_CONFIG_H -I. -I.
-I/gpfs/dmitry/gcc-3.4.1/gcc -I/gpfs/dmitry/gcc-3.4.1/gcc/.
-I/gpfs/dmitry/gcc-3.4.1/gcc/../include \
-DTARGET_MACHINE=\"powerpc-ibm-aix5.2.0.0\" \
-c /gpfs/dmitry/gcc-3.4.1/gcc/collect2.c -o collect2.o
/gpfs/dmitry/gcc-3.4.1/gcc/collect2.c:2645: conflicting types for `ldgetname'
/usr/include/ldfcn.h:193: previous declaration of `ldgetname'
gmake[1]: *** [collect2.o] Error 1
Please explain what is meant by "incorrect definition of CC in the
Makefile or mixing files compiled with the native C compiler and GCC".
I am not changing anything at all from the original source. I am
just typing configure and then gmake in the build directory.
I am using gmake 3.79.1 as recommended. Thanks for clarification.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16953