>>>>> "sr" == Sean Ross <[EMAIL PROTECTED]> writes:
sr> I've recompiled cmucl (using the tarred source from today) sr> on Debian using the binaries from November. sr> Error in function UNIX::SIGSEGV-HANDLER: Segmentation Violation at #x805182E. in general, this is a symptom of a problem that occurred earlier during your build. Look through the compilation log files (probably named target:compile-compiler.log, target:compile-lisp.log) for an error message. Generally C-M-s "^Error" will get you there in Emacs. In your case, you probably need to do a cross-compile to get from the Debian binaries to current cons.org sources. The Debian binaries contain a number of differences from the "official" cons.org binaries (for example I don't think that the linkage-table changes have been integrated yet, this may be what's causing your problem). I suggest you try building from the latest cons.org binaries. -- Eric Marsden <URL:http://www.laas.fr/~emarsden/>
