Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2003 06:23:05 +0200
From:      Divacky Roman <xdivac02@stud.fit.vutbr.cz>
To:        current@freebsd.org
Subject:   Gcc compiling problems
Message-ID:  <20030715042305.GA64131@stud.fit.vutbr.cz>

next in thread | raw e-mail | index | archive | help
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
	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030715042305.GA64131>