On Sat, Apr 05, 2003 at 11:14:12PM -0400, Nicholas Fitzgerald wrote:
> >----- Original Message -----
> >From: "Kris Kennaway" <[EMAIL PROTECTED]>
> >To: "Nicholas Fitzgerald" <[EMAIL PROTECTED]>
> >Cc: "Kris Kennaway" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> >Sent: Saturday, April 05, 2003 11:02 PM
> >Subject: Re: make buildworld error upgrading to 4.8R
> >
> >On Sat, Apr 05, 2003 at 11:01:52PM -0400, Nicholas Fitzgerald wrote:
> >
> >> No, I do not have either one of these set in my environment or in my
> >> make.conf.
> >
> >How did you install gcc 3?
> >
> >Kris
> 
> I downloaded the tar file from the gcc web site and compiled and installed
> it that way.

OK, it sounds like you overwrote the FreeBSD system compiler.  You
need to reinstall it somehow.  Something like:

  cd /usr/src/gnu/usr.bin/cc
  make depend && make all && make install

might fix your system enough to complete a 'make world'.  Otherwise
(or if you're not comfortable doing this) you could reinstall FreeBSD.

If you really want to install gcc 3 for compiling your own code, use
the port, which installs it safely so it coexists with the system
compiler.

Kris

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to