> Now, gcc _correctly_ links any executable to the correct library libgcc.a > automagically (if I call it from the command line), _but_ libtool is stupid, > and assumes that when we want to link a library, we can simply call "ld" > automatically without caring about what GCC might have to say...
Did you try "gcc -static-libgcc"?
- Sascha
