https://issues.apache.org/ooo/show_bug.cgi?id=120854
--- Comment #11 from Ariel Constenla-Haile <[email protected]> --- (In reply to comment #10) > There are both ld and ld.gold on the system, don't know which one is being > used : > > $ ld --version > GNU ld (GNU Binutils) 2.22.0.20120323 > > ld.gold --version > GNU gold (GNU Binutils 2.22.0.20120323) 1.11 try to use ls to detect it, for example, on Fedora I get: [ariel@localhost ~]$ ls -l /usr/bin/ld* lrwxrwxrwx. 1 root root 20 Jun 4 15:48 /usr/bin/ld -> /etc/alternatives/ld -rwxr-xr-x. 1 root root 883960 Mar 16 12:49 /usr/bin/ld.bfd -rwxr-xr-x. 1 root root 5323 Aug 15 13:17 /usr/bin/ldd -rwxr-xr-x. 1 root root 2745968 Mar 16 12:49 /usr/bin/ld.gold [ariel@localhost ~]$ ls -l /etc/alternatives/ld lrwxrwxrwx. 1 root root 15 Jun 4 15:48 /etc/alternatives/ld -> /usr/bin/ld.bfd So ld is a link to ld.bfd -- You are receiving this mail because: You are the assignee for the bug.
