Hi Jani,
PTHREADS_CHECK_COMPILE macro fails with pthreads_working=no for cross
compilation environment.
As I am aware NetWare has proper support for PTHREADS this patch sets
pthreads_working=yes for NetWare alone.
Find the patch at
http://puggy.symonds.net/~kameshj/threads.m4.patch
Please apply the same along with my earlier patch on configure.in.
With regards
Kamesh Jayachandran
Hi Jani,
PTHREADS_CHECK_COMPILE macro fails with pthreads_working=no for cross
compilation environment.
As I am aware NetWare has proper support for PTHREADS this patch sets
pthreads_working=yes for NetWare alone.Find the patch at
http://puggy.symonds.net/~kameshj/threads.m4.patch
Please apply the same along with my earlier patch on configure.in.
Committed too, but I changed the '$host_alias' to '$target_alias'
since the former is not the one you're compiling for.. :)
--Jani
Thanks Jani.
With regards
Kamesh Jayachandran
On Thu, 24 Feb 2005 21:30:03 +0200 (EET), "Jani Taskinen"
sniper@iki.fi said:
Hi Jani,
PTHREADS_CHECK_COMPILE macro fails with pthreads_working=no for cross
compilation environment.
As I am aware NetWare has proper support for PTHREADS this patch sets
pthreads_working=yes for NetWare alone.Find the patch at
http://puggy.symonds.net/~kameshj/threads.m4.patch
Please apply the same along with my earlier patch on configure.in.Committed too, but I changed the '$host_alias' to '$target_alias' since the former is not the one you're compiling for.. :) --Jani