|
From: Nehal M. <ne...@ca...> - 2002-12-05 22:21:40
|
Earnie Boyd wrote: > Earnie Boyd wrote: > >> Nehal Mistry wrote: >> >>>> >>>> I will be making an official release sometime before Monday and no >>>> earlier than tomorrow unless someone speaks up with severe problems. >>>> >>>> Earnie. >>>> >>> can you please look into my wget problem first (in this message): >>> Re: [Mingw-msys] MSYS-1.0.8-rc-5.exe - BUG (still exists in rc7) >>> i think it is a bug that should be resolved before 1.0.8 final is >>> released >>> >> >> Me thought it already fixed, as I stated in the rc-6 and rc-7 notice. >> Where can I find your version of wget? >> > > I just used the gnuwin32.sf.net version of wget to download > config.guess from the ftp.gnu.org site. Unless you provide more > information I won't be able to debug. > > Earnie. i did paste the URL originally, maybe u missed it, anyway, here it is again: http://ftp.sunsite.dk/projects/wget/windows/wget-1.8.1b.zip i also had specified the problem specifically, maybe u missed that as well... i will paste again what i said: note the command that is called: =============== $ /bin/wget http://www.libpng.org/pub/png/src/zlib-1.1.4.tar.gz wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. ================ but running the same binary (not a copy, the exact same binary) by tagging /c/msys/ in front of the path will yield the correct results as you can see: ====================== $ /c/msys/bin/wget http://www.libpng.org/pub/png/src/zlib-1.1.4.tar.gz --18:45:49-- http://www.libpng.org/pub/png/src/zlib-1.1.4.tar.gz => `zlib-1.1.4.tar.gz.1' Resolving www.libpng.org... done. Connecting to www.libpng.org[66.35.250.210]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 181,144 [application/x-tar] 0K .......... .......... .......... .......... .......... 28% 60.24 KB/s <snip> ====================== thx, Nehal |