Hi Alex, As I understand it, libgcc_s.so.1 is not the GNU C Library, rather it is the GCC Support library, containing things like soft float, abort, pow, trampoline support, stack unwinding, malloc/calloc/free, strlen, and perhaps other stuff (depending on platform). Keep in mind that the GNU C Library (glibc) is a separate project from GNU Compiler Collection (GCC). --Eljay