On Thu, 13 Feb 2014 22:34:58 +0100 Rodrigo OSORIO wrote:
> On 02/13/14 21:37, Rodrigo OSORIO wrote:
>> I'm dealing with an issue in irc/scrollz port. The configure
>> script fail and return a "getaddrinfo bug" caused by a failure when
>> it compiles the conftest binary.
>>
>> In fact, conftest is
On 02/13/14 21:37, Rodrigo OSORIO wrote:
> Hi all,
>
> I'm dealing with an issue in irc/scrollz port. The configure
> script fail and return a "getaddrinfo bug" caused by a failure when
> it compiles the conftest binary.
>
> In fact, conftest is compiled with the -liconv flag, but ld can't
> fou
Hi all,
I'm dealing with an issue in irc/scrollz port. The configure script
fail and return a "getaddrinfo bug" caused by a failure when it
compiles the conftest binary.
In fact, conftest is compiled with the -liconv flag, but ld can't
found it.
Here is the command executed to compile the code