Hello all,
Trying to install the MEME (binary version) on a fresh ubuntu. I manually installed the libxml2, libxslt, openjdk-jre-8, installed tomcat9. Ran ./configure using the following command:
./configure --prefix=$HOME/mandar/meme/ --with-url=
http://meme-suite.org --enable-web="
http://meme-suite.org/opal2/services"
The make command gives following errors. PLease suggest, where could I be going wrong. Following is the error:
make all-recursive
make[1]: Entering directory '/home/mandar/Downloads/meme_4.11.0'
Making all in src
make[2]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src'
make all-recursive
make[3]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src'
Making all in filters
make[4]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/filters'
Making all in purge
make[5]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/filters/purge'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/filters/purge'
Making all in dust
make[5]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/filters/dust'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/filters/dust'
make[5]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/filters'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/filters'
make[4]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/filters'
Making all in libxml2
make[4]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2'
Making all in include
make[5]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2/include'
Making all in .
make[6]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2/include'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2/include'
Making all in libxml
make[6]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2/include/libxml'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2/include/libxml'
make[5]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2/include'
Making all in .
make[5]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2'
make[4]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/libxml2'
Making all in libxslt
make[4]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/libxslt'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/libxslt'
Making all in libexslt
make[4]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/libexslt'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/libexslt'
Making all in wiggle
make[4]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src/wiggle'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src/wiggle'
Making all in .
make[4]: Entering directory '/home/mandar/Downloads/meme_4.11.0/src'
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o alphtype alphtype-alphtype.o
libcommon.la -lz -lm
libtool: link: gcc -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 -o alphtype alphtype-alphtype.o ./.libs/libcommon.a -lz -lm
Makefile:1620: recipe for target 'alphtype' failed
make[4]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src'
Makefile:4196: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src'
Makefile:1518: recipe for target 'all' failed
make[2]: Leaving directory '/home/mandar/Downloads/meme_4.11.0/src'
Makefile:713: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/home/mandar/Downloads/meme_4.11.0'
Makefile:644: recipe for target 'all' failed