axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] compilation (SuSE 8.0)


From: root
Subject: Re: [Axiom-developer] compilation (SuSE 8.0)
Date: Thu, 30 Oct 2003 07:04:21 -0500

Bertfried,

It appears that your version of Axiom came from axiom.tenkan.org.
You probably have a variable called CVSROOT defined somewhere
that tells you where to get Axiom. Try typing:

echo $CVSROOT

If you any answer at all then you need to unset this variable:

unset CVSROOT

You also need to find where the variable gets set. Look in your .bashrc file.

The CVS for Axiom is now on savannah. The following steps should work:

1) move to your home directory:

   cd /Net/clifford/CliDiskInt/Users/fauser

2) get rid of the old axiom code:

rm -rf axiom

3) log in to savannah. When it prompts you for a password just hit enter:

cvs -d:pserver:address@hidden:/cvsroot/axiom login

4) get the latest version:

cvs -d:pserver:address@hidden:/cvsroot/axiom co axiom

5) cd to the new directory:

cd axiom

6) set the AXIOM variable:

export AXIOM=/Net/clifford/CliDiskInt/Users/fauser/axiom/mnt/linux

7) start the build:

make

Try this. Save the console. If it fails send me the console.

Thanks,
Tim





reply via email to

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