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

use -rpath-link for libstdc++ ? #105

Closed
Crghilardi opened this issue Dec 8, 2020 · 2 comments
Closed

use -rpath-link for libstdc++ ? #105

Crghilardi opened this issue Dec 8, 2020 · 2 comments
Labels

Comments

@Crghilardi
Copy link

cross posting here just as an FYI in case it helps anything.

I recently submitted libgeotiff to Yggdrasil, and in my initial attempt I used export LDFLAGS="$LDFLAGS -lstdc++ to fix some linking issues. In the review, it sounds like that is not the recommended pattern and using the -rpath-link flag is preferred?

I don't know how this interacts with all the patches needed to make PROJ and GEOS behave correctly. Will try to tinker with it a little bit and see if anything weird happens.

@visr
Copy link
Member

visr commented Dec 8, 2020

Yeah, would probably be good to make that change. I don't think it should have any impact, so it should be relatively safe.

@visr visr added the build label Dec 8, 2020
@Crghilardi
Copy link
Author

completed in Yggdrasil PR 2334

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

No branches or pull requests

2 participants