>>>>> "Raymond" == Raymond Toy <[EMAIL PROTECTED]> writes:
>>>>> "Martin" == Martin Cracauer <[EMAIL PROTECTED]> writes:
Martin> These people are just insane. The shared libs used to hang out
Martin> at 0x4000xxx to 0x4200xxx. Then Redhat 7 comes along and they
Martin> take up space to 0x4400xxx. Fine, I can move up.
Raymond> FWIW, when 19a comes out (whenever that might be), CMUCL will
Raymond> have its dynamic space start at #x58000000 instead of
Raymond> #x48000000. Hope that helps.
Hmm... when is that expected?
I am stuck with no working lisp on my laptop :-/ The 2003-12 snapshot
provided by Ole is nice, but I've had strange problems with 2003-12
("NIL fell through ETYPECASE expression" errors when ASDF loads compiled
files).
I tried to compile and cross-compile the 2003-11 snapshot changing the
DYNAMIC_0_SPACE_START offset to 0x58000000, but all I got is segfaults
in the load-world stage. Apparently there is more to it than just
changing this value.
And SBCL doesn't like SERIES, which I'm using.
--J.