[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcl-devel] Information about the gcl development status
From: |
Stefano Ferri |
Subject: |
Re: [Gcl-devel] Information about the gcl development status |
Date: |
Tue, 31 Aug 2010 22:41:37 +0200 |
2010/8/31 Camm Maguire <address@hidden>:
> Greetings!
> cvs -z9 -q -d:pserver:address@hidden:/sources/gcl \
> co -d gcl-2.6.8pre -rVersion_2_6_8pre gcl
>
> This is periodically uploaded as a Debian package 2.6.7-xx for testing
> purposes. So if you are running Debian or Ubuntu, apt-get install gcl
> from the latest unstable (or testing) distributions in a dchroot.
Thank you. I've succesfully built gcl on (Slackware). Maxima is much
faster now, I've recompiled it with Gcl instead of Clisp.
However, I have a problem with the readline support. I've compiled Gcl
with --enable-ansi and --enable-readline, but readline facilities are
absent, both in the Gcl prompt and in Maxima. I cannot edit/repeat
commands, with the arrows I get only characters like
[[A^[[A^[[A^[[A^[[B^[[C^[[D . What am I doing wrong?
About the configure, there is a typo: configure --help says
--enable-readine instead of --enable-readline.
And, of course, thank you for all the other informations about the
development status :-)
Stefano