This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12011] New: -print-file-name omits path


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]