While compiling the gcc-4.4-20090123, I am getting the following error. make[3]: Entering directory `/home/kkusuman/software/compileHere/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp' gcc -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp -I. -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/../include -I./../intl -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include -g -fkeep-inline-functions -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp -I. -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/../include -I./../intl -I/home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/charset.c In file included from /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/charset.c:23: /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include/cpplib.h:241:3: #error "Cannot find a least-32-bit signed integer type" In file included from /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/charset.c:23: /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include/cpplib.h:243: error: parse error before "cppchar_t" /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include/cpplib.h:243: warning: type defaults to `int' in declaration of `cppchar_t' /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include/cpplib.h:243: error: ISO C forbids data definition with no type or storage class /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include/cpplib.h:244: error: parse error before "cppchar_signed_t" /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include/cpplib.h:244: warning: type defaults to `int' in declaration of `cppchar_signed_t' /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include/cpplib.h:244: error: ISO C forbids data definition with no type or storage class /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include/cpplib.h:732: error: parse error before "cpp_interpret_charconst" /home/kkusuman/software/unZipped/gcc-4.4-wkly_gmp-4.2.4_mpfr-2.4.0/libcpp/include/cpplib.h:733: warning: type defaults to `int' in declaration of `cpp_interpret_charconst' I am using > gcc -v Reading specs from /mlim/u/dev/tools/apps/gnu/arch/sol8.sun4/lib/gcc/sparc-sun-solaris2.8/3.4.3/specs Configured with: ../../src/gcc-3.4.3/configure --prefix=/mlim/u/dev/tools/apps/gnu/arch/sol8.sun4 --enable-languages=c,c++ --with-gnu-as --with-as=/mlim/u/dev/tools/apps/gnu/arch/sol8.sun4/bin/as --with-gnu-ld --with-ld=/mlim/u/dev/tools/apps/gnu/arch/sol8.sun4/bin/ld Thread model: posix gcc version 3.4.3 Attaching the config.log, make.log for reference. Any suggestions?
Attachment:
config.log
Description: Binary data
Attachment:
make.log
Description: Binary data