gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: cmpinit.lsp


From: Camm Maguire
Subject: [Gcl-devel] Re: cmpinit.lsp
Date: 18 Feb 2004 09:17:57 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Typically you'd have you own directory for your own source, and you'd
put a cmpinit.lsp in there.  BTW, in more recent GCL, the name has
changed to gcl_cmpinit.lsp.

Tale care,

Eric <address@hidden> writes:

> Hello Camm,
> 
> I was able to generate the *.fn and sys-proclaims.lisp
> files.
> 
> Now, which cmpinit.lsp should I modify to autoload my
> sys-proclaims.lisp?
> 
> There are 4 choices:
> 
> .../gcl/lsp/cmpinit.lsp
> .../gcl/gcl-tk/cmpinit.lsp
> .../gcl/comp/cmpinit.lsp
> .../gcl/cmpnew/cmpinit.lsp
> 
> Best regards,
> 
> --Eric
> 
> 
> --- Camm Maguire <address@hidden> wrote:
> > I neglected to mention a facility you might find
> > useful -- function
> > proclamations can be generated automatically.  You
> > can see how this
> > works by looking at the makefile in the lsp
> > subdirectory of the GCL
> > source tree.  In short, before compiling each file,
> > (load
> > "....gcl_collectfn.o") (compiler::emit-fn
> > t)(compile-file ....).  This
> > will make intermediary .fn files in the current
> > directory.  When done,
> > then fire up gcl again, (load "....gcl_collectfn.o")
> > (compiler::make-all-prclaims "*.fn").  This will
> > make
> > sys-proclaims.lisp, which you can then autoload when
> > compiling your
> > source a second time by placing the following in
> > gcl_cmpinit.lsp: (if
> > (probe-file "sys-proclaim.lisp")(load
> > "sys-proclaim.lisp")).
> 
> 
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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