Ruben Van Boxem wrote:

> I have an idea: try removing the python27.dll file in mingw32/bin. I
> put it in there for gdb's python support, and it might interfere
> with the Python you're using to do your stuff. I'll see if I can't
> move the dll to mingw32/bin/lib and have gdb search for
> lib/python27.dll (import library magic?), if this solves your issue
> of course.

Ruben, you are aware of the .local directory method of dll side-by-side
assemblies, correct? 
http://msdn.microsoft.com/en-us/library/dd408052(v=VS.85).aspx
<http://msdn.microsoft.com/en-us/library/dd408052%28v=VS.85%29.aspx>

So basically create a gdb.exe.local in the same location as gdb.exe and
put the dll in it.

Earnie

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to