You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
cross posting here just as an FYI in case it helps anything.
I recently submitted
libgeotiff
to Yggdrasil, and in my initial attempt I usedexport 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.
The text was updated successfully, but these errors were encountered: