On 16/11/2009 03:13, Dave Korn wrote:
Yaakov (Cygwin/X) wrote:1) Shouldn't the DLLs be linked with -Wl,--enable-auto-image-base? (Why this isn't the binutils default already, I really don't know.)It's in the compiler's link spec, turned on automatically when you use -shared or -mdll, so anything that uses the gcc driver to link should get it.
Good to know; I wasn't aware that this change had been made. Yaakov