Linking a .lib file

Andrew Markebo flognat@flognat.myip.org
Wed Jun 6 15:17:00 GMT 2001


/ "Robb Merrill" <robbmer@hotmail.com> wrote:
| Howdy.  I use the cygwin-b20 g++ compiler with Emacs, and I need to
| link in a .lib file.  When I try doing the compilation\linking command

I suppose the .lib-file is from MSVC++ or Borland? Unfortunetaly they
are extremely compiler dependent on the windows-platform, and I don't
think you can link them to your gcc. 

A possible way to do it could be converting the .lib to a dll, and
load that in your cygwin app.

        /Andy

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



More information about the Cygwin mailing list