This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 1.0.3a on powerpc-ibm-aix4.3.1.0 ?
- To: "Paul Forgey" <paulf at aphrodite dot com>
- Subject: Re: 1.0.3a on powerpc-ibm-aix4.3.1.0 ?
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Fri, 02 Oct 1998 11:19:52 -0400
- Cc: egcs at cygnus dot com
>>>>> "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