Hi, On Fri, Sep 29, 2017 at 09:34:36PM -0400, logca...@fastmail.net wrote: > In file comp-lz4.c, g++ flags LZ4_compress_default as unreferenced and > the build fails.
Why are you building with g++? This is not something we regularily do, test, or recommend. But besides this, this sounds like your system lz4 library is too old, and our configure test is not catching this - LZ4_compress_default() is, basically, the new name for an old function. If the system library does not provide it (LZ4_VERSION_NUMBER < 10701L, which is "lz4 1.7.1") we should fall back to src/compat/compat-lz4.c which has it. Which linux distribution is this, in which version? Can you upload config.log and your system's "lz4.h" somewhere so we can see what it tried to do, and why it is failing? gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germany g...@greenie.muc.de fax: +49-89-35655025 g...@net.informatik.tu-muenchen.de
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel