On Nov 23, 2020, at 2:30 PM, Antonio Diaz Diaz <anto...@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