I am trying to compile dhvani in ubuntu 11.10

Got the code dhvani-0.95 from
http://sourceforge.net/projects/dhvani/

when compiling using just ./configure,
getting the error as
can not find zlib header.

zlib is there in my system.

$whereis zlib
zlib: /usr/include/zlib.h /usr/share/man/man3/zlib.3.gz

zlib1g-dev also installed in my system

To test the zlib availability,

 cat zlib.c
#include <zlib.h>
int main(){
printf("%s", (zlibVersion()));
}

gcc zlib.c -lz -o zlib-test
zlib.c: In function ‘main’:
zlib.c:3:1: warning: incompatible implicit declaration of built-in
function ‘printf’ [enabled by default]

shrinivasan@shrinivasan-ThinkPad-T410:~/test$ ./zlib-test
1.2.3.4


So, zlib is there.

Then why the dhvani can not find it?

Did anyone compiled dhvani in latest ubuntu?

-- 
Regards,
T.Shrinivasan


My Life with GNU/Linux : http://goinggnu.wordpress.com
Free/Open Source Jobs : http://fossjobs.in

Get CollabNet Subversion Edge :     http://www.collab.net/svnedge
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to