This is the mail archive of the gcc-help@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]

gcc-3.2.2 don't compile on Digital Unix 4.0f


Hello gcc-list.
I am installing gcc-3.2.2 on Digital Unix machine running Tru64 V4.0f
When I do "make bootstrap" show me this error message:


(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
cc -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.2.2/gcc -I../.
./gcc-3.2.2/gcc/. -I../../gcc-3.2.2/gcc/config -I../../gcc-3.2.2/gcc/../incl
ude \
  -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/lo
cal/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.2.2\" -DDEFAULT_TARGET_MACHI
NE=\"alphaev56-dec-osfp4.0\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/bin/\" -D
TOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test
"yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}"
= "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
  -c ../../gcc-3.2.2/gcc/gcc.c -o gcc.o)
cc: Error: ../../gcc-3.2.2/gcc/gcc.c, line 652: In the initializer for
cpp_predefines, "CPP_PREDEFINES" is not declared. (undeclared)
static const char *cpp_predefines = CPP_PREDEFINES;
------------------------------------^
make[2]: *** [gcc.o] Error 1
make[2]: Leaving directory `/usr/local/src/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/local/src/objdir/gcc'
make: *** [bootstrap] Error 2


I don't  know what happen. Please, somebody know where is the problem?
Thanks.


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