OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: xfaethorx on September 12, 2005, 10:48:17 am

Title: C3100 Gcc 2.95.2 Little Help...
Post by: xfaethorx on September 12, 2005, 10:48:17 am
Hi,

 Problems yet again for me . I've managed to get Java installed on my Zaurus and I turned my focus to gcc , everything is mounted properly but when I go to compile a test application I get cannot find -lc.

I did some digging on this and found out that this is because of not having the static library to link to.

The solution is to use libc_nonshared.a in a file called libc.so as follows

Group(/path/libc.so /path/libc_nonshared.a);

thing is I can't find libc_nonshared.a on my device, so I'm assuming its a download from elsewhere and unfortunately I can't seem to find it!

Can anyone help here? does anyone have what I'm looking for?