To use the huffman library with a c++ compiler you need to instruct the linker that symbols exported by the library are not decorated. This simple patch is to be applied to huffman.h and solves the problem.
Log in to post a comment.