On Wed, 16 Jan 2008 14:29:03 +0100
AmyShaftoe Chevalier <shaftoe at nurfuerspam.de> wrote:
> ---snip---
> > maxima
> fatal error encountered in SBCL pid 4595(tid 3085163232):
> can't load .core for different runtime, sorry
>
> Welcome to LDB, a low-level debugger for the Lisp runtime environment.
> ldb>
> --snap---
> Using maxima 5.14.0 from gentoo-overlay
> flags: sbcl tk unicode
>
> sbcl 1.0.13 (1.0.9 tested producing the same error)
> flags: doc ldb source threads unicode
>
> I tested to ship around this by for example using gcl, but it does
> not compile then.
>
> Is there anybody who can help me?
I think the problem is that you've upgraded sbcl without
recompiling/upgrading maxima. Maxima's "program" that is run is
actually a memory dump of a lisp image which has loaded all the
relevant libraries.
To fix this problem, try recompiling maxima. Incidentally, if you're
running debian unstable, there was an sbcl upgrade a couple of days ago
which would have done this - I only realised when my precompiled slime
stopped working.
Rupert