New comment by ayoubelmhamdi on void-packages repository https://github.com/void-linux/void-packages/pull/34902#issuecomment-1272480188 Comment: @oreo639 how I can solve this issue with `cmake` ``` checking for ftruncate... yes checking for ffsll... yes checking mremap with MREMAP_MAYMOVE... yes checking for a sed that does not truncate output... /bin/sed checking whether cc is Clang... no checking whether pthreads work with -pthread... no checking whether pthreads work with -pthreads... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -pthread... no checking whether pthreads work with -pthreads... no checking whether pthreads work with -mthreads... no checking for the pthreads library -lpthread... no checking whether pthreads work with --thread-safe... no checking whether pthreads work with -mt... no checking for pthread-config... no configure: error: pthread not found make[1]: *** [Makefile:6806: configure-gold] Error 1 make[1]: Leaving directory '/home/data/opt/xbps-src/void-packages/masterdir/builddir/binutils-2.39/build' make: *** [Makefile:1004: all] Error 2 => ERROR: binutils-2.39_1: do_build: 'make ${makejobs}' exited with 2 => ERROR: in do_build() at srcpkgs/binutils/template:105 ```