This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12987] Incompatibility with VC++ in -Wl,--out-implib code
- From: "dannysmith at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Nov 2003 19:42:13 -0000
- Subject: [Bug target/12987] Incompatibility with VC++ in -Wl,--out-implib code
- References: <20031110080409.12987.oyvind.harboe@zylin.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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