From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PsgBD-0007jT-Ai for garchives@archives.gentoo.org; Thu, 24 Feb 2011 18:44:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA3E51C0A4 for ; Thu, 24 Feb 2011 18:44:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 043601C0DA for ; Thu, 24 Feb 2011 18:39:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 900B31B4079 for ; Thu, 24 Feb 2011 18:39:34 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.529 X-Spam-Level: X-Spam-Status: No, score=-2.529 required=5.5 tests=[AWL=0.070, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8gK07bUNZn88 for ; Thu, 24 Feb 2011 18:39:28 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 2B6971B4059 for ; Thu, 24 Feb 2011 18:39:25 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Psg5u-00081v-Ge for gentoo-user@gentoo.org; Thu, 24 Feb 2011 19:39:18 +0100 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 19:39:18 +0100 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 19:39:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: james Subject: [gentoo-user] Re: howto recover gcc from another system Date: Thu, 24 Feb 2011 18:39:04 +0000 (UTC) Message-ID: References: <4D669874.9070308@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101214 Gentoo/2.0.11 SeaMonkey/2.0.11) X-Archives-Salt: X-Archives-Hash: 15f345277cae4b48a1fc095b8e0df754 Dale gmail.com> writes: > > I lost the only copy of gcc on the system.... > I would be glad to email you the binary from mine if it would help. Dale, I have several system to copy from (thanks anyway). Is that all I have to do, just copy over the binary? then rebuild gcc via the local ebuild package? (using the copied over binary) that's all? locate gcc (just a snippet) /usr/x86_64-pc-linux-gnu/gcc-bin /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2 /usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4 /usr/x86_64-pc-linux-gnu/gcc-bin/4.4.4 /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2/c++ /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2/cpp /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2/g++ /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2/gcc /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2/gccbug /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2/gcov /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2/gfortran So copy over /usr/x86_64-pc-linux-gnu/gcc-bin to the same location only? Copy over all of them?