Hello,

I got an error (see attachment) during latest CVS Wget 1.8.1-pre2+cvs
compilation. My platform is FreeBSD 4.4. The latest successfully
compiled version was Wget 1.8+cvs.

Regards,
Alexis
gateway:~/work/wget$>make install
cd src && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H 
-DSYSTEM_WGETRC=\"/usr/home/alexis/etc/wgetrc\" 
-DLOCALEDIR=\"/usr/home/alexis/share/locale\"'  CFLAGS='-O2 -Wall -Wno-implicit' 
LDFLAGS='' LIBS='-lssl -lcrypto'  prefix='/usr/home/alexis' 
exec_prefix='/usr/home/alexis' bindir='/usr/home/alexis/bin'  
infodir='/usr/home/alexis/info' mandir='/usr/home/alexis/man' manext='1' install.bin
gcc -I. -I.   -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/home/alexis/etc/wgetrc\" 
-DLOCALEDIR=\"/usr/home/alexis/share/locale\" -O2 -Wall -Wno-implicit -c html-parse.c
gcc -I. -I.   -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/home/alexis/etc/wgetrc\" 
-DLOCALEDIR=\"/usr/home/alexis/share/locale\" -O2 -Wall -Wno-implicit -c html-url.c
gcc -I. -I.   -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/home/alexis/etc/wgetrc\" 
-DLOCALEDIR=\"/usr/home/alexis/share/locale\" -O2 -Wall -Wno-implicit -c recur.c
/bin/sh ../libtool gcc -O2 -Wall -Wno-implicit  -o wget  cmpt.o connect.o cookies.o 
fnmatch.o ftp.o         ftp-basic.o ftp-ls.o ftp-opie.o getopt.o hash.o        
headers.o host.o html-parse.o html-url.o http.o init.o       log.o main.o gen-md5.o 
netrc.o progress.o rbuf.o recur.o    res.o retr.o safe-ctype.o snprintf.o 
gen_sslfunc.o url.o        utils.o version.o -lssl -lcrypto
gcc -O2 -Wall -Wno-implicit -o wget cmpt.o connect.o cookies.o fnmatch.o ftp.o 
ftp-basic.o ftp-ls.o ftp-opie.o getopt.o hash.o headers.o host.o html-parse.o 
html-url.o http.o init.o log.o main.o gen-md5.o netrc.o progress.o rbuf.o recur.o 
res.o retr.o safe-ctype.o snprintf.o gen_sslfunc.o url.o utils.o version.o  -lssl 
-lcrypto
gen-md5.o: In function `gen_md5_init':
gen-md5.o(.text+0x19): undefined reference to `md5_init_ctx'
gen-md5.o: In function `gen_md5_update':
gen-md5.o(.text+0x33): undefined reference to `md5_process_bytes'
gen-md5.o: In function `gen_md5_finish':
gen-md5.o(.text+0x4c): undefined reference to `md5_finish_ctx'
*** Error code 1

Stop in /usr/home/alexis/work/wget/src.
*** Error code 1

Stop in /usr/home/alexis/work/wget.

Reply via email to