2022-11-17  2024-09-18    56 字  1 分钟

使用golang编译程序遇到的问题

# runtime/cgo
/usr/bin/ld: cannot find -lpthread
collect2: error: ld returned 1 exit status

pthread primitives are part of the core libc.so library. to satisfy -lpthread, create an empty AR archive somewhere in the library search path.

ar -rc /usr/lib/libpthread.a