* Alex Ernst: > If we link statically then formally static linkage against glibc does > not work - we will miss libgcc_s.so.1 at runtime anyway, right? No, linking statically will pull in libgcc_eh.a at static link time. However, you have to be very careful linking statically because it reduces compatibility. Thanks, Florian