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 1P0H7O-0004iw-1Z for garchives@archives.gentoo.org; Mon, 27 Sep 2010 17:03:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD22E0925 for ; Mon, 27 Sep 2010 17:03:57 +0000 (UTC) Received: from qmta10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by pigeon.gentoo.org (Postfix) with ESMTP id 58321E0C62 for ; Mon, 27 Sep 2010 16:10:28 +0000 (UTC) Received: from omta22.emeryville.ca.mail.comcast.net ([76.96.30.89]) by qmta10.emeryville.ca.mail.comcast.net with comcast id Bp0h1f0021vN32cAAsATLY; Mon, 27 Sep 2010 16:10:27 +0000 Received: from ajax.firstbooks ([68.42.193.244]) by omta22.emeryville.ca.mail.comcast.net with comcast id BsAS1f0065Gqess8isASEa; Mon, 27 Sep 2010 16:10:27 +0000 Date: Mon, 27 Sep 2010 12:10:24 -0400 From: Frank Peters To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] glibc-2.12.1-r1 failure Message-Id: <20100927121024.395e0d1f.frank.peters@comcast.net> In-Reply-To: References: X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; x86_64-unknown-linux-gnu) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 9b000518-ada6-4ede-94a4-a65a4c21169f X-Archives-Hash: c6f86f05b56d97f7c2d495f2c8fba450 On Mon, 27 Sep 2010 13:33:22 +0100 "Paul Stear" wrote: > Hi all, > I think I have a symbolic link problem. Any thought on how to solve this > error. > > CFLAGS="-Os -march=k8 -mno-tls-direct-seg-refs -mmmx -msse3 -pipe > -fomit-frame-pointer" > LDFLAGS="-Wl,--as-needed,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s" > See the link: http://forums.gentoo.org/viewtopic-p-6394901.html?sid=9a5afd453e6039723b2d0842a53c2d5c Basically, the advice is to simplify the CFLAGS and LDFLAGS: CFLAGS="-O2 --march=native --pipe" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" Frank Peters