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. Is this another case of libtool building the command-line by pieces and not doing exactly what the gcc driver would have done? cheers, DaveK