axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] src_aldor2.tgz compilation problems


From: Ondrej Certik
Subject: Re: [Axiom-developer] src_aldor2.tgz compilation problems
Date: Wed, 13 Jun 2007 11:51:12 +0200

nothing, just have a look at
http://lists.nongnu.org/archive/html/axiom-developer/2007-06/msg00192.html
except for 64 bit, you are in exactly the same situation as I was ...

Thanks very much, that helped a lot. Here are the steps, that worked
for me, but still I get some error at the end (I looked into the
axiom-dev archives, but didn't find a way how to fix it):

svn co https://axiom.svn.sourceforge.net/svnroot/axiom/branches/wh-sandbox
cd wh-sandbox
svn co
https://axiom.svn.sourceforge.net/svnroot/axiom/branches/build-improvements/gcl
gcl
cd zips
wget
https://axiom.svn.sourceforge.net/svnroot/axiom/trunk/axiom/zips/noweb-2.10a.tgz

cd ../..
mkdir ax-build
cd ax-build
../wh-sandbox/configure
make

#get some coffee
#the build took 12 hours on AMD Athlon(tm) 64 Processor 3000+
#3 hours on intel core duo


#Aldor
export AXIOM=$WHEREVERYOUARE/ax-build/target/i686-pc-linux
export ALDORROOT=<ALDOR-directory>/linux/1.0.2


(cd $AXIOM/bin; ln -s ../../../build/scripts/document .)
mkdir -p obj/i686-pc-linux
cd obj/i686-pc-linux
ln -s ../../build/i686-pc-linux/bin .
ln -s ../../src/interp/ .
cd ../..

cd src
#for axiom.sty
ln -s ../../wh-sandbox/src/scripts/ .


tar xzf ../../src_aldor2.tgz
cd aldor
ln -s ../../build/i686-pc-linux .


#extract the Makefiles
for pp in *.pamphlet; do document $pp;done


make
#after error
touch ../../int/aldor/dep_spad.stamp
document Make.functions.pamphlet
make
#crossed my fingers and got:

address@hidden:~/ext/ax-build/src/aldor$ make
Building libaxiom.al and associated files
/home/ondra/ext/ax-build/int/aldor
make[1]: Entering directory `/home/ondra/ext/ax-build/src/aldor'
/home/ondra/ext/ax-build/src/aldor/types.mk:156:
/home/ondra/ext/ax-build/int/aldor/saxiom/spadset.mk
/home/ondra/ext/ax-build/src/aldor/Make.rules:179: ALL SPADSETS  sax0 saxiom
/home/ondra/ext/ax-build/src/aldor/Make.rules:200: (0,0)
/home/ondra/ext/ax-build/src/aldor/Make.rules:200: (1,1)
/home/ondra/ext/ax-build/src/aldor/Make.rules:106: W: 1 I: 1
/home/ondra/ext/ax-build/src/aldor/Make.rules:107: W:
/home/ondra/ext/ax-build/int/aldor/sax0/spadset.mk
cp /home/ondra/ext/ax-build/src/aldor/as/attrib.as.head
/home/ondra/ext/ax-build/int/aldor/as/attrib.as
Please add new attributes to /attrib.as.head
make[1]: *** [/home/ondra/ext/ax-build/int/aldor/as/attrib.as] Error 1
make[1]: *** Deleting file `/home/ondra/ext/ax-build/int/aldor/as/attrib.as'
make[1]: Leaving directory `/home/ondra/ext/ax-build/src/aldor'
make: *** [all] Error 2


Ondrej




reply via email to

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