axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] problems compiling axiom from CVS


From: root
Subject: Re: [Axiom-developer] problems compiling axiom from CVS
Date: Mon, 7 Mar 2005 19:34:30 -0500

Pablo,

Try the following:

cd ~/axiom      <== or whereever you have the axiom sources
export AXIOM=`pwd`/mnt/linux
export PATH=$AXIOM/bin:$PATH
make clean

edit Makefile.pamphlet
look for \subsubsection{The [[GCLOPTS]] configure variable}
modify the lines that read:

<<GCLOPTS>>=
GCLOPTS="--enable-vssize=65536*2 --enable-statsysbfd --enable-maxpage=128*1024"
@

to read:

<<GCLOPTS>>=
GCLOPTS="--enable-vssize=65536*2 --enable-locbfd --disable-dynsysbfd 
--disable-statsysbfd --enable-maxpage=128*1024"
@

save the file.

make           <=== takes a while
axiom

Please let me know if you succeed or fail.

Tim Daly
address@hidden





reply via email to

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