This is the mail archive of the gdb-patches@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: [RFC][patch 1/9] initial Python support


On Mon, May 12, 2008 at 01:00:33PM -0300, Thiago Jung Bauermann wrote:
> The patch 1 in the python series plus the config/override.m4 patch I
> posted in this thread are all that should be needed configure-wise,
> IMHO.

Sorry, but I was just talking about how to specify paths :-(

I don't think the --with-python2.5, --with-python2.4 options are a
good idea.  How about --with-python=2.5 and search CPPFLAGS/LDFLAGS
for that version?


  --with-python unspecified: use it if we find it
  --with-python: use it if we find it, else fail.  Try 2.5 then 2.4.
  --without-python: no python
  --with-python=2.5: only try 2.5; else fail

How does that sound?

No need to rework the patch right now if you don't want; I need to
look at the rest of it still :-)

-- 
Daniel Jacobowitz
CodeSourcery


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