Hi ,
I am tring to compile GPC-20041218 on solaris 10 Intel Platform using gcc-3.3.3.While compiling Iam getting an error like bellow.
/usr/local/bin/gcc-3.3.3 -o p/declarations.o -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -Ip -I/home/prasad/gcc-install/gcc-3.3.3/gcc -I/home/prasad/gcc-install/gcc-3.3.3/gcc/p -I/home/prasad/gcc-install/gcc-3.3.3/gcc/config -I/home/prasad/gcc-install/gcc-3.3.3/gcc/../include -DGPC -I/home/prasad/gcc-install/gcc-3.3.3/gcc/p /home/prasad/gcc-install/gcc-3.3.3/gcc/p/declarations.c /home/prasad/gcc-install/gcc-3.3.3/gcc/p/declarations.c: In function `init_decl_processing': /home/prasad/gcc-install/gcc-3.3.3/gcc/p/declarations.c:1469: error: `set_word_size' undeclared (first use in this function) /home/prasad/gcc-install/gcc-3.3.3/gcc/p/declarations.c:1469: error: (Each undeclared identifier is reported only once /home/prasad/gcc-install/gcc-3.3.3/gcc/p/declarations.c:1469: error: for each function it appears in.) /home/prasad/gcc-install/gcc-3.3.3/gcc/p/declarations.c:1470: error: `set_words_big_endian' undeclared (first use in this function) make[1]: *** [p/declarations.o] Error 1 make[1]: Leaving directory `/home/prasad/gcc-install/gpc-build/gcc' make: *** [all-gcc] Error 2
Please help on this problem.
Regards Prasad