Can .lib files be converted to .a files?

2003-09-17 Thread craig grossbach
Does someone know of a way to convert a .lib file to it's .a counterpart? I need to get pcscal32.lib to be libpcscal32.a. Thank you. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Can .lib files be converted to .a files?

2003-09-17 Thread Ronald Landheer-Cieslak
On Wed, Sep 17, 2003 at 09:45:06AM -0400, craig grossbach wrote: Does someone know of a way to convert a .lib file to it's .a counterpart? I need to get pcscal32.lib to be libpcscal32.a. Thank you. If pcscal32.lib was written in C and compiled by MSVC, just rename it. If it was not written

Re: Can .lib files be converted to .a files?

2003-09-17 Thread Larry Hall
At 10:24 AM 9/17/2003, Ronald Landheer-Cieslak you wrote: On Wed, Sep 17, 2003 at 09:45:06AM -0400, craig grossbach wrote: Does someone know of a way to convert a .lib file to it's .a counterpart? I need to get pcscal32.lib to be libpcscal32.a. Thank you. If pcscal32.lib was written in C

Re: Can .lib files be converted to .a files?

2003-09-17 Thread Ronald Landheer-Cieslak
On Wed, Sep 17, 2003 at 10:06:38AM -0400, Larry Hall wrote: At 10:24 AM 9/17/2003, Ronald Landheer-Cieslak you wrote: On Wed, Sep 17, 2003 at 09:45:06AM -0400, craig grossbach wrote: Does someone know of a way to convert a .lib file to it's .a counterpart? I need to get pcscal32.lib to be