I'm attempting to use ZlibStream? and am running into linker errors of the form:
Error 42: Symbol Undefined _inflateEnd, _inflate, _deflateEnd, _deflate, _inflateInit_
Checked ZlibStream? and those functions are defined except without the underscore. Am I doing something wrong or do I just need to rebuild the tango library?