Re: Bad rebaseall interaction with new mingw

2011-01-10 Thread Jason Tishler
Daniel, On Fri, Jan 07, 2011 at 06:10:19PM -0800, Daniel Colascione wrote: On Fri, Jan 7, 2011 at 4:25 PM, JonY wrote: IMHO rebaseall shouldn't be interacting with mingw dlls at all. Maybe it can check for dependencies on cygwin1.dll before rebasing? That's the point. The mingw DLLs need

Bad rebaseall interaction with new mingw

2011-01-07 Thread Daniel Colascione
I recently ran into this issue between the new mingw64 libraries and rebaseall (mandatory on every Win7/Server2008R2 64-bit system I've seen so far, alas). A patch is described at http://blog.brev.name/2010/09/nodejs-on-windows-7-under-cygwin.html and works fine. Could it be merged? Thanks,

Re: Bad rebaseall interaction with new mingw

2011-01-07 Thread JonY
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/8/2011 06:06, Daniel Colascione wrote: I recently ran into this issue between the new mingw64 libraries and rebaseall (mandatory on every Win7/Server2008R2 64-bit system I've seen so far, alas). A patch is described at

Re: Bad rebaseall interaction with new mingw

2011-01-07 Thread Daniel Colascione
On Fri, Jan 7, 2011 at 4:25 PM, JonY jo...@users.sourceforge.net wrote: IMHO rebaseall shouldn't be interacting with mingw dlls at all. Maybe it can check for dependencies on cygwin1.dll before rebasing? That's the point. The mingw DLLs need to be added to rebaseall's filter pattern. --