Linux編程時使用gcc編譯.c出現如下問題,pthread.c:(.text+0x29): undefined reference to `pthread_create'collect2: err

Linux編程時使用gcc編譯.c出現如下問題編程 client.c:(.text+0x13e): undefined reference to `pthread_create' collect2: ld 返回 1  編譯 解決方法以下: 只需在用gcc編譯時加上-pthread選項便可。thread 緣由:沒有連接上pthread庫cli
相關文章
相關標籤/搜索