This is the mail archive of the gdb-prs@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]

[Bug python/11116] New: --with-python does not work with python 2.6.2


First off --with-python isn't being displayed in the ./configure --help. Looks
like the can't in the preceding and following lines maybe commenting it out.

Second I have python 2.6.2 installed to /usr/local after digging in the
gdb/configure figured out it wanted me to do --with-python=/usr/local... While
in the I force python 2.6 to be detected by removing the ac_fn_c_try_link check.
Next I had to add -lpthread and -lutil INSTALLED_LIBS CLIBS in gdb/Makefile. 

Little unsure about how automake works, otherwise I would try and help point out
the error in that for you rather than hacking up the gen'ed files.

All is working now... and has left me feeling like I've shaved some serious yak.

-- 
           Summary: --with-python does not work with python 2.6.2
           Product: gdb
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: dbytesguard-bugzilla at yahoo dot com
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=11116

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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