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: "oyvind dot harboe at zylin dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Nov 2003 19:48:05 -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 oyvind dot harboe at zylin dot com 2003-11-10 19:48 -------
>This is a known bug in the MS linker: it does not understand GNU ld import
>libs.
Will this be fixed at some point?
(If not, shouldn't this option be removed from GCC?)
>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.
For now I just used GetProcAddress() explicitly, moving on. :-)
Øyvind
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12987