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
Message-ID: <20000803212357.32826.qmail@hotmail.com>
X-Originating-IP: [203.97.2.246]
From: "Danny Smith" <danny_r_smith@hotmail.com>
To: cwilson@ece.gatech.edu, cockerham@flame.org
Cc: cygwin@sourceware.cygnus.com
Subject: Re: Linking static library from Mingw32 with Visual C++
Date: Fri, 04 Aug 2000 09:23:57 NZST
Mime-Version: 1.0
Content-Type: text/plain; format=flowed

>
>I don't think you can a statlib created by cygwin's gcc -mno-cygwin
>using MSVC. Perhaps mingw can create MSVC-compatible libs, but I doubt
>it.
>
>--Chuck
>
Yes can link against mingw-built (C and Fortran, *not* C++)  static libs 
with MSVC, but be careful to link against MS DLL runtime (either msvcrt.dll 
or crtdll.dll, depending on your mingw build) and not the MS static runtime 
libs.  Also may need to link against libgcc.a (in MSVC) to  resolve symbols 
that live there (like the builtin gcc functions).


Regards
Danny

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

