This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
problem when compiling gcc 2.95.2 on AIX 5.1
- From: "Sapra, Vikas" <Vikas_Sapra at adc dot com>
- To: "'gcc-help at gnu dot org'" <gcc-help at gnu dot org>
- Date: Mon, 23 Sep 2002 20:25:35 -0500
- Subject: problem when compiling gcc 2.95.2 on AIX 5.1
Hi All,
I receive following error when compiling 2.95.2 on AIX 5.1. Any help would be great appreciated.
Vikas
cd ch; make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g" "CLIB=-lld" "GCC_FOR_TARGET=/var/tmp/gcc2952/gcc-2.95.2/gcc/xgcc -B/var/tmp/gcc2952/gcc-2.95.2/gcc/ -B/usr/local/rs6000-ibm-aix/bin/ -I/usr/local/rs6000-ibm-aix/include" "LDFLAGS=" "LEX=lex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/var/tmp/gcc2952/gcc-2.95.2/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=ranlib" "RANLIB_TEST_FOR_TARGET=[ -f ranlib ] || ( [ "rs6000-ibm-aix" = "rs6000-ibm-aix" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=" "build_exeext=" "objext=.o" "exec_prefix=/usr/local" "prefix=/usr/local" "local_prefix=/usr/local" "gxx_include_dir=/usr/local/lib/gcc-lib/rs6000-ibm-aix/2.95.2/../../../..`echo /usr/local | sed -e 's|^/usr/local||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/usr/local/rs6000-ibm-aix" "gcc_tooldir=/usr/local/lib/gcc-lib/rs6000-ibm-aix/2.95.2/../..!
/../../rs6000-ibm-aix" "bindir=/usr/local/bin" "libsubdir=/usr/local/lib/gcc-lib/rs6000-ibm-aix/2.95.2" "datadir=/usr/local/share" "distdir=../tmp/\$(subdir)" "localedir=/usr/local/share/locale" "CC=cc" "CHILLFLAGS=-g" "CHILL_FOR_TARGET=/var/tmp/gcc2952/gcc-2.95.2/gcc/xgcc -B/var/tmp/gcc2952/gcc-2.95.2/gcc/ -B/usr/local/rs6000-ibm-aix/bin/ -L/var/tmp/gcc2952/gcc-2.95.2/gcc/ch/runtime/" "CHILL_LIB=-lchill" "GNUCHILL_VERSION=1.5.2" ../cc1chill
cc -c -DIN_GCC -g -I. -I.. -I. -I./.. -I./../config -I./../../include decl.c
"decl.c", line 1809.54: 1506-280 (W) Function argument assignment between types "int(*)(const void*,const void*)" and "int(*)()" is not allowed.
"decl.c", line 4448.1: 1506-343 (S) Redeclaration of start_struct differs from previous declaration on line 736 of "ch-tree.h".
"decl.c", line 4448.1: 1506-381 (I) The type "enum tree_code" of parameter 1 in the prototype declaration is not compatible with the corresponding parameter type "enum chill_tree_code" in the nonprototype declaration.
make: 1254-004 The error code from the last command is 1.