axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Attempt to build axiom on Fedora Core 2 fails: Mak


From: David MENTRE
Subject: Re: [Axiom-developer] Attempt to build axiom on Fedora Core 2 fails: Makefile.axiom not defined
Date: Sat, 04 Sep 2004 12:23:24 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Hello Nic,

Nic Doye <address@hidden> writes:

> export AXIOM=/home/nic/dev/axiom/mnt/linux
> export PATH=$AXIOM/bin:$PATH

Have you put those variables in your .bashrc or entered them in the
shell before doing make?

> address@hidden axiom]$ make
> 0 SPAD=/home/nic/Desktop/dev/axiom/mnt/axiom 
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> SYS=axiom
       ^^^^

I have on my own build:

SPAD=/home/david/pub/axiom-libre/i386-axiom/axiom/mnt/linux 
SYS=linux 

Be aware that the ./configure script of axiom is just a dummy script and
that you should set AXIOM and PATH variables manually.

I'm using following axiom_init shell alias that I call in my axiom
source directory:

    alias axiom_init='export 
AXIOM=`pwd`/mnt/linux;PATH=`pwd`/mnt/linux/bin:$PATH'


I hope it helps,
Yours,
d.
-- 
David MENTRE <address@hidden> -- http://www.nongnu.org/axiom/




reply via email to

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