axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Re: Compile Error


From: Gabriel Dos Reis
Subject: Re: [Axiom-developer] Re: Compile Error
Date: 01 Jun 2007 12:49:53 -0500

"Alfredo Portes" <address@hidden> writes:

| 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.

Does this also fix the problem you reported to me earlier on
build-improvements?

-- Gaby




reply via email to

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