Dear Franz, Franz Lehner <[EMAIL PROTECTED]> writes:
> since apparently there is no amd64 binary package I tried to compile one > myself and started with wh-sandbox. It finished after 12 hours (with > --enable-checking). Great! > Then I tried to follow the instructions on > http://wiki.axiom-developer.org/AldorForAxiom: > > fetched and installed > http://wiki.axiom-developer.org/public/aldor-linux-x86_64-v1.0.2.bin > > fetched > http://wiki.axiom-developer.org/src_aldor2.tgz > > $ make --version > GNU Make 3.80 > > $ javac -version > javac 1.5.0_10 > > unpacked src_aldor2.tgz into > wh-sandbox/src/aldor I believe it's better to do an out of source build of wh-sandbox. Below are some notes I took for myself. > document Makefile.pamphlet > apparently is not enough, as the other pamphlets are not unpacked. Hm > > what does > "set AXIOM environment variables" > mean? > Should it point to the source or to the target? I believe it should be "target", see below. > should I try another branch? If yes, which one? no, wh-sandbox should be fine. Please let me know if this worked, in which case I'll update AldorForAxiom. Martin ------------------------------------------------------------------------------- out of source build in ax-build: !!! check version of make (3.81 beta 4 does not work !!! put or link document into ax-build/target/i686-pc-linux/bin extract src_aldor2.tar into ax-build/src/aldor cd ax-build/src/aldor document Makefile.pamphlet export AXIOM=~/ax-build/target/i686-pc-linux/ make ## make stops with # # SPADSET MK: all_spadsets.mk # make[1]: *** No rule to make target `/home/martin/ax-build/int/aldor/all_spad_cats.mk'. Stop. # make[1]: Leaving directory `/home/martin/ax-build/src/aldor' # make: *** [all] Error 2 touch ../../int/aldor/dep_spad.stamp document Make.functions.pamphlet make # if build stops complaining that "no rule to make target ... axlit ", check version of make again _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
