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 1RaCWW-0003zj-U7 for garchives@archives.gentoo.org; Mon, 12 Dec 2011 20:30:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43A7921C236; Mon, 12 Dec 2011 20:30:38 +0000 (UTC) Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com [209.85.216.46]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C50A21C231 for ; Mon, 12 Dec 2011 20:29:15 +0000 (UTC) Received: by qadc12 with SMTP id c12so2740561qad.19 for ; Mon, 12 Dec 2011 12:29:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=4yC309NVyDBmK/gEdVJcI97JZgaK2wn0HBaDMhxaX+s=; b=McfZhRfIE2tGLEDqAmRMj1kUO+fZQ9fxWxwZg2bcWQhPe++Qa/moOZrE8dBfOY1stF H7oZqWta/Ghj3RLd5ulbP/UdfpiJu0eCODNMQaPPyd1CYHhy+lC01WrgqBuAwvRi/32E p6ycLpCBK8B9lBaDRh3cdI4pGGFJu4hqJiHDA= Received: by 10.236.175.36 with SMTP id y24mr28712766yhl.64.1323721754835; Mon, 12 Dec 2011 12:29:14 -0800 (PST) Received: from [192.168.2.5] (adsl-98-95-108-107.jan.bellsouth.net. [98.95.108.107]) by mx.google.com with ESMTPS id d5sm32454916yhl.19.2011.12.12.12.29.13 (version=SSLv3 cipher=OTHER); Mon, 12 Dec 2011 12:29:13 -0800 (PST) Message-ID: <4EE66417.3060602@gmail.com> Date: Mon, 12 Dec 2011 14:29:11 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111022 Firefox/7.0.1 SeaMonkey/2.4.1 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ffmpeg - fails to compile on amd64 References: <20111212192815.GT3810@syscon4.inet> <20111212202306.GU3810@syscon4.inet> In-Reply-To: <20111212202306.GU3810@syscon4.inet> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 35563660-5627-4aec-acdd-f6454c3c878d X-Archives-Hash: 42de0031d697c5377ec2fb440a5e0c58 Joseph wrote: > On 12/12/11 14:52, Michael Mol wrote: > [snip] >> >> gcc-config $SOME_PROFILE >> >> where SOME_PROFILE is something you'll find under /etc/env.d/gcc >> >> After that, things worked fine for me again. >> >> (I was in the process of building an email because I was going to ask >> this list for help, and I figured out the solution while building the >> narrative of things I was trying and testing. It'll probably show up >> as another blog post.) >> -- >> :wq > > I have only three files in there > ll /etc/env.d/gcc/ > .NATIVE > config-x86_64-pc-linux-gnu x86_64-pc-linux-gnu-4.5.3 > Should I run it on config-x86_64-pc-linux-gnu or > x86_64-pc-linux-gnu-4.5.3 ? > Use this command to see if one is set: gcc-config -l Then you can use gcc-config to set it if it is not set. If it is set, it should look like this: [1] x86_64-pc-linux-gnu-4.4.5 [2] x86_64-pc-linux-gnu-4.5.3 * Note the little * on the end? That is the one that it is trying to use. Sometimes it gets unset, especially if you install a new gcc and remove the old without setting it to use the new one first, then things tend to error out when gcc is called and it is not there. Hope that helps. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words! Miss the compile output? Hint: EMERGE_DEFAULT_OPTS="--quiet-build=n"