HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: FreeBSD version
Author: ja_szucs
Date: 01/22/2003 17:06
 
Hi, Xavier

No success again...

By the way: does httrack-3.23.7 include a gui? 
If so, is httrack available in pure command line version? 
That could be easier to manage, require less system 
resources and reduce the possibility of failed dependencies 
during compilation. 

Anyway, here are the configure messages, and the error 
messages of make:
 
output of configure command:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of 
Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i386-unknown-freebsd4.4
checking host system type... i386-unknown-freebsd4.4
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... 
yes
checking for /usr/libexec/elf/ld option to reload object 
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate 
output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/libexec/elf/ld) supports 
shared libraries... yes
checking how to hardcode library paths into programs... 
immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd4.4 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking long long printf format... no
assuming not on target machine
checking for in_addr_t... yes
checking for getaddrinfo in -lc... yes
checking for pthread_create in -lpthread... no
not found
checking for pthread_create in -lc... no
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 libtest/Makefile
config.status: creating templates/Makefile
config.status: creating html/Makefile
config.status: creating src/swf/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands


Error output of make command:

htscore.c: In function `httpmirror':
htscore.c:331: warning: unused variable `lastime'
htsparse.c: In function `htsparse':
htsparse.c:333: warning: unused variable `makestat_fp'
htsparse.c:333: warning: unused variable `makestat_time'
htsparse.c: In function `hts_mirror_check_moved':
htsparse.c:2719: warning: unused variable `makestat_fp'
htsparse.c:2719: warning: unused variable `makestat_time'
htsparse.c:2719: warning: unused variable `template_footer'
htsparse.c:2719: warning: unused variable `template_body'
htsparse.c:2719: warning: unused variable `template_header'
htsparse.c:2719: warning: unused variable 
`makeindex_firstlink'
htsparse.c:2719: warning: unused variable `base'
htsparse.c: In function `hts_mirror_wait_for_next_file':
htsparse.c:3116: warning: unused variable `template_footer'
htsparse.c:3116: warning: unused variable `template_body'
htsparse.c:3116: warning: unused variable `template_header'
htsparse.c:3116: warning: unused variable 
`makeindex_firstlink'
htsparse.c:3116: warning: unused variable `base'
htsparse.c:3116: warning: unused variable `robots'
htslib.c: In function `int2bytes2':
htslib.c:2403: warning: integer overflow in expression
htslib.c:2406: warning: integer overflow in expression
htslib.c:2407: warning: integer overflow in expression
htslib.c:2407: warning: integer overflow in expression
htslib.c:2407: warning: integer overflow in expression
htslib.c:2410: warning: integer overflow in expression
htslib.c:2410: warning: integer overflow in expression
htslib.c:2410: warning: integer overflow in expression
htslib.c: In function `is_unicode_utf8':
htslib.c:2652: warning: comparison is always true due to 
limited range of data type
htsmodules.c:259: warning: no previous prototype for 
`hts_is_available'
/usr/local/httrack-3.23.7/src/.libs/libhttrack.so: warning: 
tempnam() possibly used unsafely; consider using mkstemp()
/usr/local/httrack-3.23.7/src/.libs/libhttrack.so: 
undefined reference to `pthread_create'
/usr/local/httrack-3.23.7/src/.libs/libhttrack.so: 
undefined reference to `pthread_getspecific'
/usr/local/httrack-3.23.7/src/.libs/libhttrack.so: 
undefined reference to `pthread_detach'
/usr/local/httrack-3.23.7/src/.libs/libhttrack.so: 
undefined reference to `pthread_key_create'
/usr/local/httrack-3.23.7/src/.libs/libhttrack.so: 
undefined reference to `pthread_mutex_unlock'
/usr/local/httrack-3.23.7/src/.libs/libhttrack.so: 
undefined reference to `pthread_mutex_lock'
/usr/local/httrack-3.23.7/src/.libs/libhttrack.so: 
undefined reference to `pthread_mutex_init'
/usr/local/httrack-3.23.7/src/.libs/libhttrack.so: 
undefined reference to `pthread_setspecific'

Thank you for your kind attention!
 
Reply Create subthread


All articles

Subject Author Date
FreeBSD version

01/20/2003 04:45
Re: FreeBSD version

01/20/2003 07:12
Re: FreeBSD version

01/22/2003 17:06
Re: FreeBSD version

01/22/2003 20:17
Re: FreeBSD version

01/23/2003 16:21




7

Created with FORUM 2.0.11