This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
3.3.4 build report: powerpc-ibm-aix4.3.3.0
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 3 Jun 2004 10:02:55 -0700
- Subject: 3.3.4 build report: powerpc-ibm-aix4.3.3.0
I built 3.3.4 for AIX 4.3.3 (powerpc-ibm-aix4.3.3.0), using
the vendor cc, as, and ld. Results are at
http://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00101.html .
Java doesn't build on this platform.
I had to use --disable-nls to get a successful build. Without this flag,
I got the following failure in the gcc/intl directory:
cc -c -DIN_GCC -DLOCALEDIR=\"/u/jbuck/cvs.aix/3.3.4-pre/share/locale\" -DLOCALE_ALIAS_PATH=\"/u/jbuck/cvs.aix/3.3.4-pre/share/locale\" -DLIBDIR=\"/u/jbuck/cvs.aix/3.3.4-pre/lib\" -DHAVE_CONFIG_H -I.. -I. -I/remote/dtg103/jbuck/gnu/src/gcc-3.3.4-20040530/gcc/intl -I/remote/dtg103/jbuck/gnu/src/gcc-3.3.4-20040530/gcc -I/remote/dtg103/jbuck/gnu/src/gcc-3.3.4-20040530/gcc/config -I/remote/dtg103/jbuck/gnu/src/gcc-3.3.4-20040530/gcc/../include -g /remote/dtg103/jbuck/gnu/src/gcc-3.3.4-20040530/gcc/intl/plural.c -o plural.o
"plural.y", line 264.1: 1506-343 (S) Redeclaration of __gettextlex differs from previous declaration on line 73 of "plural.y".
"plural.y", line 264.1: 1506-381 (I) The type "const unsigned char**" of parameter 2 in the prototype declaration is not compatible with the corresponding parameter type "unsigned char**" in the nonprototype declaration.