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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <008301c28994$87ee1f10$78d96f83@pomello> From: "Max Bowsher" To: "Eric Belhomme" , References: Subject: Re: Is it possible to convert .a linux library into win32 .dll or lib ? Date: Mon, 11 Nov 2002 15:10:54 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Eric Belhomme wrote: > Hi, > > I compiled a linux native library on cygwin. To do this I used the > -mwin32 flag, as Tim Prince explained to me. > > So now it compiles nice, but I obtain a "libprelude.a" file so I > wonder it is in ELF compatible format. The problem is I'd like to use > this library with a native Win32 NT service (I try to make a win32 > prelude-lml sensor) > > So I need libprelude compiled as native win32 DLL or lib file. Is it > possible ? No, it's not ELF. It is a static library (i.e. more-or-less a static .lib file) I know nothing about the package you are talking about, so I don't know how easy it would be to make a DLL. Max. -- 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/