all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gold linker and collect2: fatal error: cannot find 'ld'
@ 2019-03-17 16:06 Pjotr Prins
  2019-03-18 15:28 ` Pjotr Prins
  0 siblings, 1 reply; 12+ messages in thread
From: Pjotr Prins @ 2019-03-17 16:06 UTC (permalink / raw)
  To: guix-devel

Hi all,

I am facing some issues with the gold linker. Dlang's ldc compiler
recently defaulted to gold as a linker. Ironically if I build ldc
itself with binutils-gold it does not find the ld binary. If I don't add
binutils-gold ldc builds fine but the tests fail to find the gold
linker. 

Nice one.

When I build ldc without tests (successfully) the created compiler
environment requires gold. At this point ldc won't honour the --linker
switch where you can provide an alternative (i think this is an ldc
bug - no matter because I think using gold is a great idea). Anyway,
pulling in binutils-gold compiles my software fine if you set
LD_LIBRARY_PATH to LIBRARY_PATH.  This is because the latter is not
honoured by gold.

Note that gold has a compatibility layer for ld, but it does not pick
up environment variables (on purpose).

Unfortunately the runtime of compiled software fails because the rpath is
not updated either. So that requires adding in the RPATH explicitly on
the ldc command line. When I set the RPATH the runtime is fine. 

I am posting this here so others can benefit when they run into
similar issues later. Maybe the solution is to create an ld-wrapper
style gold-wrapper for gold.

Wdyt?

Also I need to somehow resolve the ldc tests running on gold. Can we
pull in standard ld and gold at the same time? binutils-gold suggests
not.

Pj.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-05-25 21:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-17 16:06 gold linker and collect2: fatal error: cannot find 'ld' Pjotr Prins
2019-03-18 15:28 ` Pjotr Prins
2019-03-19 15:24   ` Pjotr Prins
2019-03-27 17:15   ` Ludovic Courtès
2019-05-01  7:56     ` Pierre Neidhardt
2019-05-16  5:18       ` Pierre Neidhardt
2019-05-17 13:44         ` Pierre Neidhardt
2019-05-17 18:13           ` Pierre Neidhardt
2019-05-20 15:35             ` Ludovic Courtès
2019-05-20 16:06               ` Pierre Neidhardt
2019-05-25 16:35                 ` Pierre Neidhardt
2019-05-25 21:21                   ` Pjotr Prins

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.