Re: auto-image-base flag for cygwin

2005-09-02 Thread Stas Bekman
Nikolay Ananiev wrote: "Stas Bekman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Nikolay Ananiev wrote: On cygwin some dlls might happen to be with identical base addresses and if you try to load both of them you'll get an error and you'll have to use the rebase utility to fix

Re: auto-image-base flag for cygwin

2005-09-02 Thread Nikolay Ananiev
"Stas Bekman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Nikolay Ananiev wrote: > > On cygwin some dlls might happen to be with identical > > base addresses and if you try to load both of them you'll > > get an error and you'll have to use the rebase utility to fix them. > > The

Re: auto-image-base flag for cygwin

2005-09-02 Thread Stas Bekman
Nikolay Ananiev wrote: On cygwin some dlls might happen to be with identical base addresses and if you try to load both of them you'll get an error and you'll have to use the rebase utility to fix them. The following patch should prevent this. Thanks Nikolay. Nick is our cygwin guy. (none of us

auto-image-base flag for cygwin

2005-09-02 Thread Nikolay Ananiev
On cygwin some dlls might happen to be with identical base addresses and if you try to load both of them you'll get an error and you'll have to use the rebase utility to fix them. The following patch should prevent this. Index: lib/Apache2/Build.pm =