Linking Cygwin & MSVC objects / libraries using MSVC linker

Jesper Eskilson jojo@virtutech.se
Thu Apr 26 01:03:00 GMT 2001


"Nicholas Peters" <nickapeters@hotmail.com> writes:

>    I need mostly socket stuff, the link (with MSVC) without libcygwin.a
>    produces:

Note that there are no socket-stuff in MSVCRT.*, you need to link with
ws2_32.lib for that. You should be able to resolve most of your socket-calls
with the ones there.

/Jesper
-- 
-------------------------------------------------------------------------
Jesper Eskilson                                         jojo@virtutech.se
Virtutech                                         http://www.virtutech.se
-------------------------------------------------------------------------


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list