./configure returns "no such file..." make works correctly (from what I can tell) sudo make install returns "make: * No rule to make target 'install'. Stop."
Different versions work fine. I'm completely lost, the readme doesn't provide any help and I am not savvy enough to detect any problems in the makefile. Any help would be greatly appreciated after hours of failed attempts...
The old versions of samtools didn't use a configure script, and also the makefile didn't include a "install" target. One has to copy the files by hand after compiling - there is the samtools executable (and a bunch of other execs under the "misc/" folder), the static library "libbam.a", and the header "sam.h".
Why do you need this version specifically? As genomax said, unless you really need it, you should use a newer version.
That is an ancient version of samtools. What tool are you trying to use that needs this version? Ideally you should not be using either of these.
If you are not able to
./configure
then there is no waymake
is working correctly. What OS are you doing this on?ericscript requires this specific version (https://sites.google.com/site/bioericscript/) Ubuntu 18.04.1