-
Notifications
You must be signed in to change notification settings - Fork 18
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
ld: library not found for -lintl (macOS with Macports) #43
Comments
I can reproduce this. Still thinking about how to fix it.
In this case, MacPorts links Python against libintl, which is part of gettext, but doesn't put libintl anywhere the system linker will look for it:
As a workaround you can |
Thanks for the detailed explanation. I've tried symlinking as a work-around, but still getting the same error unfortunately. |
Same issue though I'm using homebrew |
It seems my issue was related to using asdf version manager. I tried using homebrew python and the build succeeded. |
Same here. I'm using python
The @jdsutherland how did you use homebrew python? You installed it and started a shell without loading pyenv, or manually provided some env vars to the |
The issue with pyenv may be fixed in v2.3.2 via adding the Homebrew LDFLAGS. |
Since commit 45676e7 I'm receiving an error while compiling cpsm with Python3 support:
(I'm using macOS with Macports, and not Homebrew)
The text was updated successfully, but these errors were encountered: