Antonio Diaz Diaz wrote:

1.14-rc2 also uses setmode instead of _setmode. Please, test these
changes in Windows and OS/2 before I made a wider announcement.

Hihi,

All the best for 2013 :)

[m:\gcc\lzip-1.14-rc2]sh configure  "LDFLAGS=-Zexe -Zomf"

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 =
CXXFLAGS = -Wall -W -O2
LDFLAGS = -Zexe -Zomf
OK. Now you can run make.

[m:\gcc\lzip-1.14-rc2]make -j6 2>&1 |tee make.out
c++  -Wall -W -O2 -c -o arg_parser.o arg_parser.cc
c++  -Wall -W -O2 -c -o encoder.o encoder.cc
c++  -Wall -W -O2 -c -o fast_encoder.o fast_encoder.cc
c++  -Wall -W -O2 -c -o decoder.o decoder.cc
c++  -Wall -W -O2 -DPROGVERSION=\"1.14-rc2\" -c -o main.o main.cc
c++ -Zexe -Zomf -o lzip arg_parser.o encoder.o fast_encoder.o decoder.o main.o

[m:\gcc\lzip-1.14-rc2]make -k check
testing lzip-1.14-rc2........................................................
tests completed successfully.

_______________________________________________
Lzip-bug mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to