From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L13ZK-0002wS-QR for garchives@archives.gentoo.org; Fri, 14 Nov 2008 18:38:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3365DE00A6; Fri, 14 Nov 2008 18:38:58 +0000 (UTC) Received: from md2.t-2.net (md2.t-2.net [84.255.209.81]) by pigeon.gentoo.org (Postfix) with ESMTP id DEBC6E00A6 for ; Fri, 14 Nov 2008 18:38:57 +0000 (UTC) Received: from [192.168.0.11] (84-255-203-94.static.t-2.net [84.255.203.94]) by md2.t-2.net (MOS 3.10.2-GA) with ESMTP id CVI23924; Fri, 14 Nov 2008 19:38:51 +0100 (CET) Message-ID: <491DD204.1010509@avtomatika.com> Date: Fri, 14 Nov 2008 20:31:16 +0100 From: Branko Badrljica User-Agent: Thunderbird 2.0.0.17 (X11/20080929) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Can not compile gcc References: <2a21586d0811141002p735a3839h74ec70ff8dd7f524@mail.gmail.com> <20081114182621.GA4988@crud.crud.mn.org> <491DC4C0.4000503@j-schmitz.net> In-Reply-To: <491DC4C0.4000503@j-schmitz.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Status: score=10/150, host=md2.t-2.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A0B0207.491DC5BF.0115,ss=1,fgs=0, ip=192.168.0.11, so=2008-08-01 02:07:42, dmn=5.7.1/2008-09-02, mode=single engine X-Junkmail-IWF: false X-Archives-Salt: 8b9afdc1-7c7a-4c67-b7ee-bbd9905d6ba9 X-Archives-Hash: a726b5f243e200164d6a657b3362569b Justin wrote: > Barry Schwartz schrieb: > >> Mansour Al Akeel skribis: >> >> >>> Any idea ? >>> >>> >> If you use ccache, try emptying it. >> >> >> >> >> > I think there is something else wrong, because it fails in the configure > phase. > > Send us an emerge --info output, please. > > I'm not an expert, but it seems that it was trying to compile 64-bit test code with -m32 flag: >The log file: >checking for x86_64-pc-linux-gnu-gcc... /var/tmp/portage/sys-devel/gcc-4.1.2/work/build/./gcc/xgcc -B/var/tmp/portage/sys-devel/gcc-4.1.2/work/build/./gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ >-B/usr/x86_64-pc-linux-gnu/lib/ -isystem /usr/x86_64-pc-linux-gnu/include -isystem /usr/x86_64-pc-linux-gnu/sys-include -m32 Perhaps he should check his make.conf for CHOST and CLAGS ?