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


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