嗨,我在线程中编写了一个简单的程序来创建 10 个线程并正常执行它们,但是当我在 linux 机器上编译代码时,它给出了以下错误..
*/tmp/cc4swqyK.o: In function main':
threadcreate1.c:(.text+0x40): undefined reference to
pthread_create' threadcreate1.c:(. text+0x78): undefined reference to `pthread_join' collect2: ld 返回 1 exit status*
问问题
2509 次