On Sat, Jun 2, 2012 at 5:28 PM, Arne Schwabe <a...@rfc2549.org> wrote: >>> In the INSTALL file --with-lzo-headers and --with-lzo-lib is mentioned, >>> which do not work: >>> >> <snip> >> >>> LZO_CFLAGS="-I/opt/local/include" LZO_LIBS=-L/opt/local/lib ./configure >> This should have been: >> LZO_CFLAGS="-I/opt/local/include" LZO_LIBS="-L/opt/local/lib -llzo" >> ./configure >> >> The -llzo is also needs in XXX_LIBS phrase. >> > The INSTALL file then needs to be updated to reflect the change.
Right, this INSTALL is out of date in many other aspects. I clean up the INSTALL for none windows. I hope it is better now. Alon