From owner-freebsd-questions@FreeBSD.ORG Mon Sep 24 21:26:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A0F416A4A1 for ; Mon, 24 Sep 2007 21:26:03 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from sarevok.dnr.servegame.org (b83183.upc-b.chello.nl [212.83.83.183]) by mx1.freebsd.org (Postfix) with ESMTP id 6036A13C48A for ; Mon, 24 Sep 2007 21:26:03 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (unknown [66.230.99.27]) by sarevok.dnr.servegame.org (Postfix) with ESMTP id 7B580B8B3 for ; Mon, 24 Sep 2007 23:26:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 5B53B1CDEE for ; Mon, 24 Sep 2007 13:25:59 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 24 Sep 2007 23:25:43 +0200 User-Agent: KMail/1.9.7 References: <499c70c0709241249m5845e582p752ee52582531a38@mail.gmail.com> <20070924204109.6E38545012@ptavv.es.net> <499c70c0709241347g1a8a4129i54aeec084242f96f@mail.gmail.com> In-Reply-To: <499c70c0709241347g1a8a4129i54aeec084242f96f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709242325.44113.fbsd.questions@rachie.is-a-geek.net> Subject: Re: Help I borke my 7.0 AMD64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 21:26:03 -0000 On Monday 24 September 2007 22:47:59 Abdullah Ibn Hamad Al-Marri wrote: > Could you please put it somewhere where so that I could fetch it? Probably the safest way: pkg_add -r gcc-4.2.2_20070905.tbz Then set CC and CXX in /etc/make.conf to point to the installed gcc in /usr/local. This should get you through the build-tools stage. If it creates issues later on, you should have a libgcc_* in /usr/obj. In fact, I highly recommend pressing ctrl-c after gcc has been built and copy the missing library from /usr/obj to /usr/lib then unset CC and CXX in /etc/make.conf and re-run buildworld. I just looked on freebsd ftp servers, there's a package for amd64 arch and 7-current dated Sep 15. -- Mel