Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编译使用:
gcc -o outfile infile.c -lpthread
唯一未定义的引用是pthread_init.
pthread_init
根据网上的一些建议,我尝试过使用-pthread而不是。-lpthread
-pthread
-lpthread
我包括_<pthread.h>
<pthread.h>
有任何想法吗?
不要打电话pthread_init()。在 Linux 上没有必要。
pthread_init()