| Using: ./configure --enable-shared=no
Any ideas? I need a static executable that can be run with
NO libraries whatsoever.
Results:
make[2]: Entering directory
`/home/jgoebel/httrack/httrack-3.30.01/src'
/bin/sh ../libtool --mode=link gcc -g -O2 -o httrack
httrack.o -lpthread -lhttrack
gcc -g -O2 -o httrack httrack.o
/home/jgoebel/httrack/httrack-3.30.01/src/.libs/libhttrack.a
-lpthread -ldl
/home/jgoebel/httrack/httrack-3.30.01/src/.libs/libhttrack.a(htslib.o)(.text+0x18890):
In function `fexist':
/home/jgoebel/httrack/httrack-3.30.01/src/htslib.c:3963:
multiple definition of `fexist'
httrack.o(.text+0x3400):/home/jgoebel/httrack/httrack-3.30.01/src/httrack.c:586:
first defined here
/home/jgoebel/httrack/httrack-3.30.01/src/.libs/libhttrack.a(htslib.o)(.text+0x141e0):
In function `linput':
/home/jgoebel/httrack/httrack-3.30.01/src/htslib.c:2791:
multiple definition of `linput'
httrack.o(.text+0x3460):/home/jgoebel/httrack/httrack-3.30.01/src/httrack.c:597:
first defined here
/home/jgoebel/httrack/httrack-3.30.01/src/.libs/libhttrack.a(htsback.o)(.text+0x2192):
In function `back_finalize':
/home/jgoebel/httrack/httrack-3.30.01/src/htsback.c:164:
warning: the use of `tmpnam' is dangerous, better use `mkstemp'
collect2: ld returned 1 exit status | |