[Openmcl-devel] set the location for fasl files

Keith M. Corbett kmcorbett at clozure.com
Sat Mar 13 16:36:26 PST 2010


COMPILE-FILE accepts a keyword argument OUTPUT-FILE. For example:

  (compile-file "test.lisp" :output-file "/home/luser/binaries/")

If you are using ASDF, then you may be interested in the
ASDF-BINARY-LOCATIONS extension. 

 -Keith

> -----Original Message-----
> From: openmcl-devel-bounces at clozure.com [mailto:openmcl-devel-
> bounces at clozure.com] On Behalf Of fons
> Sent: Saturday, March 13, 2010 4:09 PM
> To: Openmcl-devel at clozure.com
> Subject: [Openmcl-devel] set the location for fasl files
> 
> I' m using ccl64 and I noticed that the fasl files are put in the same
> location as the lisp source files that were compiled.
> Is it possible to specify the directory were the fasls are dumped ?
> e.g. for other lisps it's in my /var/cache/...
> 
> I looked in the documentation and failed to see how to do this ...
> 
> Thanks much !
> 
> 
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel




More information about the Openmcl-devel mailing list