Edi Weitz wrote: > (setq sb-fasl:*fasl-file-type* "sbcl") > but I probably have to do this at build time.
Yes, you do have to do this at compile time. I have a patch for SBCL which changes the fasl-type to "faslmt" for the my Debian sbcl-mt package, but it has to be applied at compile time. > [2] I understand that CLC has a more elegant solution for this but my > approach is good enough for me. I use a technique[1] which stores the fasls in a subdirectory of the source files named ".bin/<impl-name>". This keeps out fasls of conflicting types. I even store separately fasls for different incompatible versions of a Lisp implementations. [1] http://files.b9.com/lboot/ -- Kevin Rosenberg [EMAIL PROTECTED]
