[Ilugc] compiling dhvani in ubuntu 11.10

  • From: l.mohanphy@xxxxxxxxx (Mohan L)
  • Date: Tue, 10 Apr 2012 20:02:47 +0530

On Tue, Apr 10, 2012 at 7:18 PM, Shrinivasan T <tshrinivasan at gmail.com>wrote:

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.


Hi Shrini,

In configure.in :

AC_CHECK_HEADER([gsm.h],, [AC_MSG_ERROR([[cannot find zlib header]])])

$ sudo apt-get install libgsm1 libgsm1-dev

Now try configure :

$./configure

 Thanks
Mohan L

Other related posts: