bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Problems with (not) building wget against libiconv


From: Tim Rühsen
Subject: Re: [Bug-wget] Problems with (not) building wget against libiconv
Date: Thu, 20 Apr 2017 16:59:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0


On 04/20/2017 02:15 AM, Mojca Miklavec wrote:
> On 20 April 2017 at 02:06, Mojca Miklavec wrote:
>> On 18 April 2017 at 14:43, Tim Rühsen wrote:
>>>
>>> Just pushed some commits. That should enable you to
>>> $ CC=cc ./configure ... (all your options)
>>>
>>> to get a clean wget executable (with just Solaris system libraries).
>>
>> Thank you. This indeed works, but if I try the gcc compiler again, then I get
>>
>>   CCLD     wget
>> Undefined                       first referenced
>>  symbol                             in file
>> bind                                connect.o
>> recv                                connect.o
>> getservbyname                       ../lib/libgnu.a(getaddrinfo.o)
>> getsockname                         connect.o
>> accept                              connect.o
>> listen                              connect.o
>> gethostbyname                       ../lib/libgnu.a(getaddrinfo.o)
>> socket                              connect.o
>> setsockopt                          connect.o
>> connect                             connect.o
>> getpeername                         connect.o
>> inet_ntop                           host.o
>> gai_strerror                        host.o
>> ld: fatal: symbol referencing errors. No output written to wget
>>
>> and I suspect users on other OSes might experience similar problems.
> 
> Oh, I'm sorry. This is an older bug that has already been present in
> the previous version (which is not to say that it shouldn't be fixed
> :).

Can't reproduce on OpenCSW unstable10x (and never saw this before).

Btw, I switched sucessfully back to gcc with

CC=gcc ./configure --enable-ipv6 --disable-iri --disable-nls
--disable-ntlm --disable-pcre --without-libiconv-prefix
--without-libintl-prefix --without-libuuid --without-libpsl
--without-ssl --without-zlib --without-metalink && make clean && make


Regards, Tim

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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