Last active
January 4, 2016 05:19
-
-
Save springmeyer/8574685 to your computer and use it in GitHub Desktop.
linux sort order of dependencies in object files for mapnik
This file contains hidden or 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
lorder libboost_filesystem.a libboost_system.a libboost_regex.a libboost_thread.a libbz2.a libfreetype.a | |
libharfbuzz.a libharfbuzz-icu.a libicuuc.a libicudata.a libicui18n.a libjpeg.a libpng16.a libtiff.a libproj.a libwebp.a libxml2.a libz.a | tsort | |
libboost_filesystem.a | |
libboost_regex.a | |
libboost_thread.a | |
libbz2.a | |
libharfbuzz-icu.a | |
libpng16.a | |
libproj.a | |
libtiff.a | |
libwebp.a | |
libxml2.a | |
libicui18n.a | |
libboost_system.a | |
libharfbuzz.a | |
libjpeg.a | |
libicuuc.a | |
libfreetype.a | |
libicudata.a | |
libz.a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment