| had limited success with that...
this is end if .configure's output and the make error:
checking for fopen64 in -lc... no
not found
checking for pthread_create in -lpthread... no
not found
checking for pthread_create in -lc... no
not found
checking for pthread_create in -lpthreads... no
configure: WARNING: *** not found
checking for socket in -lsocket... no
not necessary
checking for dlopen in -ldl... no
not found
checking for dlopen in -lc... yes
checking for ftime in -lc... no
not found
checking for setuid in -lc... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating m4/Makefile
config.status: creating libtest/Makefile
config.status: creating templates/Makefile
config.status: creating lang/Makefile
config.status: creating html/Makefile
config.status: creating config.h
config.status: executing depfiles commands
bash-2.05b$ make
make all-recursive
Making all in src
source='htscore.c' object='htscore.lo' libtool=yes
depfile='.deps/htscore.Plo' tmpdepfile='.deps/htscore.TPlo' depmode=gcc
/usr/local/bin/bash ../depcomp /usr/local/bin/bash ../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wnested-externs -D_REENTRANT -DINET6
-DPREFIX=\""/usr/home/sendthis"\" -DSYSCONFDIR=\""/usr/home/sendthis/etc"\"
-DDATADIR=\""/usr/home/sendthis/share"\"
-DLIBDIR=\""/usr/home/sendthis/lib"\" -I/usr/include -g -O2 -c -o htscore.lo
`test -f 'htscore.c' || echo './'`htscore.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O -g3 -Wall -Wcast-align -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wnested-externs
-D_REENTRANT -DINET6 -DPREFIX=\"/usr/home/sendthis\"
-DSYSCONFDIR=\"/usr/home/sendthis/etc\" -DDATADIR=\"/usr/home/sendthis/share\"
-DLIBDIR=\"/usr/home/sendthis/lib\" -I/usr/include -g -O2 -c htscore.c
-Wp,-MD,.deps/htscore.TPlo -fPIC -DPIC -o .libs/htscore.lo
In file included from htsftp.h:43,
from htscore.h:226,
from htscore.c:46:
htsthread.h:102: syntax error before `('
htsthread.h:102: `hts_newthread' declared as function returning a function
htsthread.h:102: warning: function declaration
i don't have a previous install. any thoughts?
> > i was wondering
> > if there is a way to install httrack without
> having
> > root/admin access.
>
> Just try:
>
> ./configure --prefix=$HOME
> make
> make install
>
> And then, in your .profile (or .bashrc):
>
> export PATH=$PATH:$HOME/bin
> export LD_LIBRARY_PATH=$HOME/lib
>
> This should do the trick!
>
| |