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 1QzRFq-0001Em-Or for garchives@archives.gentoo.org; Fri, 02 Sep 2011 10:45:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C1AD21C0CB; Fri, 2 Sep 2011 10:45:38 +0000 (UTC) Received: from mx1.linuxant.fr (mta01.eah1.net [87.98.143.218]) by pigeon.gentoo.org (Postfix) with ESMTP id F171D21C029 for ; Fri, 2 Sep 2011 10:44:37 +0000 (UTC) Received: from web01.eah1.net (mta01.eah1.net [87.98.143.218]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: xavier@parizet.com) by mx1.linuxant.fr (Postfix) with ESMTPSA id CCAFF12015A for ; Fri, 2 Sep 2011 12:44:36 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.3 mx1.linuxant.fr CCAFF12015A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gentooist.com; s=DKIM; t=1314960276; bh=0lY+Y4MeW7xFLAkuLE0aPOEbK3zrMOqg+jG9V/pcL+Y=; l=2699; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To: Subject:Reply-To:In-Reply-To:References:Message-ID; b=WIpKsHUtBE/PAOxDl7CGtSJYMOjybrBrZAE+fDMKcw7YqqtXEMiXHCsv9q4Gykiec XbTqv7YkRF4J3cKxWOvaefF1o3PDHlhL8URamx6X1iBoC/UPVjEAO8gFgK9j92I6MI G/dSVoBUD7Yz+H1Q6UBa4fxw+kCOe/93bnSxSAfo= X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 mx1.linuxant.fr CCAFF12015A DomainKey-Signature: a=rsa-sha1; s=DomainKey; d=gentooist.com; c=nofws; q=dns; h=received:mime-version:content-type: content-transfer-encoding:date:from:to:subject:reply-to:mail-reply-to:in-reply-to: references:message-id:x-sender:user-agent; b=jXeDHpooXaccKN6LZgIQsmPKrWsuE7ZQdeZ/JKWx0Nui+JISm/HQPa6wxgM+1Ji0F 7l/tPdpdARBcZNnasZq4ALJ+KzkYYN51VST5JF1jt/SAcvuFY1ddD4V/uaiG1Ikz71d MrMAU8Ovm+2YHG9sDl/Mcc4ymY9URMRqYKt08CQ= Received: from lan-100.79.68.195.rev.fr.colt.net ([195.68.79.100]) by webmail.linuxant.fr with HTTP (HTTP/1.1 POST); Fri, 02 Sep 2011 12:44:36 +0200 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=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 02 Sep 2011 12:44:36 +0200 From: Blakawk To: Subject: Re: [gentoo-user] unable to compile gcc 4.5.3-r1 Mail-Reply-To: In-Reply-To: <30529.1314958583@ccs.covici.com> References: <7789.1314957193@ccs.covici.com> <4E60AA62.8010608@gmail.com> <30529.1314958583@ccs.covici.com> Message-ID: X-Sender: blakawk@gentooist.com User-Agent: RoundCube Webmail/0.6-beta X-Archives-Salt: X-Archives-Hash: aac616788293cccdc26d7118859ca76d On 02.09.2011 12:16, covici@ccs.covici.com wrote: > Dale wrote: > >> covici@ccs.covici.com wrote: >> > Hi. I am unable to compile gcc 4.5.3-r1 -- I get the following >> error >> > when doing so: >> > >> > mkdir -p -- x86_64-pc-linux-gnu/libgomp >> > Checking multilib configuration for libgomp... >> > Configuring stage 1 in x86_64-pc-linux-gnu/libgomp >> > configure: loading site script /usr/share/config.site >> > configure: loading site script >> /usr/share/crossdev/include/site/linux >> > configure: loading site script >> > /usr/share/crossdev/include/site/x86_64-linux-gnu >> > configure: creating cache ./config.cache >> > checking for --enable-version-specific-runtime-libs... no >> > checking for --enable-generated-files-in-srcdir... no >> > checking build system type... x86_64-pc-linux-gnu >> > checking host system type... x86_64-pc-linux-gnu >> > checking target system type... x86_64-pc-linux-gnu >> > checking for a BSD-compatible install... /usr/bin/install -c >> > checking whether build environment is sane... yes >> > checking for a thread-safe mkdir -p... /bin/mkdir -p >> > checking for gawk... gawk >> > checking whether make sets $(MAKE)... yes >> > checking for >> > x86_64-pc-linux-gnu-gcc... >> /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build/./gcc/xgcc >> > -B/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build/./gc\c/ >> > -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 >> > checking for C compiler default output file name... >> > configure: error: in >> > >> `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build/x86_64-pc-linux-gnu/libgomp': >> > configure: error: C compiler cannot create executables >> > See `config.log' for more details. >> > >> > I have searched google and looked at bugs.gentoo.org, but no joy. >> > >> > I am running unstable amd64 gentoo. >> > >> > Any assistance would be appreciated. >> > >> >> Google worked here for me but usually when I have a problem, it >> fails. >> I guess Google treats you the same as me. lol I found this: >> >> http://forums.gentoo.org/viewtopic-t-294109.html >> >> That help any? > Nope, this only happens in that specific situation, most things > compile > normally. I didn't see that post for that reason -- I was looking > for > something more specific. Please provide the so-called config.log to see what happened (normally located in /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build/x86_64-pc-linux-gnu/libgomp/config.log). -- Blog: http://gentooist.com Twitter: http://twitter.com/blakawk