fqless icon indicating copy to clipboard operation
fqless copied to clipboard

configure fail on OS X 10.9.5

Open pbpearman opened this issue 7 years ago • 1 comments

I cloned the repo, then cd fqless. Then, fqless bgppermp$ ./configure configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

but

fqless bgppermp$ ls DNA.cpp Makefile.in configure.ac fqless.cpp install-sh DNA.h README.md depcomp fqless.h main.cpp LICENSE config.log fastq.cpp fqless.png missing Makefile.am configure fastq.h fqless_asci.png options.h

It looks like install-sh is in there. Oh, what to do? Any ideas?

pbpearman avatar Jan 16 '18 15:01 pbpearman

Sorry for the delay.

Apparently I broke the Make file, I should really simplify that. i tested a workaround for now (updated read me to include autoreconf) and added the missing install.sh files.

It should now work as expected.

Thank you for pointing that out and for testing fqless

openpaul avatar Feb 12 '18 16:02 openpaul