"Belov, Charles" <[EMAIL PROTECTED]> writes:

> I would like to use wget 1.9.1 instead of the wget 1.8.x which is
> installed on our server. I downloaded 1.9.1 from the Gnu ftp site,
> and issued the command:
>
> make -f Makefile.in wget191

You're not supposed to use Makefile.in directly.  Run `./configure'
and it should create Makefiles for you, after which you should be able
to just run `make' to get a usable Wget.

Reply via email to