반응형
undefined reference to `pthread_create' 에러가 나오는 경우
1. #include <pthread.h> 미포함
2. gcc 컴파일 할 때 -lpthread 옵션 미포함
gcc -o thread thread.c -lpcap
반응형
'[ ★ ]Study > Programming' 카테고리의 다른 글
c언어 pipe 란 (0) | 2017.09.12 |
---|---|
C언어 strtok 함수 (0) | 2017.08.16 |
inet_ntoa 에러 (0) | 2017.06.11 |
size_t ssize_t 란? (0) | 2017.03.12 |
[파이썬 챌린지] 10번 (0) | 2016.03.08 |
댓글