This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14995] New: glibc fails to build if gold is the default linker, even if ld.bfd is available


http://sourceware.org/bugzilla/show_bug.cgi?id=14995

             Bug #: 14995
           Summary: glibc fails to build if gold is the default linker,
                    even if ld.bfd is available
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: Bernhard.Rosenkranzer@linaro.org
                CC: carlos@systemhalted.org
    Classification: Unclassified


If gold is the default linker, but ld.bfd is available (binutils compiled with
--enable-ld --enable-gold=default), glibc configure fails:


checking version of
/usr/lib/gcc/armv7hl-mandriva-linux-gnueabi/4.7.3/../../../../armv7hl-mandriva-linux-gnueabi/bin/ld...
v. ?.??, bad
[...]
configure: error: 
*** These critical programs are missing or too old: ld
*** Check the INSTALL file for required versions.


If the configure script doesn't find a version of "ld" it can use, it should
check for "ld.bfd" in the same location.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]