Welcome to the Linux Foundation Forum!
suspend other posix thread(s)
I just got this fancy application called `ags` see sourceforge.net/p/ags
During compilation I get the following error:
ags-ags_thread.o: In function `ags_thread_real_timelock':
/home/joel/ags-code/./src/ags/thread/ags_thread.c:1620: undefined reference to `pthread_suspend'
/home/joel/ags-code/./src/ags/thread/ags_thread.c:1660: undefined reference to `pthread_resume'
because the listed functions don't exist on debian GNU/Linux. How can I install the pthread library that provides those functions ...
0
Comments
And is triggered like this: