-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Spurious "platform dependent libraries" warnings when running make #71900
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
Comments
When installing Python 3.5.2 from source on Ubuntu 14.04 and running From this message which has more background, these warnings are https://mail.python.org/pipermail/python-dev/2016-August/145783.html
|
This is the design of getpath.c, when no exec/exec_prefix can be found it will emit warning and use the default one. Fortunately it gives use the ability to suppress the warnings. :) Simply set Py_FrozenFlag in _freeze_importlib.c can solve this problem. Upload a trivial patch to set the flag. |
New changeset 97b996d81c62 by Ned Deily in branch '3.5': New changeset 751ca458d669 by Ned Deily in branch 'default': |
That was easy; thanks, Xiang Zhang! Pushed for release in 3.5.3 and 3.6.0. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: