gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: gcl compile question


From: Camm Maguire
Subject: [Gcl-devel] Re: gcl compile question
Date: 20 Aug 2003 23:09:21 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

The following message is a courtesy copy of an article
that has been posted to comp.lang.lisp as well.


Greetings, and thanks for your interest in GCL.  BTW, the list for GCL
questions is address@hidden

In short, you can issue the following flags to (compile-file to keep
various intermediary files, e.g

(compile-file "foo.lisp" :c-file t :h-file t :data-file t)

There are also the following special variables in the compiler package
which can be set to 't from their default value of nil to keep these
files globally:

compiler::*default-c-file*
compiler::*default-h-file*
compiler::*default-data-file*

There are a few other pertinent options, but I think this is what you
want.  Please write back if you need more detail.

Take care,


address@hidden (Ozan Turkyýlmaz) writes:

> can i keep translated c code by using compile fonction in gcl ?
> 
> i read gcl info docs 
> i coundn't find a way

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