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


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