Hi, I'm using gcc3.4.5 to build 32-bit shared library on Windows Vista. Which static libraries are getting linked with the output by default and how can I make them not to link to make the output (in my case a dll) as small as possible. I've tried -shared-libgcc, seems it doesn't work. (I can't find ligbcc_s.* on my machine if that what I need) Thanks, Seyran