[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-devel] generating shared libraries for subsystems
From: |
Taylor R Campbell |
Subject: |
[MIT-Scheme-devel] generating shared libraries for subsystems |
Date: |
Wed, 27 Dec 2006 23:35:27 +0000 |
User-agent: |
IMAIL/1.21; Edwin/3.116; MIT-Scheme/7.7.90.+ |
Having successfully figured out the necessary procedure to bootstrap a
stand-alone system with the C back end, I've stumbled across the
problem that restoring a band containing dynamically loaded libraries
requires reloading those libraries. There was a mechanism to get
around this put in about thirteen years ago where Edwin's loader would
call (DECLARE-SHARED-LIBRARY "edwin" ...), which registers the Edwin
shared library to be loaded on restoration, but I can't find any way
to build those subsystem shard libraries. Is there an extant way to
do this?
- [MIT-Scheme-devel] generating shared libraries for subsystems,
Taylor R Campbell <=