Hello Adam,

Adam Tuja wrote:
Hello, I wanted to build new lzlib and Makefile generated by configure
didn't build shared version although `install` option attempted to
install it.

Did you try to pass the option '--enable-shared' to configure?

Also plzip build only works with system installed lzlib and as I needed
to build it without installing I added option to specify lzlib
directory.

Have you tried the method documented in INSTALL?

  ./configure CPPFLAGS='-I <includedir>' LDFLAGS='-L <libdir>'

(Replace <includedir> with the directory containing the file lzlib.h,
         and <libdir> with the directory containing the file liblz.a).

Reply via email to