Re: Python enabled GDB (Archer) -Help

2009-05-20 Thread Sreejith
2009/5/19 Jason Tishler : > Sreejith, > > On Tue, May 19, 2009 at 04:04:06PM +0530, Sreejith wrote: >> The observation is that python static library (in case of linux- >> libpython2.5.so in /usr/lib/) is missing in cygwin and that is exactly >> what gcc is complaining when building gdb (please refe

Re: Python enabled GDB (Archer) -Help

2009-05-19 Thread Jason Tishler
Sreejith, On Tue, May 19, 2009 at 04:04:06PM +0530, Sreejith wrote: > The observation is that python static library (in case of linux- > libpython2.5.so in /usr/lib/) is missing in cygwin and that is exactly > what gcc is complaining when building gdb (please refer to the config > log in my previo

Re: Python enabled GDB (Archer) -Help

2009-05-19 Thread Sreejith
2009/5/19 Larry Hall (Cygwin) : > On 05/16/2009, Sreejith wrote: >> >> This is probably because python development packages (Equivalent to >> python2.5-dev deb package) are not installed. Unfortunately it is not >> available for cygwin. Is there any other way to solve this issue? > >

Re: Python enabled GDB (Archer) -Help

2009-05-16 Thread Sreejith
2009/5/16 Sreejith > > Hi, >   I could successfully install gdb-archer in cygwin as explained in > link: http://tromey.com/blog/?p=494 , but not able to inspect STL container > object. It looks like the python scripting is not enabled in newly installed > gdb. The following log explains