Guest User

Untitled

a guest
Jan 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. find zlib
  2. /hpc/apps/zlib/1.2.11/include/zlib.h
  3. /hpc/apps/zlib/1.2.8/include/zlib.h
  4.  
  5. > make
  6. gcc -c -W -Wall -finline-functions -fPIC -std=gnu99 -Wno-unused-result -O3 -Ilib/utils -Iinclude/klib lib/aln/bntseq.c -o
  7. lib/aln/bntseq.o
  8. lib/aln/bntseq.c:30:10: fatal error: zlib.h: No such file or directory
  9. #include <zlib.h>
  10. ^~~~~~~~
  11. compilation terminated.
  12. make: *** [Makefile:94: lib/aln/bntseq.o] Error 1
Add Comment
Please, Sign In to add comment