https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11926
Gunter Königsmann <gunter at peterpall dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gunter at peterpall dot de
--- Comment #4 from Gunter Königsmann <gunter at peterpall dot de> ---
Perhaps one thing on the man page could be changed, though:
-print-file-name=library
Print the full absolute name of the library file library that would
be used when linking---and don't do anything else. With this
option, GCC does not compile or link anything; it just prints the
file name.
might better read:
-print-file-name=library
Print the full absolute name of the library file library that would
be used when linking---and don't do anything else. With this
option, GCC does not compile or link anything. It just prints the
file name; The parameter "library" is required to contain the file
name ending. Valid examples are: libstdc++.a or libstdc++.dll.