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/15809] New: Python3: no usable python found


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

            Bug ID: 15809
           Summary: Python3: no usable python found
           Product: gdb
           Version: 7.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: asthompson at nyx dot com

Following the announcement of python3 support.  I have tried building gdb
--with-python.  However this is failing to build with gdb-7.6.


python3.2.5:
  ./configure --prefix=/opt3
  make
  sudo make install

gdb with python:
  export LDFLAGS=-L/opt3/lib
  ./configure --with-python=/opt3/ --prefix=/opt3

checking for python2.7... no
checking for python2.6... no
checking for python2.5... no
checking for python2.4... no
configure: error: no usable python found at /opt3/

ls /opt3/lib/
libpython3.2m.a  pkgconfig  python3.2

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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