egcs1.1b on rs6000-ibm-aix3.2
David Edelsohn
dje@watson.ibm.com
Fri Oct 9 19:52:00 GMT 1998
>>>>> Aaron McDonough writes:
Aaron> Has anybody had any success building 1.1b on rs6000-ibm-aix3.2?
Aaron> Following is the result of a make bootstrap:
Aaron> make[1]: Entering directory `/nfs/zeus/extra/ibm-egcs/build/libiberty'
Aaron> test x"no" != xyes || \
Aaron> xlc -c -DHAVE_CONFIG_H -g -I. -I../../egcs-1.1b/libiberty/../include
Aaron> ../../egcs-1.1b/libiberty/fdmatch.c -o pic/fdmatch.o
Aaron> xlc -c -DHAVE_CONFIG_H -g -I. -I../../egcs-1.1b/libiberty/../include
Aaron> ../../egcs-1.1b/libiberty/fdmatch.c
Aaron> "../../egcs-1.1b/libiberty/fdmatch.c", line 59.10: 1506-007 (S) Struct
Aaron> or union stat is undefined.
Aaron> "../../egcs-1.1b/libiberty/fdmatch.c", line 60.10: 1506-007 (S) Struct
Aaron> or union stat is undefined.
Aaron> "../../egcs-1.1b/libiberty/fdmatch.c", line 62.21: 1506-045 (S)
Aaron> Undeclared identifier sbuf1.
Aaron> "../../egcs-1.1b/libiberty/fdmatch.c", line 63.21: 1506-045 (S)
Aaron> Undeclared identifier sbuf2.
Aaron> make[1]: *** [fdmatch.o] Error 1
Aaron> make[1]: Leaving directory `/nfs/zeus/extra/ibm-egcs/build/libiberty'
Aaron> make: *** [all-libiberty] Error 2
Aaron> Any pointers are appreciated...
Aaron> I just subscribed to this list so can replies be cc'd to my e-mail
Aaron> address?
Bootstrapping with "xlc" is not normal and not the default. You
specifically overrided something to choose that mode of the compiler.
Please try bootstrapping again with CC=cc *not* xlc.
David
More information about the Gcc
mailing list