-
-
Notifications
You must be signed in to change notification settings - Fork 656
Still add rpath to our own libstdc++, in case we built our own toolchain #38087
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
Conversation
Documentation preview for this PR (built with commit 2ba6a8d; changes) is ready! 🎉 |
…ilt our own toolchain The GMP configure test should link against our own libstdc++ instead of the (too old) system libstdc++ Fixes sagemath#38085 URL: sagemath#38087 Reported by: Volker Braun Reviewer(s):
This does not fix the failure for me.
|
2a4e9df
to
2ba6a8d
Compare
Yes configure is run twice, so we have to smuggle in the rpath in both invocations. Unfortunately the configure test doesn't use LDFLAGS though libstdc++ is linked (but implicitly, without explicitly adding -lstdc++). So we have to kind of abuse CXXFLAGS. |
…ilt our own toolchain The GMP configure test should link against our own libstdc++ instead of the (too old) system libstdc++ Fixes sagemath#38085 URL: sagemath#38087 Reported by: Volker Braun Reviewer(s):
It works now, thanks |
sagemathgh-38087: Still add rpath to our own libstdc++, in case we built our own toolchain The GMP configure test should link against our own libstdc++ instead of the (too old) system libstdc++ Fixes sagemath#38085 URL: sagemath#38087 Reported by: Volker Braun Reviewer(s):
sagemathgh-38087: Still add rpath to our own libstdc++, in case we built our own toolchain The GMP configure test should link against our own libstdc++ instead of the (too old) system libstdc++ Fixes sagemath#38085 URL: sagemath#38087 Reported by: Volker Braun Reviewer(s):
The GMP configure test should link against our own libstdc++ instead of the (too old) system libstdc++
Fixes #38085