> Now I have a new problem: -nostdlib seems to disable the crt1.o (and > friends) also. Any tricks for that? Me again. I think the solution is what I've said before. Linking with gcc. But using the matching gcc for g++, i.e.: egcs. If you use egcs -v .... you'll find it uses the same libraries as g++.