Hello. I'm trying to upgrade a 4.5 machine to a 4.7 via sources. When I make buildworld I get the following error:
c++ -O -pipe -D__FBSDID=__RCSID -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/gnu/usr.bin/gperf/../../.. /contrib/gperf/src/key-list.cc /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc: In function `const class type_info & __tf16Output_Constants()': /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc:2184: Internal compiler error. /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc:2184: Please submit a full bug report. /usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/key-list.cc:2184: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. uname -a gives FreeBSD david.biolchim.in 4.5-RELEASE-p24 FreeBSD 4.5-RELEASE-p24 #1: Thu Jan 9 14:05:35 CET 2003 [EMAIL PROTECTED]:/mirror/src/sys/compile/DAVID i38 6 I followed the handbook reccomendations of doing # chflags -R noschg /usr/obj/usr # rm -rf /usr/obj/usr # cd /usr/src # make cleandir # make cleandir but this did not help. I also removed "-O -pipe" from /etc/make.conf, but the error shows up all the same. What can I do? Is doing "cd /usr/src/contrib/gcc ; make install" a bad idea? bye & Thanks To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message