"Nicholas Peters" <[EMAIL PROTECTED]> 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                                         [EMAIL PROTECTED]
Virtutech                                         http://www.virtutech.se
-------------------------------------------------------------------------


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

Reply via email to