[Issue 17375] colliding modules detected with binutils 2.28 linker and shared libraries

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 9 04:22:32 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17375

--- Comment #4 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Workaround for Arch Linux:

Grab the 2.27 package from
https://archive.archlinux.org/packages/b/binutils/binutils-2.27-1-x86_64.pkg.tar.xz,
unpack it somewhere, then prefix $PATH with that package's "bin" directory and
$LD_LIBRARY_PATH with that package's "lib" directory.

--


More information about the Digitalmars-d-bugs mailing list