-
Notifications
You must be signed in to change notification settings - Fork 544
Description
Hello,
I keep receiving the following error while trying to install STAR:
d source && make STAR
make[1]: Entering directory /home/david/Documents/Software/STAR-2.5.1b/source' Makefile:91: Depend.list: No such file or directory make -C htslib lib-static make[2]: Entering directory/home/david/Documents/Software/STAR-2.5.1b/source/htslib'
cc -g -Wall -O2 -I. -DSAMTOOLS=1 -c -o bgzf.o bgzf.c
In file included from bgzf.c:38:0:
htslib/bgzf.h:33:18: fatal error: zlib.h: No such file or directory
#include <zlib.h>
^
compilation terminated.
make[2]: *** [bgzf.o] Error 1
make[2]: Leaving directory /home/david/Documents/Software/STAR-2.5.1b/source/htslib' make[1]: *** [htslib/libhts.a] Error 2 make[1]: Leaving directory/home/david/Documents/Software/STAR-2.5.1b/source'
make: *** [STAR] Error 2
Any help would be greatly appreciated. I have updated gcc and binutils, but I am still receiving this error.
Thanks.
Shawn