Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 14 Sep 2000 21:31:36 -0400 Message-Id: <200009150131.VAA09830@envy.delorie.com> From: DJ Delorie To: higuchi AT cov DOT tytlabs DOT co DOT jp CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: <20000915102917A.higuchi@cov.tytlabs.co.jp> (message from Kazunori Higuchi on Fri, 15 Sep 2000 10:29:17 +0900 (JST)) Subject: Re: Building import lib(.a) from windows lib(.lib) References: <20000915102917A DOT higuchi AT cov DOT tytlabs DOT co DOT jp> > Could anyone give me some more details or example for creating a .a > file from a .lib file? mv foo.a foo.lib The formats are the same; just rename it if you really need *.a, or just list it on your link line like any other object: gcc main.c foo.lib -o main.exe -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com