From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 14:57:00 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC1E37B401 for ; Sun, 6 Apr 2003 14:57:00 -0700 (PDT) Received: from mx1.eastlink.ca (nx.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DDB843FB1 for ; Sun, 6 Apr 2003 14:56:54 -0700 (PDT) (envelope-from nfitzgerald@accesswave.ca) Received: from NICK ([24.222.193.28]) by mx1.eastlink.ca (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with SMTP id <0HCX003MGZAVAR@mx1.eastlink.ca> for freebsd-questions@freebsd.org; Sun, 06 Apr 2003 18:49:49 -0300 (ADT) Date: Sun, 06 Apr 2003 18:51:04 -0300 From: Nicholas Fitzgerald To: Kris Kennaway Message-id: <015b01c2fc86$9f890710$371010ac@NICK> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <00b501c2fb21$8c895c20$371010ac@NICK> <20030405055408.GA21645@rot13.obsecurity.org> <00d201c2fb3b$48985420$371010ac@NICK> <20030405224738.GA47672@rot13.obsecurity.org> <013301c2fbe8$e0438120$371010ac@NICK> <20030406030236.GA49065@rot13.obsecurity.org> <014201c2fbea$99cccc90$371010ac@NICK> <20030406091733.GA50687@rot13.obsecurity.org> cc: freebsd-questions@freebsd.org Subject: Re: make buildworld error upgrading to 4.8R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 21:57:00 -0000 >----- Original Message ----- >From: "Kris Kennaway" >To: "Nicholas Fitzgerald" >Cc: "Kris Kennaway" ; >Sent: Sunday, April 06, 2003 6:17 AM >Subject: Re: make buildworld error upgrading to 4.8R > >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 Thanks for all your help Kris, this seemed to work. I hope that I won't run into anymore problems because of this. I think I will stay away from gcc 3 for the time being. Nicholas