_res is moved to .bss section with hidden attribute in 0.9.31. I get
around this issue by removing attribute_hidden.
libc/inet/resolv.c
/*struct __res_state _res __attribute__((section (".bss"))) attribute_hidden;*/
struct __res_state _res __attribute__((section (".bss")));
On Wed, Apr 7, 2010 at 3:26 PM, Natanael Copa <[email protected]> wrote:
> On Sun, Apr 4, 2010 at 4:42 PM, Austin Foxley <[email protected]> wrote:
>> On 04/03/2010 11:13 AM, Natanael Copa wrote:
>>> which means that stdout ends up with the error indicator set for some
>>> reason. I suspect this is a bug in uclibc-nptl.
>>>
>>> Interestingly enough, redirecting stdout to a file made the build complete.
>>>
>>> Any ideas on how to trace this down?
>>
>> Does this happen with the 0.9.31-rc? There aren't too many major differences
>> in
>> the stdio code between master and nptl.
>
> I tried to compile the 0.9.31 with linuxthreads(new) but i got into
> https://bugs.busybox.net/show_bug.cgi?id=1495
>
> so i dont know. sorry.
>
> --
> Natanael Copa
> _______________________________________________
> uClibc mailing list
> [email protected]
> http://lists.busybox.net/mailman/listinfo/uclibc
>
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc