[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lzip-bug] Tarlz 0.9: Unable to Compile Using Cygwin x86_64
From: |
Antonio Diaz Diaz |
Subject: |
Re: [Lzip-bug] Tarlz 0.9: Unable to Compile Using Cygwin x86_64 |
Date: |
Fri, 25 Jan 2019 15:38:25 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
Hi Timothy,
Timothy Beryl Grahek wrote:
I installed lzlib 1.11 before attempting to install tarlz 0.9
IIRC, you need to install lzlib in a place where Cygwin can find it.
/usr/local doesn't seem to work.
Alternatively, you may follow the instructions given in INSTALL:
To link against a lzlib not installed in a standard place, use:
./configure CPPFLAGS='-I<dir_of_lzlib.h>' LDFLAGS='-L<dir_of_liblz.a>'
Best regards,
Antonio.