[Ilugc] compiling dhvani in ubuntu 11.10

  • From: tshrinivasan@xxxxxxxxx (Shrinivasan T)
  • Date: Tue, 10 Apr 2012 19:18:55 +0530

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 at 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

Other related posts: