On 24/12/2010 2:16, Benedict Verheyen wrote:
> On 23/12/2010 20:55, Stefan Sonnenberg-Carstens wrote:
>>>
I finally succeeded.
I built ncurses and installed it to $HOME/usr/local
./configure --with-shared --enable-termcap --prefix=$HOME/usr/local
make
make install
Then i built readline
./configu
On 23/12/2010 20:55, Stefan Sonnenberg-Carstens wrote:
>>
>>
> OK, I compiled it successfully under Debian 5.07 i386.
> ncurses and libreadline are compiled from hand, both --prefix=$HOME/usr/local.
> For python the only extra needed was export
> LD_LIBRARY_PATH=$HOME/usr/local/lib:$LD_LIBRARY_PA
Am 23.12.2010 15:37, schrieb Benedict Verheyen:
On 23/12/2010 14:09, Benedict Verheyen wrote:
I started from scratch.
I tried to build readline 6 and 5, and installing the packages system wide
as opposed to $HOME/local, but everytime Python fails to find it.
On stable, apt-get build-dep python
Am 23.12.2010 15:37, schrieb Benedict Verheyen:
On 23/12/2010 14:09, Benedict Verheyen wrote:
I started from scratch.
I tried to build readline 6 and 5, and installing the packages system wide
as opposed to $HOME/local, but everytime Python fails to find it.
On stable, apt-get build-dep python
On 23/12/2010 14:09, Benedict Verheyen wrote:
>
> I started from scratch.
> I tried to build readline 6 and 5, and installing the packages system wide
> as opposed to $HOME/local, but everytime Python fails to find it.
>
> On stable, apt-get build-dep python 2.6 doesn't work, but
> apt-get build
On 23/12/2010 11:00, Stefan Sonnenberg-Carstens wrote:
> apt-get build-dep python 2.6
> should do, the dependencies haven't changed (IMHO).
> Then wipe away $HOME/usr/local (if you can, btw),
> reset all env vars to default (perhaps reboot).
> Then untar python from scratch, cd into that dir, and
Am 23.12.2010 10:04, schrieb Benedict Verheyen:
On 22/12/2010 18:47, Stefan Sonnenberg-Carstens wrote:
Am 22.12.2010 09:33, schrieb Benedict Verheyen:
Did you try
apt-get install build-essential
apt-get build-dep python2.7
before trying to compile ?
Anyway, the config.log file is always of
On 22/12/2010 18:47, Stefan Sonnenberg-Carstens wrote:
> Am 22.12.2010 09:33, schrieb Benedict Verheyen:
>>
> Did you try
>
> apt-get install build-essential
> apt-get build-dep python2.7
>
> before trying to compile ?
>
> Anyway, the config.log file is always of special interest.
> Btw, which
On 22/12/2010 18:57, Jim Pharis wrote:
> are you running make clean for good measure?
Yes, i am.
I am gong to try and uninstall Python2.7 from $HOME/local and see
if that makes a difference. Maybe it interferes with the build process?
Regards,
Benedict
--
http://mail.python.org/mailman/listinf
are you running make clean for good measure?
On Wed, Dec 22, 2010 at 3:33 AM, Benedict Verheyen <
benedict.verhe...@gmail.com> wrote:
> Hi,
>
>
> i'm trying to compile Python 2.7.1 on Debian (Virtual Box).
> Compiling end successfully but readline and curses fail to build.
>
> I'm working with vi
Am 22.12.2010 09:33, schrieb Benedict Verheyen:
Hi,
i'm trying to compile Python 2.7.1 on Debian (Virtual Box).
Compiling end successfully but readline and curses fail to build.
I'm working with virtualenv and I install all my packages in $HOME/local.
I've downloaded readline, compiled and ins
On 22/12/2010 9:33, Benedict Verheyen wrote:
> Hi,
>
>
> i'm trying to compile Python 2.7.1 on Debian (Virtual Box).
> Compiling end successfully but readline and curses fail to build.
>
> I'm working with virtualenv and I install all my packages in $HOME/local.
> I've downloaded readline, compi
12 matches
Mail list logo