Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 2 Jun 2004 09:19:09 +0100 (GMT Daylight Time) From: Alastair Growcott Subject: Visual Studio linking To: cygwin AT cygwin DOT com Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Disposition: INLINE Organization: BakBone Software X-IsSubscribed: yes Hi. I have read all the FAQs and stuff. I have searched the web. I would like a step by step list of instructions to achieve the following. I want to use check to test an MFC application. This means I must use the Visual Studio compiler, cl, and linker, link. Check calls fork(). This function is implemented in the cygwin1.dll. I cannot link using the DLL. I read somewhere that libcygwin.a is equivalent to the cygwin1.lib, but when I try and link against it I get all sorts of bizarre symbols not found. According to cygcheck, cygwin1.dll only has dependencies on standard Windows DLLs that I am already linking against. So how do I; a) obtain a version of cygwin1.lib that I can link against using the Visual Studio linker that will work nicely and neatly, or b) link against libcygwin.a using the Visual Studio linker. Alastair Growcott Software Maintenance Engineer BakBone Software Merck House Seldown Lane Poole, BH15 1TW P +44 (0)1202 241000 F +44 (0)1202 249000 alastair DOT growcott AT bakbone DOT com www.bakbone.com > -- 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/