[Bug target/12987] Incompatibility with VC++ in -Wl,--out-implib code
dannysmith at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Nov 10 19:42:00 GMT 2003
------- Additional Comments From dannysmith at gcc dot gnu dot org 2003-11-10 19:42 -------
This is a known bug in the MS linker: it does not understand GNU ld import
libs.
To workaround, build an import lib for MS using a .def file containing the
exports and the MS programme (I think it is called lib.exe) that does what
GNU dlltool does.
I think that this also applies in general to any other windows linker
programme.
Danny
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12987
More information about the Gcc-bugs
mailing list