[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tarlz 0.18 build failure on FreeBSD 11.4
From: |
David Glover-Aoki |
Subject: |
Re: tarlz 0.18 build failure on FreeBSD 11.4 |
Date: |
Mon, 23 Nov 2020 14:36:01 -0800 |
On Nov 23, 2020, at 2:30 PM, Antonio Diaz Diaz <antonio@gnu.org> wrote:
>
> Please, could you send the exact output of the following commands using BSD
> make? Maybe I can see what is making it fail:
>
> ./configure CPPFLAGS='-I /usr/local/include' LDFLAGS='-L /usr/local/lib’
> make
# ./configure CPPFLAGS='-I /usr/local/include' LDFLAGS='-L /usr/local/lib'
creating config.status
creating Makefile
VPATH = .
prefix = /usr/local
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
datarootdir = $(prefix)/share
infodir = $(datarootdir)/info
mandir = $(datarootdir)/man
CXX = c++
CPPFLAGS = -I /usr/local/include
CXXFLAGS = -O2
LDFLAGS = -L /usr/local/lib
OK. Now you can run make.
If make fails, verify that the compression library lzlib is correctly
installed (see INSTALL).
# make
c++ -O2 -c arg_parser.cc -o arg_parser.o
c++ -O2 -c lzip_index.cc -o lzip_index.o
c++ -O2 -c archive_reader.cc -o archive_reader.o
archive_reader.cc:29:10: fatal error: 'lzlib.h' file not found
#include <lzlib.h>
^~~~~~~~~
1 error generated.
*** Error code 1
Stop.
make: stopped in /root/build/tarlz/tarlz-0.18
- tarlz 0.18 build failure on FreeBSD 11.4, David Glover-Aoki, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, David Glover-Aoki, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4,
David Glover-Aoki <=
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, David Glover-Aoki, 2020/11/23
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/24
- Re: tarlz 0.18 build failure on FreeBSD 11.4, Antonio Diaz Diaz, 2020/11/25