Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 412023

Summary: sys-libs/glibc-2.14.1-r3 - configure assumes `ld -v' outputs "GNU ld"
Product: Gentoo Linux Reporter: Otto A. Schell <oas>
Component: [OLD] Core systemAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: 10.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***