Re: [Bug-wget] Cannot compile current bzr trunk: undefined reference to `gzwrite' / `gzclose' / `gzdopen'

2012-01-11 Thread Giuseppe Scrivano
Gijs van Tulder gvtul...@gmail.com writes: Hi all, The attached patch should hopefully fix Evgenii's problem. The patch changes the configure script to always use libz, unless it is explicitly disabled. In that case, the patch makes sure that the WARC functions do not use gzip but write to

Re: [Bug-wget] Cannot compile current bzr trunk: undefined reference to `gzwrite' / `gzclose' / `gzdopen'

2012-01-09 Thread Gijs van Tulder
Hi all, The attached patch should hopefully fix Evgenii's problem. The patch changes the configure script to always use libz, unless it is explicitly disabled. In that case, the patch makes sure that the WARC functions do not use gzip but write to uncompressed files instead. The funny thing

Re: [Bug-wget] Cannot compile current bzr trunk: undefined reference to `gzwrite' / `gzclose' / `gzdopen'

2012-01-08 Thread Evgenii Philippov
On 03.01.2012 02:55, Evgenii Philippov wrote: Hi wget folks, The make fails[...] I've redone the installation process from the very scratch: * ran bzr branch in a newly created folder, * ran bootstrap script. The bootstrap script told warnings: on stdout: Notice from module pipe:

Re: [Bug-wget] Cannot compile current bzr trunk: undefined reference to `gzwrite' / `gzclose' / `gzdopen'

2012-01-08 Thread Evgenii Philippov
Actually I currently close my work on wget. So these messages are just bug reports for wget collaborators. Some additional info: export PS1=Ok\ Ok uname -asm Linux host_name 2.6.38-13-generic #53-Ubuntu SMP Mon Nov 28 19:33:45 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux Ok lsb_release -dr

Re: [Bug-wget] Cannot compile current bzr trunk: undefined reference to `gzwrite' / `gzclose' / `gzdopen'

2012-01-03 Thread Ángel González
On 02/01/12 19:55, Evgenii Philippov wrote: Hi wget folks, The make fails (see logs below). What can I do to compile wget? Is this case known? Those are provided by zlib (which is however not being linked in, adding -lz probably fixes it). What did configure decide about linking zlib? I