| > I'm using a 3.07 version and I like to update to the
> latest version.
> I'm trying to install the latest version 3.15 in a
> Solaris 8 machine, but after a ./configure and when
> I'm running make I have the next error message.
>
> ld: warning: option -o appears more than once, first
> setting taken
> ld: fatal: file libhttrack.so.1: cannot open file:
No
> such file or directory
Using:
./configure --static --make
should do the trick (static mode, no shared .so)
| |