Re: [Mingw-w64-public] [Mingw-users] Conflicting libstdc++-6.dll requirements, and licensing

2011-03-14 Thread Earnie
John Brown wrote: > > On Mon, 14 Mar 2011 08:21:09 -0400, Earnie wrote: > >> >> Maybe the base address is the same for both libraries and therefore has >> memory collision? As I understand Windows workings, if the dll is in >> the same directory as the binary then that dll would be used. But if >

Re: [Mingw-w64-public] [Mingw-users] Conflicting libstdc++-6.dll requirements, and licensing

2011-03-14 Thread John Brown
On Mon, 14 Mar 2011 08:21:09 -0400, Earnie wrote: > > Maybe the base address is the same for both libraries and therefore has > memory collision? As I understand Windows workings, if the dll is in > the same directory as the binary then that dll would be used. But if > both dll have the same entr

Re: [Mingw-w64-public] [Mingw-users] Conflicting libstdc++-6.dll requirements, and licensing

2011-03-14 Thread Charles Wilson
On 3/14/2011 8:21 AM, Earnie wrote: >>> An ugly workaround to the real problem is to put program A in a >>> directory with its libstdc++-6.dll and put program B in another >>> directory with its libstdc++-6.dll and then add the directories to PATH. >> >> This doesn't work, although I don't yet unde

Re: [Mingw-w64-public] [Mingw-users] Conflicting libstdc++-6.dll requirements, and licensing

2011-03-14 Thread Earnie
Paul Leder wrote: > On 11/03/2011 13:17, Earnie wrote: > >> An ugly workaround to the real problem is to put program A in a >> directory with its libstdc++-6.dll and put program B in another >> directory with its libstdc++-6.dll and then add the directories to PATH. > > This doesn't work, althoug

Re: [Mingw-w64-public] [Mingw-users] Conflicting libstdc++-6.dll requirements, and licensing

2011-03-14 Thread Paul Leder
On 11/03/2011 13:17, Earnie wrote: > An ugly workaround to the real problem is to put program A in a > directory with its libstdc++-6.dll and put program B in another > directory with its libstdc++-6.dll and then add the directories to PATH. This doesn't work, although I don't yet understand why.