ola icon indicating copy to clipboard operation
ola copied to clipboard

Build fails on FreeBSD 9 failing to find pthread

Open peternewman opened this issue 11 years ago • 2 comments

configure:20515: checking whether pthreads work with -pthreads configure:20603: gcc -o conftest -g -O2 -pthreads conftest.c -lexecinfo >&5 gcc: unrecognized option '-pthreads' /usr/bin/ld: cannot find -lexecinfo

Also in the acx_pthreads.m4, it tries to run this: PTHREAD_CXXFLAGS="pthread-config --cxxflags" Which fails as pthread-config doesn't have a cxxflags issue on FreeBSD, but I get the feeling it should hit the earlier thing and carry on.

peternewman avatar Aug 06 '14 06:08 peternewman

CC @RenZ0 I think this works on FreeBSD 10 doesn't it?

peternewman avatar Aug 04 '18 03:08 peternewman

From #1872 this must work on FreeBSD 13!

peternewman avatar Jun 30 '23 15:06 peternewman