Installing ZeroMQ (v4.2.2) is a breeze with either configure/make/install
or with homebrew, but only the 64bit version is available. I tried brew's --universal
option, but it says a universal option is not available and so the flag is ignored.
$ brew install zmq --universalWarning: zeromq: this formula has no --universal option so it will be ignored!
My question is thus, how do I get a 32bit library version of ZeroMQ?
And, if I have other projects that still require the 64bit version, how do I create a universal binary so that those projects still work as well?