Hello there...i just found this interesting application and would like to
install it on my Gentoo system...i followed the instructions in the Install
file that means i did as root the following "./configure && make & make
install" but when i run "make" it fails with the following error
Error:
"httrack.h:107: warning: 'vt_color' declared 'static' but never defined
/bin/sh ../libtool --mode=link gcc -g -O2 -L/usr/lib -o httrack httrack.o
-lpthread -lhttrack -lz
gcc -g -O2 -o httrack httrack.o -L/usr/lib -lpthread -lhttrack -lz
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lhttrack
collect2: ld returned 1 exit status
make[2]: *** [httrack] Error 1
make[2]: Leaving directory `/home/jrn23/3rd Party
Applications/httrack-3.40.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jrn23/3rd Party
Applications/httrack-3.40.2'
make: *** [all] Error 2"...what should i do?? |