We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Thanks a lot for impressively fast tool. I am trying to install it on MAC but unfortunately I'm facing the following problem
g++ -std=c++0x -O3 -g -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c bamliquidator.m.cpp g++ -std=c++0x -O3 -g -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pthread -c bamliquidator.cpp g++ -O3 -g -Wall -o bamliquidator bamliquidator.o bamliquidator.m.o -lbam -lz -lpthread ld: library not found for -lbam clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [bamliquidator] Error 1
I followed the instructions for MAC here but I am not able to get around the problem. I also tried instruction from #53 .
One more issue is, I couldn't install samtools as suggested in wiki page, I installed it on my own and symlinked to /usr/local/include.
/usr/local/include
Any help would be greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks a lot for impressively fast tool. I am trying to install it on MAC but unfortunately I'm facing the following problem
I followed the instructions for MAC here but I am not able to get around the problem. I also tried instruction from #53 .
One more issue is, I couldn't install samtools as suggested in wiki page, I installed it on my own and symlinked to
/usr/local/include
.Any help would be greatly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: