On Sun, 10 Sep 2006, Waldek Hebisch wrote: | > It is now fixed. Sorry for that. | | Thanks. Now build go further, but stops when building algebra: | | .... | ===================================== | === algebra bootstrap complete ====== | ===================================== | compiling AHYP.spad to AHYP.NRLIB | AHYP.NRLIB/AHYP.c:2:24: error: cmpinclude.h: Nie ma takiego pliku ani katalogu | In file included from AHYP.NRLIB/AHYP.c:3: | AHYP.NRLIB/AHYP.h:4: error: syntax error before 'LI2' | AHYP.NRLIB/AHYP.h:19: error: syntax error before 'LnkTLI5' | .... | | Debian gcl is installed on the machine: | | [EMAIL PROTECTED]:/home/s/test/tt/axiom3/build-improvements$ gcl | GCL (GNU Common Lisp) 2.6.7 CLtL1 Dec 19 2005 02:59:03 | Source License: LGPL(gcl,gmp), GPL(unexec,bfd) | Binary License: GPL due to GPL'ed components: (READLINE BFD UNEXEC) | Modifications of this banner must retain notice of a compatible license | Dedicated to the memory of W. Schelter | | Use (help) to get some basic information on how to use GCL. | | > | | cmpinclude.h is present in /usr/lib/gcl-2.6.7/h
Indeed. That is a known bug with GCL :-( I had a fix for Axiom in one of my many local trees and I can't find right now. To prevent Axiom from using the system-installed GCL, you might want to add --without-gcl when configuring Axiom. The above GCL bug is quite intriguing and curious. I hope to have a fix for it before 2.6.8 is shipped. Thanks for your patience. -- Gaby _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
