-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GMP installation issues with 3.0 #101
Comments
I believe both can be done for both distributions, no? In certain cases, users even on linux will not have sufficient privileges to install GMP using apt, and I wouldn't want to support manual installation of GMP for them. On Mac, "homebrew" for now does a decent job of replicating the ease of use of apt. We could add that to "install GMP" suggestions. |
Ok, well let's test it with Margaux, see if it works! |
Update: Marko compiled New problem: |
No no. That flag works fine. It's the specific syntax |
Ah, right. No need for |
This works on Mac OS X: |
Does this work on both? |
OK, I figured out what it is. |
So this wasn't working for you because you had a global defined? So for most people it won't be a problem? |
Yes, I believe so. I had a global leftover from compiling makedist. |
Ok, so it's not a bug. Just an unfortunate convention... On Thu, Dec 11, 2014 at 1:52 PM, Marko Budisic notifications@github.com
|
So does anything really need to change? Should we clarify something in the manual? |
Not really, only if you feel like |
TODO: Marko writes a short blurb in guide about using homebrew to install GMP on OSX. Then we can release 3.0.1. |
Margaux is having some issues with the Mac binaries. Basically, they don't work out of the box if you don't have GMP installed. What's the easiest way to resolve this?
Two easiest things to do:
_noGMP_
binaries for OSX.sudo apt-get install libgmp
.The text was updated successfully, but these errors were encountered: