On Tue, Apr 10, 2012 at 7:18 PM, Shrinivasan T <[email protected]>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 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
