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: Fri, 9 May 2003 17:19:07 +0100 (BST) From: Elfyn McBratney X-X-Sender: elfyn AT localhost DOT localdomain To: Doug Jenkinson cc: cygwin AT cygwin DOT com Subject: Re: nmap In-Reply-To: <20030509151927.22524.qmail@web40304.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 9 May 2003, Doug Jenkinson wrote: > So, I'm trying to get nmap to run under cygwin, well, to at least > make/install. > Following the instructions from insecure.org/nmap, I have: > > bzip2 -cd nmap-3.27.tar.bz2 | tar xvf - > > cd nmap-3.27 > > ./configure > > make > > su root > > make install > as an installation script for version 3.27. > The problem is that I get these errors: > > make: *** No rule to make target `libpcap-possiblymodified/Makefile', > needed by `libpcap-possiblymodified/libpcap.a'. Stop. > > su: user root does not exist > > make: *** No rule to make target `libpcap-possiblymodified/Makefile', > needed by `libpcap-possiblymodified/libpcap.a'. Stop. > > Does anyone have any insight to these? Anything at all would be > appreciated, or even a flat stmt that it can't be done will be > grungingly accepted. Doug, IIRC, libpcap is unix/linux dependent. There is better (well more portable) library, winpcap. You might try your luck there. There are also native Windows ports or nmap (GUI front-end and command line) available, and the command line nmap should work OK with Cygwin. Elfyn -- Elfyn McBratney Systems Administrator ABCtales.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/