This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Installing python for gdb


On Fri, Jan 29, 2010 at 11:28:50AM -0800, Michael Snyder wrote:
> I've tried renaming /usr/local/bin/python2.6 to python,
> in which case it runs fine from the bash shell, but for
> reasons mystical to me the configure script still can't
> seem to find it.

It's not looking for the app, it's looking for the libraries.  You
might need a --with-python=/usr/local or something like that?
config.log should show you the failed tests.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]