In article <199904051112.naa22...@trantor.xs4all.nl>, Paul van der Zwan <pa...@trantor.xs4all.nl> wrote: > > A make buildworld fails on an freshly rebuilt system. > The following error is shown: ... > /usr/source/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc/cccp.c:1882: > Int > ernal compiler error in function main > *** Error code 33
Your installed cpp was built from slightly old sources. Make sure your source tree is up-to-date. Then manually "make cleandir; make cleandir; make obj; make depend; make all install" in "src/gnu/usr.bin/cc". It will be OK after that. John -- John Polstra j...@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message