Gentoo Archives: gentoo-amd64

From: Frank Peters <frank.peters@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] glibc-2.12.1-r1 failure
Date: Mon, 27 Sep 2010 17:03:58
Message-Id: 20100927121024.395e0d1f.frank.peters@comcast.net
In Reply to: [gentoo-amd64] glibc-2.12.1-r1 failure by Paul Stear
1 On Mon, 27 Sep 2010 13:33:22 +0100
2 "Paul Stear" <gentoo@××××××××××××.com> wrote:
3
4 > Hi all,
5 > I think I have a symbolic link problem. Any thought on how to solve this
6 > error.
7 >
8 > CFLAGS="-Os -march=k8 -mno-tls-direct-seg-refs -mmmx -msse3 -pipe
9 > -fomit-frame-pointer"
10 > LDFLAGS="-Wl,--as-needed,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
11 >
12
13 See the link:
14
15 http://forums.gentoo.org/viewtopic-p-6394901.html?sid=9a5afd453e6039723b2d0842a53c2d5c
16
17 Basically, the advice is to simplify the CFLAGS and LDFLAGS:
18
19 CFLAGS="-O2 --march=native --pipe"
20 LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
21
22 Frank Peters

Replies

Subject Author
[gentoo-amd64] Re: glibc-2.12.1-r1 failure Nikos Chantziaras <realnc@×××××.de>
Re: [gentoo-amd64] glibc-2.12.1-r1 failure Paul Stear <gentoo@××××××××××××.com>