Hi together
Tried to install BFAST and ran into a small Problem. (BTW - autogen.sh did not work)
./configure worked fine
While executing 'make' I got a couple of errors of the type
...undefined reference to 'egzXXX'
Here two examples:
BLib.o: In function `gzread64':
.../bfast-0.6.4d/bfast/BLib.c:1676: undefined reference to `egzread'
BLib.o: In function `gzwrite64':
.../bfast-0.6.4d/bfast/BLib.c:1656: undefined reference to `egzwrite'
Searching for it I found in the zlibemboss.h file:
...
#define gzopen egzopen
#define gzread egzread
#define gzwrite egzwrite
...
(full version on: http://b-src.cbrc.jp/source/EMBOSS-6...b/zlibemboss.h)
Seems to me that EMBOSS messed up some definitions (?).
Anyone had a similar problem/knows an easy explanation or even solution?
Tried to install BFAST and ran into a small Problem. (BTW - autogen.sh did not work)
./configure worked fine
While executing 'make' I got a couple of errors of the type
...undefined reference to 'egzXXX'
Here two examples:
BLib.o: In function `gzread64':
.../bfast-0.6.4d/bfast/BLib.c:1676: undefined reference to `egzread'
BLib.o: In function `gzwrite64':
.../bfast-0.6.4d/bfast/BLib.c:1656: undefined reference to `egzwrite'
Searching for it I found in the zlibemboss.h file:
...
#define gzopen egzopen
#define gzread egzread
#define gzwrite egzwrite
...
(full version on: http://b-src.cbrc.jp/source/EMBOSS-6...b/zlibemboss.h)
Seems to me that EMBOSS messed up some definitions (?).
Anyone had a similar problem/knows an easy explanation or even solution?
Comment