Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
To: "Robb Merrill" <robbmer@hotmail.com>
Cc: cygwin@cygwin.com
Subject: Re: Linking a .lib file
References: <F119tEnUyR53YPkz35Z0000825f@hotmail.com>
From: Andrew Markebo <flognat@flognat.myip.org>
Date: 07 Jun 2001 00:17:37 +0200
In-Reply-To: <F119tEnUyR53YPkz35Z0000825f@hotmail.com>
Message-ID: <m3vgm9i77i.fsf@localhost.localdomain>
Lines: 12
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

/ "Robb Merrill" <robbmer@hotmail.com> wrote:
| Howdy.  I use the cygwin-b20 g++ compiler with Emacs, and I need to
| link in a .lib file.  When I try doing the compilation\linking command

I suppose the .lib-file is from MSVC++ or Borland? Unfortunetaly they
are extremely compiler dependent on the windows-platform, and I don't
think you can link them to your gcc. 

A possible way to do it could be converting the .lib to a dll, and
load that in your cygwin app.

        /Andy

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

