On 6/21/2011 8:25 AM, Corinna Vinschen wrote: > - On Cygwin, check if a DLL has been rebased into the address space > taken by the Cygwin DLL. If so, rebase again. > > Ok to apply?
No need for Corinna to do the following; I'll handle it. This email is just a reminder-to-self. Need to modify the code implementing the behavior above, to do the same if __MSYS__ (but with '/bin/msys-1.0.dll'). Complicated because msys compiler defines both __CYGWIN__ and __MSYS__ (which usually assists porting efforts, but in this case is counterproductive). Need to take care also if __MINGW32__? Often used in msys/mingw installations to rebase the msys/ tree...investigate later. -- Chuck
