axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [#113 Compile fail on Suse 9.2] temporary fix


From: anonymous
Subject: [Axiom-developer] [#113 Compile fail on Suse 9.2] temporary fix
Date: Fri, 04 Mar 2005 08:55:47 -0600

Changes 
http://page.axiom-developer.org/zope/mathaction/113CompileFailOnSuse92/diff
--
There are two solutions, one of which I'll pursue and the other
which you can take in the short term.

I'll work on making GCL work on 2.6.6.

In the short term you can try the following:


It appears that Suse requires different GCL options during the
configure. Follow these steps:

cd axiom      <<=== or whereever the top of the build tree exists
export AXIOM=`pwd`/mnt/linux
export PATH=$AXIOM/bin:$PATH
make clean
edit Makefile.pamphlet

change the line that reads:

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

to read:


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

save the file.

make


if this succeeds let me know and I'll make a new Suse stanza.
If this fails let me know.

Tim Daly 
address@hidden
--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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