Re: Install lib and development
Anthony Carrico <[email protected]> Wed, 10 Jan 2007 17:38:55 -0500
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Dec 23, 2006 at 04:22:05PM +0100, Michael Sperber wrote:
> I'm not sure I understand the details, but this looks as though it
> could trivially be done with the RT-MODULES package from Sunterlib.
> Have you tried that?
Sorry for the delayed reply, that seems like a good idea, but the
library's config would need to load the module-system library. In
other words, it would need to simulate "-lel module-system/load.scm"
in the exec language. I've tried the following:
/home/acarrico/src/load-test/test-library/load.scm:
(load
(user
(run
'(find-library-file 'module-system/load.scm" (lib-dirs) #f))))
$ SCSH_LIB_DIRS='#f "/home/acarrico/src/load-test"
$ scsh -lel test-library/config.scm
Error: exception
(car "/usr/local/lib/scsh-0.6/modules/0.6/module-system/load.scm")
This seems as tricky as the original problem!
--
Anthony Carrico
http://giftfile.org/