Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sourceware.cygnus.com Delivered-To: mailing list cygwin@sourceware.cygnus.com Message-Id: <199909302110.QAA11912@pluto.xraylith.wisc.edu> To: Jeffrey Juliano cc: cygwin@sourceware.cygnus.com Subject: Re: static MSVC library? In-Reply-To: Your message of "Thu, 30 Sep 1999 16:10:06 EDT." <37F3C39E.E9FB087@cs.unc.edu> Date: Thu, 30 Sep 1999 16:10:57 -0500 From: Mumit Khan Jeffrey Juliano writes: > I've searched through the FAQ and some of the archives, and found many > references to how to make dll's with cygwin/gcc, and how to use msvc > dll's in cygwin apps. > > I have not, however, found anything describing how to use a cygwin/gcc > lib*.a STATIC library in a MSVC app, or how to use a MSVC STATIC library > in a cygwin/gcc app. You cannot, sorry. Unlike on Unix, VMS, etc, the various runtime libraries (and even object formats) used by various compilers is not necessarily compatible in windows32, and that essentially precludes static linking. It works in a very limited set of cases, but I wouldn't bet on any real code other than toy test cases. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com