>>>>> "Adam" == Adam Warner <[EMAIL PROTECTED]> writes:
Adam> On Wed, 2003-09-03 at 06:48, Gerd Moellmann wrote:
[snip]
Adam> Many thanks Gerd. It must be a very recent fix. I get the same behaviour
Adam> with Pierre R. Mai's binary:
Adam> <http://www.pmsf.de/pub/cmucl/binaries/cmucl-2003-08-15-x86-linux.tar.bz2>
Adam> I'm trying to build CMUCL CVS as a Debian package.
Adam> I have patched the orig.tar.gz to the latest version of unstable.
Adam> I have replaced the src directory with the CVS src.
Adam> I have replaced LISP in build-world.sh with the link to the binary above
Adam> (after finding I didn't have a hope of getting it to compile with an 18e
Adam> binary)
So, you're using 2003-08-15 to compile the latest sources? You'll
probably need to load bootfiles/18e/boot16.lisp to compile. In the
target directory, create a bootstrap.lisp file containing the line:
(load "target:bootfiles/18e/boot16")
The build should work then.
Ray