开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
Linux
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
<pthread.h>
<semaphore.h>
问题(Question):
pthread 和 semaphore 一起使用的问题,
在网络上找到的许多范例 compile 都会出现一样的问题
会显示`sem_init'、`pthread_create'、`sem_wait'这些都未定义
不知道问题出在哪边
程式码(Code):(请善用置底文网页, 记得排版)
http://codepad.org/9Lt6HuBF
补充说明(Supplement):