X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <483C14B4.80B0D2FF@dessent.net> Date: Tue, 27 May 2008 07:03:32 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Mike Marchywka CC: cygwin AT cygwin DOT com Subject: Re: fate/resolution/location of things like "sys/sockio.h" References: <17275355 DOT post AT talk DOT nabble DOT com> <17290164 DOT post AT talk DOT nabble DOT com> <4830F08D DOT 6040505 AT cygwin DOT com> <17345729 DOT post AT talk DOT nabble DOT com> <4833813A DOT 7B6F7FAF AT dessent DOT net> <17405074 DOT post AT talk DOT nabble DOT com> <483583EE DOT 8030605 AT cygwin DOT com> <00e501c8bc1e$a44d0190$2708a8c0 AT CAM DOT ARTIMI DOT COM> <20080523000735 DOT GA23793 AT ednor DOT casa DOT cgf DOT cx> <483BBE3D DOT EDF663D3 AT dessent DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Mike Marchywka wrote: > Also, FWIW, I took a sample program in wpdpack and compiled it WITH cygwin > ( all the makefiles that came with the download did use -mno-cygwin ) > and it at least loaded ( it may function properly but I haven't checked), Yes, a trivial invocation of help output usually works. But still the problem remains that a library that was built against MSVCRT is not supposed to be linked against code that was built against Cygwin -- they are two very different runtimes. For example, try running one of those programs and then pressing ^C to stop it and I think you will find it segfaults or malfunctions in some other random way. Any behavior in that situation that does work is by luck, is my point. But I don't see why you're trying to build a Cygwin nmap anyway. nmap has a native win32 port so why not just build that using MinGW? Brian -- 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/