bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Cannot compile current bzr trunk: undefined reference to `gzw


From: Evgenii Philippov
Subject: [Bug-wget] Cannot compile current bzr trunk: undefined reference to `gzwrite' / `gzclose' / `gzdopen'
Date: Tue, 03 Jan 2012 02:55:08 +0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111109 Thunderbird/3.1.16

Hi wget folks,

The make fails (see logs below).

What can I do to compile wget? Is this case known?

--
Evgenii

$bzr info -vv
latest revision: Mon 2011-12-12 21:30:39 +0100

$./configure --without-ssl
#...skipped, I can send logs if necessary

$make
make  all-recursive
make[1]: Entering directory `/home/user1/wget_tmp1/trunk'
Making all in lib
make[2]: Entering directory `/home/user1/wget_tmp1/trunk/lib'
make  all-recursive
make[3]: Entering directory `/home/user1/wget_tmp1/trunk/lib'
make[4]: Entering directory `/home/user1/wget_tmp1/trunk/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/user1/wget_tmp1/trunk/lib'
make[3]: Leaving directory `/home/user1/wget_tmp1/trunk/lib'
make[2]: Leaving directory `/home/user1/wget_tmp1/trunk/lib'
Making all in src
make[2]: Entering directory `/home/user1/wget_tmp1/trunk/src'
make  all-am
make[3]: Entering directory `/home/user1/wget_tmp1/trunk/src'
gcc -O2 -Wall -o wget cmpt.o connect.o convert.o cookies.o ftp.o css_.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o recur.o res.o retr.o spider.o url.o warc.o utils.o exits.o build_info.o iri.o version.o ftp-opie.o ../lib/libgnu.a -lidn -lrt
warc.o: In function `warc_write_buffer':
warc.c:(.text+0x20): undefined reference to `gzwrite'
warc.o: In function `warc_write_end_record':
warc.c:(.text+0x6af): undefined reference to `gzclose'
warc.o: In function `warc_write_start_record':
warc.c:(.text+0x1415): undefined reference to `gzdopen'
collect2: ld returned 1 exit status
make[3]: *** [wget] Error 1
make[3]: Leaving directory `/home/user1/wget_tmp1/trunk/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/user1/wget_tmp1/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user1/wget_tmp1/trunk'
make: *** [all] Error 2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]