In article <[email protected]>,
Paul van der Zwan  <[email protected]> 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                                               [email protected]
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Self-interest is the aphrodisiac of belief."           -- James V. DeLong


To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to