Re: compiling python 3.1.2 with local readline fails to get readline - help!

2010-09-19 Thread gavino
On Sep 15, 6:41 pm, James Mills wrote: > On Thu, Sep 16, 2010 at 11:10 AM, gavino wrote: > > I am comiling 3.1.2. > > I am not root but a user. > > I compiled readline and it did not complain. > > gdb and zlib  and some other modules also were not found. > > Like I said earlier in my previous pos

Re: compiling python 3.1.2 with local readline fails to get readline - help!

2010-09-15 Thread James Mills
On Thu, Sep 16, 2010 at 11:10 AM, gavino wrote: > I am comiling 3.1.2. > I am not root but a user. > I compiled readline and it did not complain. > gdb and zlib  and some other modules also were not found. Like I said earlier in my previous post, is the readline line that you compiled and install

Re: compiling python 3.1.2 with local readline fails to get readline - help!

2010-09-15 Thread gavino
On Sep 15, 5:12 pm, James Mills wrote: > On Thu, Sep 16, 2010 at 9:58 AM, gavino wrote: > > I compiled readline 6.1 myself. > > > #  ./configure --prefix=/home/apps/python --disable-shared --with- > > pymalloc --with-threads --with-pth --enable-big-digits --disable-ipv6 > > --enable-readline --wi

Re: compiling python 3.1.2 with local readline fails to get readline - help!

2010-09-15 Thread James Mills
On Thu, Sep 16, 2010 at 9:58 AM, gavino wrote: > I compiled readline 6.1 myself. > > #  ./configure --prefix=/home/apps/python --disable-shared --with- > pymalloc --with-threads --with-pth --enable-big-digits --disable-ipv6 > --enable-readline --with-readline=/home/apps/readline/lib/ > #  make -j1

compiling python 3.1.2 with local readline fails to get readline - help!

2010-09-15 Thread gavino
I compiled readline 6.1 myself. # ./configure --prefix=/home/apps/python --disable-shared --with- pymalloc --with-threads --with-pth --enable-big-digits --disable-ipv6 --enable-readline --with-readline=/home/apps/readline/lib/ # make -j14 modules not installed: readline .