X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:reply-to:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=AmcYvq3DJQaf40TA
	ahV0ALSKaJSAAWa05LDL3f2CPaBYi1pEJjCO6/6yM7gHw3dI9tRplM8p4eMMtSXk
	2/N5pgNVA9Jf6+tVvFEKzKD2IoM5Cb8NQ5aaMR9vIMXoh+j1mSjUOyIIg0RCMfmB
	9M/wjE9t7wREFnyJL4rapT80yi0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:reply-to:mime-version:to
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=9/Cha9DYgoNgODikbvRVBI
	dRx6s=; b=JORL+jfrHHH8v3/xjjQkYwslKJNJbqTcY8huYewUNy1wFZdtShUTPg
	8D5rrf3AKdHGaJeNQ5BBeNF3Nthzq4vxpanqmk7ugrESPHn/jlJUxW7+r+JmjLYG
	bkrDQyRLfWxt1CyKOq+svK97vxEvEvRm2E47qoXg+hjc/OAdC84zY=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2
X-HELO: vms173025pub.verizon.net
Message-id: <537E708D.2060108@cygwin.com>
Date: Thu, 22 May 2014 17:47:57 -0400
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com>
Reply-to: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-version: 1.0
To: cygwin@cygwin.com
Subject: Re: No threads/process support in Clisp
References: <CAC=AUYazfeXL6Xa-3_cC4Xkg_M8XXTRxqeGMJepraAU1PpVgEQ@mail.gmail.com>
In-reply-to: <CAC=AUYazfeXL6Xa-3_cC4Xkg_M8XXTRxqeGMJepraAU1PpVgEQ@mail.gmail.com>
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7bit

On 05/22/2014 04:26 PM, F. Nikita Thomas wrote:
> Hello,
> I finally feel confident enough to try processes/threads in Lisp,
> however when I evaluate *features* in the repl, I don't see MT:, so no
> thread support. Is there a way to rebuild clisp for this
> functionality? Clisp version is 2.48, Cygwin version 1.7.27. Any help
> or advice will be appreciated. Thanks.

First a disclaimer - I don't use CLISP.

A quick search of the web turned up this:

<http://stackoverflow.com/questions/8528766/does-clisp-support-thread>

So if you pull the source from setup*.exe for the package and fit the
"--with-threads" switch into whatever configury it uses, that should do it.
Of course, you need all the dependent development package libraries
and development tools too.  If the sound of all this doesn't sap your
confidence, go for it.


-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

