[maq-help] missing zlib.h ?
Status: Beta
Brought to you by:
lh3lh3
|
From: Olivier H. <oh...@sc...> - 2007-11-21 20:19:08
|
Hi, I am just trying to install Maq (maq-0.6.1.tar.bz2 ) on our Linux box and right after the ./configure I notice the zlib.h is missing. checking for stdint.h... yes checking for unistd.h... yes checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged I suspect this is the reason why the following make aborts. make all-am make[1]: Entering directory `/home/oharis/Maq/maq-0.6.1' gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -m64 -c `test -f 'bfa.c' || echo './'`bfa.c bfa.c:1:18: zlib.h: No such file or directory make[1]: *** [bfa.o] Error 1 make[1]: Leaving directory `/home/oharis/Maq/maq-0.6.1' make: *** [all] Error 2 Do you have any idea If i am missing some piece here ? Thanks for your help Olivier |