| hmmm....
I deleted the previous source for httrack once installed, and have installed
3.33.15 ~ which wont compile. I get the following errors (below).
Its as if the libraries are not present (or something) but they are definetly
there in the source.
R's,
Paul.
/bin/sh ../libtool --mode=link gcc -g -O2 -L/usr/lib -o htsserver
htsserver.o htsweb.o -lpthread -lhttrack -lz
gcc -g -O2 -o htsserver htsserver.o htsweb.o -L/usr/lib
/usr/lib/libhttrack.so -lpthread -ldl -lz
htsweb.o(.text+0x2817): In function `main':
/usr/src/httrack-3.33.15/src/htsweb.c:203: undefined reference to
`htsthread_wait'
htsweb.o(.text+0x29e0): In function `webhttrack_main':
/usr/src/httrack-3.33.15/src/htsweb.c:271: undefined reference to
`hts_newthread'
htsweb.o(.text+0x2b4b): In function `webhttrack_runmain':
/usr/src/httrack-3.33.15/src/htsweb.c:301: undefined reference to
`htsthread_wait_n' | |