| Here are the make error messages:
make all-recursive
Making all in src
Making all in swf
/usr/local/bin/bash ../libtool --mode=link gcc -O -g3 -
Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -
Wmissing-declarations -Wpointer-arith -Wnested-externs -
D_REENTRANT -o httrack httrack.o -lhttrack
gcc -O -g3 -Wall -Wcast-align -Wstrict-prototypes -Wmissing-
prototypes -Wmissing-declarations -Wpointer-arith -Wnested-
externs -D_REENTRANT -o .libs/httrack
httrack.o /usr/local/httrack-3.22/src/.libs/libhttrack.so -
Wl,--rpath -Wl,/usr/local/lib
*** Error code 1
Stop in /usr/local/httrack-3.22/src.
*** Error code 1
Stop in /usr/local/httrack-3.22/src.
*** Error code 1
Stop in /usr/local/httrack-3.22.
*** Error code 1
Stop in /usr/local/httrack-3.22.
What is the problem here? (Previously I also tried to
install an older version of httrack via the ports system,
but it did not work either) | |