Operating System - HP-UX
1832973 Members
2564 Online
110048 Solutions
New Discussion

Error compiling the wget utility

 
SOLVED
Go to solution
Paul Mancillas
Advisor

Error compiling the wget utility

I'm getting the following error when compiling the GNU "wget" utility on HP-UX 11.0. Can anyone help me fix this? I do have the C/ANSI C software installed.

Thanks,

Paul Mancillas

cc: "http.c", line 319: error 1580: Formal parameter "fd" is not in parameter list.
cc: "http.c", line 371: error 1580: Formal parameter "port" is not in parameter
list.
*** Error exit code 1

Stop.
*** Error exit code 1

2 REPLIES 2
Michael Tully
Honored Contributor
Solution

Re: Error compiling the wget utility

Hi,

You can get an already compiled version here:

http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.7/

HTH
-Michael
Anyone for a Mutiny ?
Kofi ARTHIABAH
Honored Contributor

Re: Error compiling the wget utility

You might want to download a precompiled version from:

http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.7/

or if you want, you would need to get GCC
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-3.0.1/

and compile with gcc instead. I find that most of the GNU stuff require gcc to compile.

good luck
nothing wrong with me that a few lines of code cannot fix!