This is the mail archive of the gcc@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]

Re: 1.0.3a on powerpc-ibm-aix4.3.1.0 ?


>>>>> "Paul Forgey" writes:

Paul> I'm attempting to build 1.0.3a on powerpc-ibm-aix4.3.1.0.  make bootstrap
Paul> yields the following.  I realize this isn't a problem in 1.1b, however I
Paul> need 1.0.3a around to compile some old f'd-up 3rd party code..

Paul> stage1/xgcc -Bstage1/  -DIN_GCC    -O2 -g  -DHAVE_CONFIG_H     -I. -I../../g
Paul> cc -I../../gcc/config  \
Paul> -DTARGET_MACHINE=\"powerpc-ibm-aix4.3.1.0\" -DUSE_COLLECT2 \
Paul> -c `echo ../../gcc/collect2.c | sed 's,^\./,,'`
Paul> In file included from ../../gcc/collect2.c:123:
Paul> /usr/include/ldfcn.h:47: #error -qlonglong must be used

	Add -D_LONG_LONG to CPP_PREDEFINES in gcc/config/rs6000/aix41.h
for egcs-1.0.3 as is present in egcs-1.1b.

David


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