public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Ronald Landheer-Cieslak <blytkerchan@users.sourceforge.net>
To: cygwin@cygwin.com
Subject: Re: Can .lib files be converted to .a files?
Date: Wed, 17 Sep 2003 14:12:00 -0000	[thread overview]
Message-ID: <20030917142438.GA19674@linux_rln.harvest> (raw)
In-Reply-To: <web-32567154@rems02.cluster1.charter.net>

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 in C, you're out of luck: there are ABI differences
that you won't be able to get around without recompiling.

If it was not compiled by MSVC (or something compatible), you'll have to use
whatever your compiler offers to convert it - if anything. Otherwise, 
recompiling is the only thing you can do.

HTH

rlc

-- 
Today's weirdness is tomorrow's reason why.
		-- Hunter S. Thompson

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

  reply	other threads:[~2003-09-17 13:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-17 13:54  craig  grossbach
2003-09-17 14:12 ` Ronald Landheer-Cieslak [this message]
2003-09-17 14:18   ` Larry Hall
2003-09-17 14:27     ` Ronald Landheer-Cieslak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030917142438.GA19674@linux_rln.harvest \
    --to=blytkerchan@users.sourceforge.net \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).