[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CLISP on Sparc Linux
- To: <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: CLISP on Sparc Linux
- From: Marcus Daniels <marcus@sysc.pdx.edu>
- Date: 09 Mar 1997 23:17:52 -0800
- In-reply-to: Alexey Goldin's message of Sun, 9 Mar 97 20:45:01 +0100
- References: <199703091922.NAA19218@spot.uchicago.edu>
>>>>> "AG" == Alexey Goldin <goldin@spot.uchicago.edu> writes:
AG> I managed to get CLISP running on Sparc Linux (clisp-1996-07-22).
Your changes look good; I'll add the `makemake' support as soon as I
get a chance. Thanks!
AG> I still have the following problem:
AG> (socket-server [port]) segfaults in io.d in line 5896:
I think this should fix it:
*** /src/clisp-1996-07-22/src/io.d Sun Jul 21 10:42:24 1996
--- io.d Sun Mar 9 23:04:42 1997
***************
*** 8216,8221 ****
--- 8216,8222 ----
JUSTIFY_END_ENG;
INDENT_END;
write_schar(stream_,'>');
+ skipSTACK(1);
LEVEL_END;
}}break;
#endif