在编写pthread有关的程序时,编译时报"undefined reference to `pthread_create'"的错误,原因是没有链接pthread相关的库,gcc加上-lrt就可以了.也就是链接"/usr/lib/"下的libpthread.a