-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
wxGTK is underlinked #552
Comments
CMAKE_EXE_LINKER_FLAGS and CMAKE_MODULE_LINKER_FLAGS seem to be ignored |
As the resulting binary cannot be underlinked, maybe here there is no sense in try to avoid underlinking |
Please explain more clearly. Is your point about mod-script-pipe (only)? |
when Audacity is being build with |
Interesting...I do not see that here and we actually NEED --no-undefined so that the symbols are resolved at runtime, rather than build time. How are you building? |
--no-undefined is not needed, but it would be nice to be able to build correctly with it |
Closing.
|
Building with
-Wl,--no-undefined
:Probably
wx-config --libs
have to be used.The text was updated successfully, but these errors were encountered: