gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: [Axiom-developer] AXIOM build with hacked GCL


From: root
Subject: [Gcl-devel] Re: [Axiom-developer] AXIOM build with hacked GCL
Date: Sat, 15 Nov 2003 09:07:48 -0500

Mark,

There are 2 shell variables that can affect where axiom will look for things.

The first, called AXIOM, defines where the system lives. 
When set it during the build time it tells the build 2 pieces of information:

AXIOM=(yourpath)/axiom/mnt/(sys)

The (yourpath) tells the build where the sources live.
The (sys) tells the build what kind of target system to build.
(It is possible to do cross-compiles to other (sys) but we don't yet
exploit that).

The second variable is DAASE. It is set to the path ABOVE the algebra
directory. Thus if the databases (*.daase) live in (yourDBpath)/algebra
you would set:

DAASE=(yourDBpath)

Remember to leave the "algebra" directory off the end of the path.
This variable is only used during test builds. I play games with the
database locations. Users should not have to set this variable but
Camm may use it to point to other databases.

Tim




reply via email to

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