ok. I'll try a build from those sources again.
Perhaps I made a mistake somewhere.
Did you say you had a 64 bit system?

Fabio S. wrote:
Fabio,

type
echo $AXIOM
and let me know what your AXIOM shell variable is.
It appears that it might not be set correctly.
It should be
export AXIOM=/home/stumbo/download/axiom/mnt/ubuntu

If you set it to that value and then do
make clean
make
it should build. The makefile knows where the build
is happening but Axiom requires the shell variable to
be the same as the build variable and this does not
appear to be the case.

Tim

[em243 16:52:32 axiom]$ echo $AXIOM
/home/stumbo/download/axiom/mnt/ubuntu

so the variable looks correct.
On the other hand, it was produced by

export AXIOM=`pwd`/mnt/ubuntu

and the same for PATH:

export PATH=$AXIOM/bin:$PATH

so I would have been quite surprised if it wasn't correct.

You also asked me about the source I used: I tried both with git
git clone git://axiom.git.sourceforge.net/gitroot/axiom/axiom
and the source file in the download page
http://www.axiom-developer.org/axiom-website/download.html

(but I checked that the resulting directory are exactly the same).

Fabio

_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to