Cannot find BZIP2 library on Cygwin 64 on Win7(64).
I am using CYGWIN64 on Win 64. I can use bzip2 from the terminal but unable to locate the header file to use bzip2 programatically from an ANSI C application.
I went to the BZIP site and downloaded the 1.0.6 tarball which i gunzipped and untared.
Should i move the bzip2-1.0.6 folder under cygwin64/lib and compile it?
Can anyone advice on specific next steps to invoke bzip2?