Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: 19 Dec 2001 08:46:53 -0800 Message-ID: <20011219164653.2578.cpmta@c001.snv.cp.net> X-Sent: 19 Dec 2001 16:46:53 GMT Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: cygwin AT cygwin DOT com From: mgb AT mgbeckett DOT com X-Mailer: Web Mail 3.9.3.5 X-Sent-From: mgb AT mgbeckett DOT com Subject: 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/