You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried running ./build.sh with HTSlib as a loaded module (on a cluster) and built from source; however, both times I get the same message:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gengetopt... yes
checking for bam_endpos in -lhts... no
configure: error: please install htslib
Would you know how to fix this?
The text was updated successfully, but these errors were encountered:
Can you paste the contents of the htslib modulefile? I suspect it's not setting the LD_LIBRARY_PATH or LIBRARY_PATH variables correctly, or something like that. I'm testing it on my local machine with htslib version 1.10.2 and the configure script finds it just fine.
I have tried running
./build.sh
with HTSlib as a loaded module (on a cluster) and built from source; however, both times I get the same message:Would you know how to fix this?
The text was updated successfully, but these errors were encountered: