Created
June 5, 2020 09:48
-
-
Save sempostma/34b957be9f3a785e34c33c51b2821f26 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012 | |
gcc -print-search-dirs | sed '/^lib/b 1;d;:1;s,/[^/.][^/]*/\.\./,/,;t 1;s,:[^=]*=,:;,;s,;,; ,g' | tr \; \\012 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment