Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

v0.6.11 installs a 32-bit binary on 64-bit machines, which breaks some modules #2811

Closed
thepatrick opened this issue Feb 23, 2012 · 2 comments
Labels

Comments

@thepatrick
Copy link

Take for example the zmq library, which relies on libzmq, installed via brew, this works perfectly under 0.6.10 and even under 0.6.11 when built with a ./configure --dest-cpu=x64 && make && make install, but fails under the 0.6.11 .pkg

Is this caused by #2770?

@TooTallNate
Copy link

Basically yes, the commit that fixed that issue is causing these problems now.

However, v0.6.12 and the master branch will always build a fat (universal 32 and 64 bit) binary when making the .pkg, so this won't be a problem in the next release.

@isaacs
Copy link

isaacs commented Feb 23, 2012

Will be fixed on v0.6.12 (which isn't going to have very much else in it.)

@isaacs isaacs closed this as completed Feb 23, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants