axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Compilation problem


From: Tim Daly
Subject: Re: [Axiom-developer] Compilation problem
Date: Wed, 30 Jun 2010 11:25:02 -0400
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

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
address@hidden
http://lists.nongnu.org/mailman/listinfo/axiom-developer




reply via email to

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