Trying to compile gcc-2.7.0 on Digital Unix 3.2c:
--------------------------------------------------
I have incorporated the recommended patch for compiling gcc 2.7.0 on
Alphas running Digital UNIX 3.2.c (#define ASM_SPEC "-g3 -nocpp %{pg}")
in config/alpha/alpha.h , but I have another problem. The Makefile
in the cp subdirectory is looking for a ../insn-codes.h file which is not
there. Is this file necessary? Can I just delete this in the Makefile or, if
not, where can I get it? The problem happens when I type make "LANGUAGES=c" in
the cp subdirectory:
# make LANGUAGES=c
cc -c -DIN_GCC -g -I. -I.. -I. -I./.. -I./../config call.c
cc -c -DIN_GCC -g -I. -I.. -I. -I./.. -I./../config decl.c
cc -c -DIN_GCC -g -I. -I.. -I. -I./.. -I./../config errfn.c
Make: Don't know how to make ../insn-codes.h. Stop.
Any suggestions would be appreciated. To this point I just typed
configure with an alternate prefix directory...
Chela Kunasz
Received on Tue Nov 07 1995 - 01:50:08 NZDT