thread_join.c:(.text+0x6f): undefined reference to `pthread_create' 问题的解决

今天在测试一个线程例子时,结果出现以下错误函数 [root@tom fzf]# gcc thread_join.c -o thread_join /tmp/cc1HozRv.o: In function `main': thread_join.c:(.text+0x6f): undefined reference to `pthread_create' thread_join.c:(.text+0
相关文章
相关标签/搜索