ctSkennerton / crass

The CRISPR assembler
http://ctskennerton.github.io/crass
GNU General Public License v3.0
35 stars 11 forks source link

./autogen.sh gets hung up #94

Closed dangeles closed 5 years ago

dangeles commented 5 years ago

Hi,

I tried to install CRASS on a Debian system, but ./autogen.sh hangs up for >20min with absolutely no error report or verbose activity. Last command printed was Automatically preparing build .... Any clue what might be going on?

Thanks! David

ctSkennerton commented 5 years ago

That's a new one. Nope, I've got no idea what might be causing it. I think you could try running the steps manually by running the commands

libtoolize
aclocal -I m4
autoheader
automake --add-missing
autoconf 

or possibly just by using autoreconf

dangeles commented 5 years ago

Thanks for the suggestion! I left autopen running overnight, and it built, eventually. Super weird....