Linux
undefined reference to symbol pthread_join@@GLIBC_2.2.5
DragonTory
2022. 3. 22. 14:09
반응형
Error:
undefined reference to symbol 'pthread_join@@GLIBC_2.2.5'
error adding symbols: DSO missing from command line
리눅스를 새로 설치 하고 컴파일러 버젼을 올렸더니
이전에는 안 생기던 이런 에러가 발생 했다.
Makefile의
LIBS에
-lpthread
를 추가 한다.
반응형