bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27113] libdep not correctly loaded on Windows


From: markus.boeck02 at gmail dot com
Subject: [Bug binutils/27113] libdep not correctly loaded on Windows
Date: Sat, 26 Dec 2020 13:52:45 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27113

--- Comment #2 from Markus Böck <markus.boeck02 at gmail dot com> ---
I don't think so. That PR and commit is concerned with versioning applied to
shared libraries. Here in this case the import library of libdep.dll, commonly
called libdep.dll.a, is installed as well. It's a file generated by the linker
along side the dll as on Windows one links against the import library, not the
shared library like on Linux.

The actual link command for libdep.dll displayed when running make is:
libtool: link: x86_64-w64-mingw32-gcc-10 -shared  .libs/libdep_plugin.o   
-march=nehalem -Wl,--stack -Wl,12582912   -o .libs/libdep.dll
-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libdep.dll.a

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]