This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/12987] Incompatibility with VC++ in -Wl,--out-implib code


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]