Hallo Ralf, I have compiled now fricas (without aldor support) even if a second try failed (so I am still confused)
patch didn't worked for me (error in line 55) so I substitured by hand the lined you provided for domains.mk The compilation worked so fare fine, and even parts of the aldor support were compiled, then a certain switch seems to irritate the compiler, any hint? Sorry for all this mess and buzzing, but I am just not experieced with these tools. Ciao BF. -- % PD Dr Bertfried Fauser % Research Fellow, School of Computer Science, Univ. of Birmingham % Honorary Associate, University of Tasmania % Privat Docent: University of Konstanz, Physics Dept <http://www.uni-konstanz.de> % contact |-> URL : http://clifford.physik.uni-konstanz.de/~fauser/ % Phone : +49 1520 9874517 Added 32 pages and/or macros from WUTSET.pht Added 78 pages and/or macros from XPBWPOLY.pht Added 28 pages and/or macros from XPOLY.pht Added 30 pages and/or macros from XPR.pht Added 56 pages and/or macros from ZDSOLVE.pht Added 16 pages and/or macros from ZLINDEP.pht make[2]: Leaving directory `/home/fauser/fricas-1.0.7/build-dir/src/paste' cd aldor && make make[2]: Entering directory `/home/fauser/fricas-1.0.7/build-dir/src/aldor' echo ')lisp (load "../../../src/aldor/gendepap.lsp")' > mkinit.lsp echo ')lisp (generate-init "initlist.lst")' >> mkinit.lsp echo ')lisp (quit)' >> mkinit.lsp echo ')lisp (load "../../../src/aldor/gendepap.lsp")' > mkeasy.lsp echo ')lisp (generate-easy "easylist.lsp")' >> mkeasy.lsp echo ')lisp (quit)' >> mkeasy.lsp mkdir -p tmp touch -t 199901010000 tmp/.dir aldor -Fap=tmp/initlist.ap ../../../src/aldor/initlist.as sed -e 's/\([->A-Za-z0-9\\]\+\)/|\1|/g' tmp/initlist.ap > initlist.ap DAASE=/home/fauser/fricas-1.0.7/build-dir/target/i686-suse-linux /home/fauser/fricas-1.0.7/build-dir/target/i686-suse-linux/bin/AXIOMsys < mkeasy.lsp > tmp/mkeasy.log test -f easylist.lsp mkdir -p init_ap touch -t 199901010000 init_ap/.dir mkdir -p ap touch -t 199901010000 ap/.dir mkdir -p gendeps touch -t 199901010000 gendeps/.dir DAASE=/home/fauser/fricas-1.0.7/build-dir/target/i686-suse-linux /home/fauser/fricas-1.0.7/build-dir/target/i686-suse-linux/bin/AXIOMsys < mkinit.lsp > tmp/mkinit.log test -f initlist.lst sed -e 's/^/initaxiom /' initlist.lst > libaxiom.lst for i in lang; do echo "lang $i" >> libaxiom.lst; done for i in minimach boolean0 attrib; do echo "base $i" >> libaxiom.lst; done for i in subsetc; do echo "base $i" >> libaxiom.lst; done for i in ; do echo "axiom $i" >> libaxiom.lst; done for i in axextend axlit; do echo "aldorext $i" >> libaxiom.lst; done aldor -mno-abbrev -mno-mactext -laldor -fx -dTRACE ../../../src/aldor/cliques.ascc1: error: unrecognized command line option "-fwritable-strings" #1 (Fatal Error) C compile failed. Command was: unicl -I/usr/local/aldor/linux/1.0.3/include -c cliques.c #1 (Warning) Removing file `cliques.c'. make[2]: *** [cliques] Error 1 make[2]: Leaving directory `/home/fauser/fricas-1.0.7/build-dir/src/aldor' make[1]: *** [all-aldor] Error 2 make[1]: Leaving directory `/home/fauser/fricas-1.0.7/build-dir/src' make: *** [all-src] Error 2 fau...@moby:~/fricas-1.0.7/build-dir> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en -~----------~----~----~----~------~----~------~--~---
