>Shared libraries have the extension .dll on Windows, not .so. >Specifying -lf will find your library if you named it cygf.dll or >libf.dll, or if you created an import library libf.dll.a. (It will find >other variants as well, like f.lib. Read the linker manual for the full >list.)
compilation works fine with .dll extension. Thanks!!. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/