|
[dl@RH9 g_list_linux]$ gcc -Wall -o testGlist g_string.o g_slist.o allocator.o mutex.o block.o
pool.o testGlist.o -L/usr/include -lpthread
testGlist.o(.text+0x49): In function `main':
: undefined reference to `pthread_creat'
collect2: ld returned 1 exit status
报如上的错误是怎么回事情啊。。
额 帖子位置放错了。。。。 |
|