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 1NjQRt-0000OA-GQ for garchives@archives.gentoo.org; Mon, 22 Feb 2010 05:03:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ABDCE0A8A for ; Mon, 22 Feb 2010 05:03:13 +0000 (UTC) Received: from mail-gw0-f53.google.com (mail-gw0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 85228E0875 for ; Mon, 22 Feb 2010 04:27:40 +0000 (UTC) Received: by gwb11 with SMTP id 11so272833gwb.40 for ; Sun, 21 Feb 2010 20:27:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=GEZWFhcKxF/PlU6dbCfYRe9FbEFQ+mHJ+N0buXM9m4Q=; b=PFdgRhh+GM8hOrNysEnRwhpapkEU0UVOXmR/++yVgn17P1PsIwFp89FjrnfFj4Vviz Mwbrv0tWqKW0BwmteD0Rdx2PUVedQXjeHM8Gv42b2nZ1+/evfZ4T8DDj8nz/c94x7dvg mTnZLE/oKYiTQmSe/ruxVQFkZ4cUoUXPsD7tA= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=i8jl/ulnWlQAjWadsJHlp6uBocPKzOpDzbwgrX/+jGjRGgddR1Y9M0V0z9RdkRrr9n qhfUYES6oYyZP0IKZMPTFxiJIjsBARqhBZXSRl02Zsq1fzny9NoTU2CcBKRGtj18C6xL Dd4vddL+Cf+XMxaWL3rTkEm8ASwlbuoHXGPNE= Received: by 10.90.15.14 with SMTP id 14mr81683ago.2.1266812860244; Sun, 21 Feb 2010 20:27:40 -0800 (PST) Received: from ?192.168.1.1? (adsl-0-89-199.jan.bellsouth.net [65.0.89.199]) by mx.google.com with ESMTPS id 4sm1593731yxd.34.2010.02.21.20.27.35 (version=SSLv3 cipher=RC4-MD5); Sun, 21 Feb 2010 20:27:37 -0800 (PST) Message-ID: <4B8207B4.6030901@gmail.com> Date: Sun, 21 Feb 2010 22:27:32 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100205 Gentoo/2.0.2 SeaMonkey/2.0.2 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] building pdftk (needs gcj) References: <20100221225646.GO24169@anton.digitaltorque.ca> <269821AD-DF0C-4A83-AC31-E50FCE473330@stellar.eclipse.co.uk> <20100222032812.GP24169@anton.digitaltorque.ca> In-Reply-To: <20100222032812.GP24169@anton.digitaltorque.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: ad7eb133-d5f5-4b98-8171-02ad152564c2 X-Archives-Hash: cfe17f76806b80d6c1c1b4ead78ba275 chrome://messenger/locale/messengercompose/composeMsgs.properties: > On 21/02/10 Stroller said: > > >> It's using the old version of gcc, because you haven't told it to use >> the new version. >> >> The output you posted specifically told you to run: >> >> gcc-config i686-pc-linux-gnu-4.3.4 >> >> source /etc/profile >> > Ok, then shouldn't emerge have done that automatically, since it seemed to > know that I needed gcj and to rebuild gcc before building pdftk? What's the > point in continuing or pretending that the build process here is in any way > automatic? > > Tad misleading. > > Mike > Actually it shouldn't. Some people. myself included at times, have two versions of a compiler installed at the same time. Some things portage can do for you but switching compilers is not one of them. Dale :-) :-)