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 1RQ498-0008WD-DV for garchives@archives.gentoo.org; Mon, 14 Nov 2011 21:32:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31EBD21C097; Mon, 14 Nov 2011 21:32:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C10221C032 for ; Mon, 14 Nov 2011 21:31:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E4A511B4001 for ; Mon, 14 Nov 2011 21:31:39 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -3.637 X-Spam-Level: X-Spam-Status: No, score=-3.637 required=5.5 tests=[AWL=0.155, BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.504, T_TO_NO_BRKTS_FREEMAIL=0.01] 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 ZaKGPTZw0hij for ; Mon, 14 Nov 2011 21:31:34 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 4956E1B4024 for ; Mon, 14 Nov 2011 21:31:32 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RQ47n-00066z-BD for gentoo-user@gentoo.org; Mon, 14 Nov 2011 22:31:31 +0100 Received: from adsl-69-234-194-34.dsl.irvnca.pacbell.net ([69.234.194.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Nov 2011 22:31:31 +0100 Received: from w41ter by adsl-69-234-194-34.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Nov 2011 22:31:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: net-libs/gnutls-2.10.5 fails to compile Date: Mon, 14 Nov 2011 13:33:44 -0800 Message-ID: References: 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 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-194-34.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111111 Thunderbird/8.0 In-Reply-To: X-Archives-Salt: 96fa7fb5-a1fa-4b70-b035-615b6678dc67 X-Archives-Hash: 29ff0ca2b56cd17464a1200ae6c8d993 On 11/12/2011 08:30 PM, Justin Findlay wrote: > I can't get the package net-libs/gnutls-2.10.5 to emerge because of a > c++ linker error. What can I do to fix this? > CXXFLAGS="-march=pentium3 -mtune=pentium3 -m32 -Os -fmessage-length=0 > -pipe -fno-implicit-templates" ^^^^^^^^^^^^^^^^^^^^^ I'm wondering about that "no-implicit-templates". What happens if you delete it?