> You might check to see whether -fno-exceptions has an effect. On 80386, -fno-exceptions reduces size by about 25%. "size -f" on SVR4 and similar systems will show the size by section; you should see an exception section (.eh_frame) about 30% as large as the code section. This is present even in C code which doesn't use exceptions.