From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Thu, 14 May 2009 05:17:43 +0200 From: lucio@proxima.alt.za In-Reply-To: <20090513202830.2AE4A5B24@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] P9P on Lemote Yeeloong Topicbox-Message-UUID: f9ce4e16-ead4-11e9-9d60-3106f5b1d025 > See $PLAN9/include/u.h. You may need to add something to the > /* OS-specific crap */ section. Adding > > #include > #define PLAN9PORT_USING_PTHREAD 1 > > for your version of linux just might do the trick. Could this cause what looks to me like a compiler error? I think P9P knows to use pthreads, but I'm prepared to be surprised. I will be looking into it, thank you for the pointer. ++L