[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lzlib Makefile doesn't build shared version
From: |
Antonio Diaz Diaz |
Subject: |
Re: lzlib Makefile doesn't build shared version |
Date: |
Tue, 21 Jul 2020 17:40:41 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
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).