This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12011] New: -print-file-name omits path
- From: "raterisj at uwec dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Aug 2003 16:27:12 -0000
- Subject: [Bug c++/12011] New: -print-file-name omits path
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12011
Summary: -print-file-name omits path
Product: gcc
Version: 3.2.2
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: raterisj at uwec dot edu
CC: gcc-bugs at gcc dot gnu dot org
the man page for g++ reads
-print-file-name=library
Print the full absolute name of the library file library that would
be used when linking
but when I entered the command
g++ -print-file-name=time file.cpp
the response was merely
time
likewise with curses, iostream, and cstdlib.
The full pathname does not print.