Hello,

>> after that was "cannot find -lwsock32.lib"
>
> Well it looks like you don't have wsock32.lib ;-)
> A fix for this could be simply installing it, [...]

That's probably a bug in the CMake files actaully. Cygwin is a Unix  
clone running on Windows, and Unix will never have wsock32.lib. Only  
Win32 and MinGW targets should be using that library. So there needs  
to be a conditional to exclude wsock32.lib on Unix/Linux and Cygwin  
(or include it on Win32 and MinGW, not others).

J-S
-- 
______________________________________________________
Jean-Sebastien Guay     [EMAIL PROTECTED]
                         http://whitestar02.webhop.org/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to