axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: Compile Error


From: Alfredo Portes
Subject: [Axiom-developer] Re: Compile Error
Date: Fri, 1 Jun 2007 13:18:06 -0400

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




reply via email to

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