On May 25, 2009, at 12:18 PM, Ramana Kumar wrote:
any ideas for the file names in the "precompiled" directory? will they
include path information? just a hash of the file name?
I think it will go as follows:
You have IKARUS_LIBRARY_PATH which contains a list of search paths
for source files.
Suppose (foo bar) maps to /home/ramana/libs/foo/bar.sls.
Currently, ikarus looks for a precompiled version in
/home/ramana/libs/foo/bar.sls.ikarus-fasl
What will happen instead is that it will look for
/home/ramana/.ikarus/precompiled/home/ramana/libs/foo/
bar.sls.ikarus-fasl
instead.
That's: (string-append fasl-root "/" library-file ".ikarus-fasl")
Aziz,,,