This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
build fails on powerpc-ibm-aix4.3.3.0
- From: "Brian Ruppert" <csw at bruppert dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 17 May 2002 14:25:10 -0500
- Subject: build fails on powerpc-ibm-aix4.3.3.0
Trying to bootstrap GCC 3.1 on my AIX system, using IBM's C compiler
(version 5):
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I../../gcc-3.1/gcc -I../../g
cc-3.1/gcc/. -I../../gcc-3.1/gcc/config -I../../gcc-3.1/gcc/../include
../../gcc
-3.1/gcc/tradcif.c -o tradcif.o
"tradcif.y", line 222.17: 1506-196 (W) Initialization between types
"unsigned ch
ar*" and "const unsigned char*" is not allowed.
"tradcif.y", line 319.12: 1506-068 (W) Operation between types "unsigned
char*"
and "const unsigned char*" is not allowed.
"tradcif.y", line 438.1: 1506-343 (S) Redeclaration of parse_escape differs
from
previous declaration on line 35 of "tradcif.y".
"tradcif.y", line 438.1: 1506-381 (I) The type "const unsigned char**" of
parame
ter 1 in the prototype declaration is not compatible with the corresponding
para
meter type "unsigned char**" in the nonprototype declaration.
make[2]: *** [tradcif.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/build/gccbuild/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/build/gccbuild/gcc'
make: *** [bootstrap] Error 2
Any clues? Ideas would be much appreciated. Thanks;
-- Brian Ruppert