<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Problem with SBCL on Debian</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi to all,<BR>
<BR>
Can anybody help with this problem which happens on that kind<BR>
of system:<BR>
<BR>
Debian Sarge Linux Kernel 2.6.11<BR>
SBCL 0.8.16<BR>
SLIME (both the current "stable" and CVS versions were tried)<BR>
<BR>
Error related to swank-sbcl.lisp:<BR>
<BR>
  Unknown foreign symbol: "linux_no_threads_p"<BR>
<BR>
<BR>
The related part of the file:<BR>
<BR>
;;; TCP Server<BR>
<BR>
(defimplementation preferred-communication-style ()<BR>
  (if (and (member :sb-thread *features*)<BR>
           #+linux<BR>
           (not (sb-alien:extern-alien "linux_no_threads_p" sb-alien:boolean)))<BR>
      :spawn<BR>
      :fd-handler))<BR>
<BR>
<BR>
When #-linux is put instead of #+linux the error is skipped<BR>
but then again:<BR>
<BR>
<BR>
debugger invoked on a SIMPLE-ERROR in thread 9703:<BR>
  There is no applicable method for the generic function<BR>
    #<STANDARD-GENERIC-FUNCTION SWANK-BACKEND:SPAWN (0)><BR>
  when called with arguments<BR>
    (# :NAME "Swank").<BR>
<BR>
Any ideas or tips for solving this problem?<BR>
<BR>
Thanks in advance.<BR>
<BR>
Emre Sevinc</FONT>
</P>

</BODY>
</HTML>