I'm not sure where you can find them but if you get the sources, try compiling with -static or -static-libgcc and you should get some .a in the binary output folder. Note that just "-static" might end up still depending on libc, with "-static-libgcc" you MIGHT end up with a pure static solution (will be quite big I gather). Ales