[zeromq-dev] Getting mingw-w64 into the CI system
Luis Lavena
luislavena at gmail.com
Thu Mar 3 14:38:34 CET 2011
Hello,
Initially raised here:
https://github.com/zeromq/zeromq2/issues/#issue/60
For those who are not aware of, mingw-w64 project provides GCC
compiler toolchain for Windows targeting both 32bits and 64bits.
It differs from mingw.org compilers mainly in its headers and
libraries, which have been updated and adapted to target seamlessly
32/64 bits.
http://mingw-w64.sourceforge.net/
Right now we use their automated toolchains to cross-compile libraries
to Windows from OSX or Linux.
Ideally, since zeromq is provided as shared library (dll), is not
possible to link from a 64bits application, so that is the reason of
my inquiry about usage of mingw-w64.
What can I do to help you guys get the toolchain setup so zeromq can
be build/tested against it?
Thank you in advance for your time and responses.
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
More information about the zeromq-dev
mailing list