gmarcais / Jellyfish

A fast multi-threaded k-mer counter
Other
463 stars 136 forks source link

config error #19

Open zeeev opened 10 years ago

zeeev commented 10 years ago

jellyfish]$ autoreconf -i gtest.mk:5: error: Libtool library used but 'LIBTOOL' is undefined gtest.mk:5: The usual way to define 'LIBTOOL' is to add 'LT_INIT' gtest.mk:5: to 'configure.ac' and run 'aclocal' and 'autoconf' again. gtest.mk:5: If 'LT_INIT' is in 'configure.ac', make sure gtest.mk:5: its definition is in aclocal's search path. Makefile.am:198: 'gtest.mk' included from here autoreconf: automake failed with exit status: 1

nknox commented 10 years ago

I had the same error. Here is what I did to get it running on my linux workstation:

Hopefully this work! Good luck

kemin711 commented 8 years ago

the configure script is not generated in this version. The users should not have to generate this file by themselves.

gmarcais commented 8 years ago

Did you download the latest release tarball? It does contain the configure script.

If you start from the github tree, then you need to generate the configure script, and that is not a bug. autoreconf -fi should be enough to do so, provided you have autoconf/automake/libtool installed.