Creating gcc.linux.x64.lib.debug/libhash.a ...
make[1]: Leaving directory '/home/xucaen/Downloads/syncterm-1.1/src/hash'
Linking gcc.linux.x64.exe.debug/syncterm
/usr/bin/ld: ../../3rdp/gcc.linux.x64.debug/cl/libcl.a(sendmsg.o): in function waitForObject':
sendmsg.c:(.text+0x10d6): undefined reference topthread_yield'
collect2: error: ld returned 1 exit status
make: *** [GNUmakefile:104: gcc.linux.x64.exe.debug/syncterm] Error 1
xucaen@Cerritos:~/Downloads/syncterm-1.1/src/syncterm$
I installed libpthread-stubs0-dev
because I googled the error and found that's what I needed but it didn't make any difference.
Anonymous
I found a work-around: I installed wine and downloaded the windows version.