make buildworld error upgrading to 4.8R
Kris Kennaway
kris at obsecurity.org
Sun Apr 6 01:17:35 PST 2003
On Sat, Apr 05, 2003 at 11:14:12PM -0400, Nicholas Fitzgerald wrote:
> >----- Original Message -----
> >From: "Kris Kennaway" <kris at obsecurity.org>
> >To: "Nicholas Fitzgerald" <nfitzgerald at accesswave.ca>
> >Cc: "Kris Kennaway" <kris at obsecurity.org>; <freebsd-questions at freebsd.org>
> >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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030406/eaf494fc/attachment.bin
More information about the freebsd-questions
mailing list