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
        

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to