axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Compilation problem


From: Fabio S.
Subject: Re: [Axiom-developer] Compilation problem
Date: Wed, 30 Jun 2010 17:22:18 +0200 (CEST)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

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



reply via email to

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