wget-dev
[Top][All Lists]
Advanced

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

wget2 | lzma detected, but not linked against (#564)


From: Thomas Klausner (@_wiz_)
Subject: wget2 | lzma detected, but not linked against (#564)
Date: Mon, 27 Sep 2021 18:56:55 +0000


Thomas Klausner created an issue: https://gitlab.com/gnuwget/wget2/-/issues/564



The configure script finds LZMA and gzip support, but does not seem to link 
against it in all relevant places. I see:
```
  GZIP compression:   yes                                                       
                                                                 
...
  LZMA compression:   yes                                                       
                                                                 
```
but later
```
--- test_linking_decompress ---
ld: ./.libs/libwget_decompress.a(libwget_decompress_la-decompressor.o): in 
function `lzma_decompress':       
/scratch/net/wget2/work/wget2-2.0.0/libwget/decompressor.c:221: undefined 
reference to `lzma_code'
ld: ./.libs/libwget_decompress.a(libwget_decompress_la-decompressor.o): in 
function `gzip_exit':
/scratch/net/wget2/work/wget2-2.0.0/libwget/decompressor.c:167: undefined 
reference to `inflateEnd'
ld: ./.libs/libwget_decompress.a(libwget_decompress_la-decompressor.o): in 
function `gzip_decompress':
/scratch/net/wget2/work/wget2-2.0.0/libwget/decompressor.c:149: undefined 
reference to `inflate'
ld: ./.libs/libwget_decompress.a(libwget_decompress_la-decompressor.o): in 
function `gzip_init':
/scratch/net/wget2/work/wget2-2.0.0/libwget/decompressor.c:119: undefined 
reference to `inflateInit2_'       
ld: ./.libs/libwget_decompress.a(libwget_decompress_la-decompressor.o): in 
function `deflate_init':
/scratch/net/wget2/work/wget2-2.0.0/libwget/decompressor.c:176: undefined 
reference to `inflateInit_'
ld: ./.libs/libwget_decompress.a(libwget_decompress_la-decompressor.o): in 
function `lzma_init':
/scratch/net/wget2/work/wget2-2.0.0/libwget/decompressor.c:191: undefined 
reference to `lzma_auto_decoder'
ld: ./.libs/libwget_decompress.a(libwget_decompress_la-decompressor.o): in 
function `lzma_exit':
/scratch/net/wget2/work/wget2-2.0.0/libwget/decompressor.c:237: undefined 
reference to `lzma_end'
*** [test_linking_decompress] Error code 1
```

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/issues/564
You're receiving this email because of your account on gitlab.com.




reply via email to

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