axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] NE with bootsys (build-improvements)


From: Gregory Vanuxem
Subject: [Axiom-developer] NE with bootsys (build-improvements)
Date: Tue, 17 Apr 2007 15:11:15 +0200

Hello,

The file interop.boot is incorrectly translated by bootsys because of
the use of 'NE'. 'NE' is translated to '(not (equal' by depsys but
bootsys translate it to '(/='.

You can trigger this bug if you issue in the interpreter:

x^(1/7)

Don't know if there are similar bugs in other parts of the interpreter.


There is another thing with build-improvements, with this sequence of
commands:

-------------------------------------------------------------------------------------
mkdir /home/greg/axiom-build-improvements
lndir /home/greg/TDevel/axiom.build-improvements 
/home/greg/axiom-build-improvements/
cd /home/greg/axiom-build-improvements/
./configure --enable-checking --prefix=/home/greg/axiom.bi.debug
make && make install
-------------------------------------------------------------------------------------

the file /home/greg/axiom.bi.debug/bin is the axiom script (and not a
directory).

Greg







reply via email to

[Prev in Thread] Current Thread [Next in Thread]