[Ecls-list] Building lisp .o files on Debian

Juan Jose Garcia-Ripoll jjgarcia at users.sourceforge.net
Fri Feb 1 21:41:00 UTC 2008


On Jan 29, 2008 11:14 PM,  <David_Creelman at pa.com.au> wrote:
>  Is there a way to build the temp files somewhere else?
> That way I'd be able to
>  try out libraries packages for SBCL. I get the impression that SBCL does
>  something where temp files get built in a user owned build area.

This does not seem to be true:

* (asdf:operate 'asdf:load-op :salza)

; loading system definition from /Users/jjgarcia/lib/asdf/salza.asd into
; #<PACKAGE "ASDF0">
; registering #<SYSTEM :SALZA {11DBDF69}> as SALZA

debugger invoked on a SB-INT:SIMPLE-FILE-ERROR:
  error opening
#P"/Users/jjgarcia/src/common-lisp.net/cl-salza-0.7.2.orig/fixhash.fasl":
    Permission denied

ASDF simply stores compiled files where the sources lay. There is the
possibility to change the method OUTPUT-FILES or perhaps there is some
other facility which I have not seen.

Juanjo

-- 
Facultad de Fisicas, Universidad Complutense,
Ciudad Universitaria s/n Madrid 28040 (Spain)
http://juanjose.garciaripoll.googlepages.com




More information about the ecl-devel mailing list