If I am doing some of (require "MODULE-NAME") such as (required "gdbm") then following does not work:
(saveinitmem "lisp" :executable t :norc t :quiet t)
;; Wrote the memory image into lisp (14,742,208 bytes)
Bytes permanently allocated: 183,856
Bytes currently in use: 5,333,064
Bytes available until next GC: 1,330,386
5333064 ;
1330386 ;
183856 ;
22 ;
18934768 ;
116000
admin-> ./lisp
module 'syscalls' requires package OS.
I really like the fact that CLISP comes with PostgreSQL and GDBM module, and that makes application independent of the ASDF based systems.
It would be good that saving image can be solved even if REQUIRE is used.
Jean
Sorry now I see this is basically same like https://sourceforge.net/p/clisp/bugs/674/