Has anyone built gcc 3.2 on Digital Unix 4.0E? I am getting the
following fatal error:
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I./ -I../../gcc -I../../gcc/./ -I../../gcc/config -I../../gcc/../include ../../gcc/gen-protos.c -o gen-protos.o
../../gcc/gen-protos.c:0: malformed option `-A system=unix'
../../gcc/gen-protos.c:0: malformed option `-A system=xpg4'
../../gcc/gen-protos.c:0: malformed option `-A cpu=alpha'
../../gcc/gen-protos.c:0: malformed option `-A machine=alpha'
../../gcc/gen-protos.c:0: malformed option `-A cpu=ev4'
make[2]: *** [gen-protos.o] Error 1
I ran configure with the options
--enable-shared --enable-languages=c,c++,f77 alpha-dec-osf4.0e
I found a reference in the build stats to changing the specs file -
"crtfastmath.o is added by endfile; it should be startfile," but I'm
not having any luck with that, probably because I don't understand the
syntax very well.
==BD
Received on Tue Sep 24 2002 - 21:16:07 NZST