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: Fri, 15 Jun 2007 14:13:33 +0200

That worked. The axiom is now installed. Thanks very much.

Ondrej

On 6/15/07, Gregory Vanuxem <address@hidden> wrote:
Hello Ondrej,

Look at section 10 of

http://wiki.axiom-developer.org/AldorForAxiom

What you encounter is the "additional problem".

Hope that helps.

Greg

Le mercredi 13 juin 2007 à 11:51 +0200, Ondrej Certik a écrit :
> > 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
>
>
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/axiom-developer
>




reply via email to

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