-
Notifications
You must be signed in to change notification settings - Fork 42
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
Building for Anaconda on OS X requires extra linker flags #52
Labels
Comments
What goes wrong if you don't change the stdlib or if you omit the macosx-version-min? |
Build failure:
|
Is that without |
I just tried setting LDFLAGS and it took effect:
|
I stand corrected, the following line builds successfully:
|
tibbetts
changed the title
Building for Anaconda on OSX requires extra linker flags
Building for Anaconda on OS X requires extra linker flags
Sep 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires
extra_link_args = ["-stdlib=libstdc++","-mmacosx-version-min=10.6"],
LDFLAGS isn't respected, not sure the right way to detect when this is needed.
The text was updated successfully, but these errors were encountered: