Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 412023 - sys-libs/glibc-2.14.1-r3 - configure assumes `ld -v' outputs "GNU ld"
Summary: sys-libs/glibc-2.14.1-r3 - configure assumes `ld -v' outputs "GNU ld"
Status: RESOLVED DUPLICATE of bug 269274
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-14 19:13 UTC by Otto A. Schell
Modified: 2012-04-16 02:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Otto A. Schell 2012-04-14 19:13:23 UTC
sys-libs/glibc-2.14.1-r3 failed to configure if gold is used as linker
line 4823 of configure:

oas@front32 ~ $ ld --version
GNU gold (GNU Binutils 2.22) 1.11
Copyright 2011 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.

oas@front32 ~ $ ld --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'
oas@front32 ~ $ 

Some warnings or alike overlooked to not use gold for glibc…?
Comment 1 SpanKY gentoo-dev 2012-04-16 02:42:31 UTC

*** This bug has been marked as a duplicate of bug 269274 ***