[Bioclusters] mpiBLAST compile error

Jones George bioclusters@bioinformatics.org
Fri, 28 Feb 2003 16:02:08 -0500


Has anyone compiled mpiBLAST on RedHat 7.3?

I had to install ncbi-6.0-1 RPM for i386 to get most of the required =
libraries.

When I compile it complaines about these missing libraries:
xmlblast.h
mblast.h

make output:

BLAST\" -DVERSION=3D\"1.0.1\" -DSTDC_HEADERS=3D1 -DTIME_WITH_SYS_TIME=3D1  =
-I. -I. -I../include/ -I/usr/include/ncbi/include/     -g -O2 -c `test -f =
'blast_hooks.c' || echo './'`blast_hooks.c
blast_hooks.c:40:22: xmlblast.h: No such file or directory
blast_hooks.c:41:20: mblast.h: No such file or directory
make[1]: *** [blast_hooks.o] Error 1

What package contains these libraries?

looking at blast_hooks.c, I do not have:

objblst3.h
netblap3.h

either..

Thanks,
Jones