lzip-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lzip-bug] mingw build failure


From: Elbert & Nicole Pol
Subject: Re: [Lzip-bug] mingw build failure
Date: Sun, 13 Jan 2013 10:50:07 +0100
User-agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.12) Gecko/20130108 Firefox/10.0.12 SeaMonkey/2.7.2

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]