Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <199908300713.CAA05303@mercury.xraylith.wisc.edu> To: John Buffington cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: wget In-Reply-To: Your message of "Sun, 29 Aug 1999 21:01:35 PDT." <199908300401 DOT VAA11865 AT pacific DOT net> Date: Mon, 30 Aug 1999 02:13:39 -0500 From: Mumit Khan John Buffington writes: > Has anyone out there ported GNU wget to Cygwin? > Here're two few hints when looking for a particular package for Cygwin: 1. search the mailing list archives. There are two search engines: Cygnus' http://sourceware.cygnus.com/ml/cygwin/ and DJ Delorie's http://www.delorie.com/archives/. I seem to have much better luck with DJ's search engine site than Cygnus'. 2. Look at Michael Hirmke's package listing. It's available from Cygnus Cygwin site http://sourceware.cygnus.com/cygwin/. His site URL has changed from the old days, so that the WWW link in the archives may not work. You can get his package listing from: ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Hirmke_Michael/GNUWin32.txt wget-1.5.3, ftp://prep.ai.mit.edu/pub/gnu/wget/wget-1.5.3.tar.gz, builds compiles out the box. Get it, run configure, make and install. $ tar zxf wget-1.5.3.tar.gz $ cd wget-1.5.3 $ ./configure -v $ make $ make install If running configure as above won't work, then try the following $ CONFIG_SHELL=bash bash configure -v instead, everything else the same. If you're dealing with an older version, I believe you had to get rid of the 'extern int errno' declarations and include in a few files. > Might be able to save me a couple of days (weeks) Hopefully just a few minutes ... Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com