Hi Waldek,

I am looking at the problem but unfortunatly the reason is still
unknown.  The problem is clearly related to memory managment.  You
may try the following patch (which switches gcl garbage collector
to different mode):

--- /home/s/test/tt/axiom2/wh-sandbox2/src/lisp/Makefile.pamphlet       
2007-05-26 23:24:29.000000000 +0200
+++ wh-sandbox2/src/lisp/Makefile.pamphlet      2007-06-01 14:18:03.000000000 
+0200
@@ -86,7 +86,7 @@
                                         ' (si::*load-types* ~S))' \
                                        ' (compiler::emit-fn t))' \
                                   ' (when (fboundp (quote si::sgc-on))' \
-                                        ' (si::sgc-on t))' \
+                                        ' (si::sgc-on nil))' \
                                   ' (setq compiler::*default-system-p* t))"' \
                       ' si::*system-directory* (quote (list ".lsp")))' \
                '  "$(lisp_c_objects) @axiom_c_runtime_extra@")' \

The patch worked, thanks.

Regards,

Alfredo


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to