Hello, make passes but make check fails on Solaris10 x86. % ./configure 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 = g++ CPPFLAGS = CXXFLAGS = -Wall -W -O2 LDFLAGS = OK. Now you can run make.
% make g++ -Wall -W -O2 -c -o arg_parser.o arg_parser.cc g++ -Wall -W -O2 -c -o encoder_base.o encoder_base.cc g++ -Wall -W -O2 -c -o encoder.o encoder.cc g++ -Wall -W -O2 -c -o fast_encoder.o fast_encoder.cc g++ -Wall -W -O2 -c -o decoder.o decoder.cc g++ -Wall -W -O2 -DPROGVERSION=\"1.18-rc1\" -c -o main.o main.cc g++ -Wall -W -O2 -o lzip arg_parser.o encoder_base.o encoder.o fast_encoder.o decoder.o main.o % make check testing lzip-1.18-rc1............... testing decompression............./testsuite/check.sh: test: argument expected Makefile:75: recipe for target 'check' failed make: *** [check] Error 1 Best regards, --- Kiyoshi <[email protected]> _______________________________________________ Lzip-bug mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lzip-bug
