From: Zbigniew Komarnicki on
On Wednesday 07 of July 2010 22:49:38 Raymond Toy wrote:
> > Maybe is here somebody who will be show me and maybe others how to
> > compile GCL from source and then Maxima from source the latest version?
>
> I think it best to ask on the gcl mailing lists for how to compile gcl.
> I have compiled gcl and I always have problems. Perhaps there's another
> place to get a binary distribution?
>
> But unless you really need gcl, feel free to use some other lisp that
> might be available. Any of the following should work with maxima just
> fine: ccl, clisp, cmucl, ecl, sbcl.

Thank you.

I try also with sbcl on Debian and Maxima has been compiled with success, but
when I write some mathematical equations and press enter, then I got very
strange output, e.g.:

e: x^2+3*x-4;

I got:

2
x + 3 x - 4

With such output is impossible to work efficiently. It should be of course:

2
x + 3 x - 4

Is here maybe somebody who compiled any of the compiler: ccl, clisp, cmucl,
ecl, sbcl and then Maxima and it work correctly? Especially in Debian Lenny?

Thank you in advance.

> Ray

Zbigniew

> _______________________________________________
> Maxima mailing list
> Maxima(a)math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima




--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/201007080856.28313.cblasius(a)gmail.com
From: Zbigniew Komarnicki on
On Thursday 08 of July 2010 23:09:55 you wrote:
> Greetings!
> > I know that is very old, but I try compile in Debian (Lenny) Maxima from
> > source, but without success. First, the GCL in Debian is not compiled
> > with ANSI standard, so, I download the latest GCL from
> > ftp://ftp.gnu.org/pub/gnu/gcl/gcl-2.6.7.tar.gz
> > and compiled it with ANSI (--enable-ansi), but there was some errors. So
> > I couldn't go.
>
> apt-get install gcl
> GCL_ANSI=t gcl
>
> gives ansi gcl promt, and
>
> export GCL_ANSI=t ; cd maxima-5.13.0 ; ./configure --enable-gcl &&
> make
>
> or
>
> apt-get -q source maxima
> cd maxima-5.13.0 ; debian/rules build
>
> Take care,

Thank you very much :-)
I don't know that I can do it that in Debian. Thank you.

I yesterday download SBCL, the latest version
http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.40/sbcl-1.0.40-source.tar.bz2
and compiled it successful without any problems.

Then I compile without any problems also Maxima 5.21.1 and install it in my
home folder. It works :-) One problem was that there no support for readline
in console. I found a solution on google with package 'rlwrap'
http://www.debian-administration.org/article/Providing_better_editing_support_for_sbcl_via_readline
and this site
http://weitz.de/completions.html
I do it for sbcl and maxima and now everything works excellent.

I also install libwxbase2.8-dev by aptitude and download wxMaxima
https://sourceforge.net/projects/wxmaxima/files/wxMaxima/0.8.5/wxMaxima-0.8.5.tar.gz/download
and also compile it with successful and now I can work very comfortable with
new maxima and wxmaxima.

Thank you all for help.

Zbigniew


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/201007091311.23349.cblasius(a)gmail.com
From: Ron Johnson on
On 07/07/2010 01:58 PM, Zbigniew Komarnicki wrote:
[snip]
>
> This code not work in Debian Lenny, because this loop shouldn't execute!
> In Debian it go forever. It is a bug in a stable system and stable Maxima (I
> know in Debian every thing is very old but should be stable and very well
> tested).
>

That's a bit of a fallacy. After Stable is released, "feature bugs"
don't get fixed, only security bugs.

If while Lenny was Testing no one ever filed a relevant RC bug
against Maxima, or the D-D didn't consider it RC and he had too much
other stuff on his plate, then the bug would not have gotten fixed.

--
Seek truth from facts.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4C37243C.6010600(a)cox.net