birney / wise3

The 3rd incarnation of the Wise package for sequence analysis
Other
22 stars 3 forks source link

CentOS release installation fails #2

Open abrozzi opened 7 years ago

abrozzi commented 7 years ago

Hi, I am trying to install on CentOS release 6.6 (Final) wise. But it doesn't work.

ab$ make all (cd base ; make CC="gcc" CFLAGS="-c -O3 glib-config --cflags" libwisebase.a ) make[1]: Entering directory /home/bigsdb/wise2.4.1/src/base' dyc -n Wise2_ -a _api.h -b _api.t -l -D wisefile.dy make[1]: dyc: Command not found make[1]: [wisefile.c] Error 127 make[1]: Leaving directory/home/bigsdb/wise2.4.1/src/base' make: [realall] Error 2`

and:

ab$ make linux dyc -l dyna2.dy make: dyc: Command not found make: *** [dyna2.c] Error 127

Any hint about how to fix it?

Thanks in advance -A