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]
Other format: [Raw text]

3.1 bootstrap error in gcc/intl on sparcv9-sun-solaris2.8


After configuring and trying to build with the command

/bin/rm -rf * ; env CC='gcc -m64 -mcpu=ultrasparc' ../configure --prefix=/home/c/lucier/local/gcc-test sparcv9-sun-solaris2.8 ; make -j 16 STAGE1_CFLAGS='-O2 -g' bootstrap > & build.log && ( make -j 8 -k check > & check.log ; make mail-report-with-warnings.log ; ./mail-report-with-warnings.log ) &

bootstrap fails with

make[3]: Entering directory `/export/u3/lucier/programs/gcc/gcc-3.1/objdir-sparcv9/gcc/intl'
gcc -m64 -mcpu=ultrasparc -c -DIN_GCC -DLOCALEDIR=\"/home/c/lucier/local/gcc-test/share/locale\" -DLOCALE_ALIAS_PATH=\"/home/c/lucier/local/gcc-test/share/locale\" -DLIBDIR=\"/home/c/lucier/local/gcc-test/lib\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc/intl -I../../../gcc -I../../../gcc/config -I../../../gcc/../include  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  ../../../gcc/intl/intl-compat.c -o intl-compat.o
In file included from ../../../gcc/intl/intl-compat.c:25:
../../../gcc/intl/gettextP.h: In function `SWAP':
../../../gcc/intl/gettextP.h:71: warning: type of `i' defaults to `int'
../../../gcc/intl/gettextP.h:71: declaration for parameter `ii' but no such parameter
../../../gcc/intl/gettextP.h:72: argument `i' doesn't match prototype
../../../gcc/intl/gettextP.h:68: prototype declaration
../../../gcc/intl/gettextP.h:72: number of arguments doesn't match prototype
../../../gcc/intl/gettextP.h:68: prototype declaration
../../../gcc/intl/gettextP.h:73: warning: declaration of `i' shadows a parameter
../../../gcc/intl/gettextP.h:71: warning: unused parameter `i'
make[3]: *** [intl-compat.o] Error 1

Brad


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