无法建立袖扣2.2.1

时间:2019-11-21 03:49:04

标签: linux boost

使用gcc 9.2在RHEL 7系统上构建

./configure --prefix=../../tools/bin --with-bam=../samtools-0.1.19/ --with-boost=../samtools-0.1.19/

...
checking whether the Boost::Thread library is available... yes
checking for exit in -lboost_thread... no
checking for exit in -lboost_thread... (cached) no
checking for exit in -lboost_thread... (cached) no
checking for exit in -lboost_thread... (cached) no
checking for exit in -lboost_thread... (cached) no
checking for exit in -llibboost_thread.a... no
configure: error: Could not link against libboost_thread.a !

../samtools-0.1.19/lib is a symlink to ../samtools-0.1.19/stage/lib, which contains:

-rw-r--r--  libboost_thread.a
lrwxrwxrwx  libboost_thread.so -> libboost_thread.so.1.71.0*
lrwxrwxrwx  libboost_thread.so.1 -> libboost_thread.so.1.71.0*
lrwxrwxrwx  ibboost_thread.so.1.71 -> libboost_thread.so.1.71.0*
-rwxr-xr-x  libboost_thread.so.1.71.0*

有什么想法为什么这个构建会失败吗?

0 个答案:

没有答案