lmme support for GNU PTH
Status: Alpha
Brought to you by:
messy
To get lmme to work on a system without native posix
threads, GNU PTH is a good way to go. Here is a patch
to make lmme compile clean with GNU PTH, tested on NetBSD.
Apply this patch.
Before running configure, make sure GNU PTH is in the
include path and that GNU PTH's wrappers are used
instead of blocking system calls.
export CXXFLAGS="-Dselect=pth_select -Dsleep=pth_sleep"
./configure
gmake
-Ben Collver
lmme-support-for-gnu-pth