How to determine which linker is being used by my gcc?For example, I have 3 linkers:2 in one directory, in the same place as for gccand another linker in another directory.
You can add -Wl,-verbose to your gcc link or use
-Wl,-verbose
gcc
gcc -print-prog-name=ld
Source: https://habr.com/ru/post/1432944/More articles:Create a sketch effect for photos using Brad Larson GPUImage in Obj C - iosA chain of multiple ajax calls with jquery pending objects - javascriptL_ERRORCODE0: 10409 An Express Checkout course has been issued for a trading account other than yours - paypalJsoup access to HTML select tag - javaImplementing two-way OAuth 2.0 for WebApi - asp.net-web-apiTwo-frame layouts in the example FragmentTabs Android Support4Demos - androidExtract all occurrences of duplicate and unique patterns from text, as well as context - algorithmIntelliJ Idea 11 - How to count lines of code (LOC)? - intellij-ideaFeature that sends an image to AirPrint - iosRails: ActiveRecord default_scope and class inheritance - inheritanceAll Articles