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 Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <098b01c1944d$cb14b890$0200a8c0@lifelesswks> From: "Robert Collins" To: , "Warren Burstein" References: <3 DOT 0 DOT 6 DOT 32 DOT 20020103135536 DOT 009a6ae0 AT stux06> Subject: Re: inetd: works with gcc-compiled program, not msvc Date: Thu, 3 Jan 2002 22:57:17 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 03 Jan 2002 11:57:07.0953 (UTC) FILETIME=[C4E09610:01C1944D] ----- Original Message ----- From: "Warren Burstein" > > While some may find this to be a good way to encourage people to use gcc > rather than msvc, and I'd rather do just that, unfortunately I need to run > a service written by someone else in msvc. It's not the compilers code, it's the libc you are linking against. If you can convince MSVC to link against libcygwin.a (an import lib for cygwin1.dll) and kernel32.lib, then you can use the Cygwin code. > Any ideas? Also, please note that you should be able to compile *most* code for MSVC under gcc if you generate an appropriate makefile. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/