This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

Re: Linking Cygwin & MSVC objects / libraries using MSVC linker


"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


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