Gcc compiling problems
Divacky Roman
xdivac02 at stud.fit.vutbr.cz
Mon Jul 14 21:23:12 PDT 2003
I've just upgraded to -current and gcc cannot be compiled
here's whyI've just upgraded to -current and gcc cannot be compiled
here's why :
contrib/gcc/ggc.h:
including non-existent file gtype-desc.h
contrib/gcc/bitmap.c:
including non-existent file gt-bitmap.h
gnu/usr.bin/cc/cc_tools/Makefile:
.for F in attr codes config flags constants
insn-$F.h: gen$F ${MD_FILE}
./gen$F ${MD_FILE} > insn-$F.h
GENSRCS+= insn-$F.h
.endfor
is trying to access non-existant files, there is no ./gen*
I couldn't get any further...
all this seems to be result of updating to gcc 3.3.1-pre
More information about the freebsd-current
mailing list