RE: How to compile a .LIB with cygwin for use in MS Visual C

2001-03-01 Thread Paul Garceau
Hi folks, On 1 Mar 2001, at 8:49, the Illustrious [EMAIL PROTECTED] wrote: > On 02/28/2001 18:08:41 Dautrevaux wrote: > >I'm not sure of the exact procedure to follow, but at least you must > >use -mno-cygwin when compiling this kind of code (and you must check > >the the mingw32 support is prop

RE: How to compile a .LIB with cygwin for use in MS Visual C

2001-03-01 Thread Larry Hall (RFK Partners, Inc)
At 02:49 AM 3/1/2001, [EMAIL PROTECTED] wrote: >On 02/28/2001 18:08:41 Dautrevaux wrote: > >I'm not sure of the exact procedure to follow, but at least you must use > >-mno-cygwin when compiling this kind of code (and you must check the the > >mingw32 support is properly installed, depending on yo

RE: How to compile a .LIB with cygwin for use in MS Visual C

2001-02-28 Thread robert . jan . schutten
On 02/28/2001 18:08:41 Dautrevaux wrote: >I'm not sure of the exact procedure to follow, but at least you must use >-mno-cygwin when compiling this kind of code (and you must check the the >mingw32 support is properly installed, depending on your cygwin version). >This was already discussed a numb

RE: How to compile a .LIB with cygwin for use in MS Visual C

2001-02-28 Thread Bernard Dautrevaux
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 28, 2001 4:45 PM > To: [EMAIL PROTECTED] > Subject: How to compile a .LIB with cygwin for use in MS Visual C > > > Hi all, > > I am trying to c

How to compile a .LIB with cygwin for use in MS Visual C

2001-02-28 Thread robert . jan . schutten
Hi all, I am trying to compile library using cygwin. This library compiles perfectly with gcc on various unix platforms and with the cygwin version on gcc on a MS-windows machine. Also usage of this library is working perfectly on all these platforms. Now the problem: I would like to use the co