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]
Other format: [Raw text]

Linking to gcc lib from MSVC



I have a library compiled on cygwin which I need to link
against an application written in MS Visual c++.
I have the source for the library - which has a gnu makefile.

Options seem to be:
1, Rewrite the makefile for nmake- are there any programs which will do this automatically ?

2, Convert the .a file into a .lib ( or into a dll ) -
How do I do this.

3, Link the .o files into a .lib with microsoft tools - is this possible ?

 
    Many thaks

      Martin
   

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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