Skip to content
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

wxPython: Fix runtime error due to library dependencies not in RUNPATH. #13958

Merged
merged 1 commit into from
Mar 24, 2016

Conversation

ambrop72
Copy link
Contributor

This is a fix for #13956. Please see the commit description.
Relevant for master and release-16.03.

I think what's happening is that the linker automatically adds DT_NEEDED dependencies to some libraries because it finds these libraries are being used directly, but
because they're not linked explicitly with -lflags, the gcc wrapper does not add them to RUNPATH.
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @domenkozar and @vbgl to be potential reviewers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants