compile with make error: undefined reference to pthread_*
#28612
Replies: 1 comment
-
I believe this error is related with gcc version or glibc version. If your GLIBC version is lower than 2.30, try upgrade it.
|
Beta Was this translation helpful? Give feedback.
-
18.04.1-Ubuntu SMP
go version go1.19 linux/amd64
gcc (Ubuntu 10.3.0-1ubuntu1
18.041) 10.3.0i try to add -pthread in script/setenv.sh but it dosen't work.
Beta Was this translation helpful? Give feedback.
All reactions