[EMAIL PROTECTED] (James A. Crippen) writes:
> I have a program consisting of several lisp files. I can compile each
> file individually and load the whole bunch, which works well, but what
> I'd really like is a single compiled file containing the whole thing.
> I note that the CLX distributed with CMUCL comes from a whole bunch of
> files but is only a single file "library:subsystems/clx-library.x86f".
> So how do I go about making a similar one?
>
> 'james
>
It seems to work if you just compile them individually, and then
append them:
cat foo.x86f bar.x86f > baz.x86f
-Tim
--
Turing Stable: (adj) The property of continuing to be Turing complete,
after running for an hour.