i wanted to build something and statically link the whole binary, but then found that it compiles about not finding -lc.
i checked libc.so which correctly points to libc.so.6 and libc_nonshared.a so i am now thinking that I need libc.a because on my SharpROM, I do have libc.a and can statically link my apps.
if anyone got a libc.a for pdaXrom, please end it my way, otherwise, I would need to compile the whole glibc just to get this libc.a