From owner-freebsd-questions@FreeBSD.ORG Mon Dec 4 23:39:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C82A216A47C for ; Mon, 4 Dec 2006 23:39:38 +0000 (UTC) (envelope-from pgiessel@mac.com) Received: from achilles.leela.ws (achilles.leela.ws [66.207.162.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D71C643CCA for ; Mon, 4 Dec 2006 23:37:14 +0000 (GMT) (envelope-from pgiessel@mac.com) Received: from [192.168.0.193] ([158.145.111.132]) (authenticated bits=0) by achilles.leela.ws (8.13.6/8.13.6) with ESMTP id kB4Nbmmq090268 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 4 Dec 2006 14:37:49 -0900 (AKST) (envelope-from pgiessel@mac.com) Message-ID: <4574B149.8030305@mac.com> Date: Mon, 04 Dec 2006 14:37:45 -0900 From: "Peter A. Giessel" User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.8) Gecko/20061025 Thunderbird/1.5.0.8 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Rachel Florentine References: <20061204230820.20010.qmail@web57812.mail.re3.yahoo.com> In-Reply-To: <20061204230820.20010.qmail@web57812.mail.re3.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How Do Binary Repair 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, 04 Dec 2006 23:39:38 -0000 On 2006/12/04 14:08, Rachel Florentine seems to have typed: > 82----- Original Message ---- > From: Kris Kennaway > >> Reinstall from backup or fresh binary media. > > So go to GNU and look for a gcc tarball and have at it. But that's not the FBSD way of doing things, is it? I wouldn't do that with MySQL, for example, I'd use the port, right? So, what's the FBSD way of doing this? > TIA, > Rachel I'm assuming that you are talking about GCC in the base system? How do you propose to recompile GCC without GCC? I suppose you could do a "make buildworld" but not if you don't have a working compiler.