public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/11926] New: -print-file-name doesn't aways print full path names
@ 2003-08-15  8:36 gcc at microbizz dot nl
  2003-08-15 11:03 ` [Bug target/11926] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gcc at microbizz dot nl @ 2003-08-15  8:36 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11926

           Summary: -print-file-name doesn't aways print full path names
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gcc at microbizz dot nl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: apple-powerpc-darwin
  GCC host triplet: apple-powerpc-darwin
GCC target triplet: apple-powerpc-darwin

-print-file-name and -print-prog-name don't aways print full path names, where
-print-libgcc-file-name does:

[G4:/usr] adriaan% gcc -print-file-name=libgcc
libgcc

[G4:/usr] adriaan% gcc -print-file-name=libgpc
libgpc

[G4:/usr] adriaan% gcc -print-prog-name=libgcc
libgcc

[G4:/usr] adriaan% gcc -print-prog-name=libgpc
libgpc

[G4:/usr] adriaan% gcc -print-libgcc-file-name
/Developer/Pascal/gpc331d2/lib/gcc-lib/powerpc-apple-darwin/3.3.1/libgcc.a

[G4:/usr] adriaan% gcc -print-prog-name=cc1
/Developer/Pascal/gpc331d2/lib/gcc-lib/powerpc-apple-darwin/3.3.1/cc1

[G4:/usr] adriaan% gcc -print-prog-name=gpc1
/Developer/Pascal/gpc331d2/lib/gcc-lib/powerpc-apple-darwin/3.3.1/gpc1

[G4:/usr] adriaan% gcc -v
Reading specs from
/Developer/Pascal/gpc331d2/lib/gcc-lib/powerpc-apple-darwin/3.3.1/specs
Configured with: ../gpc-331d2/configure --enable-languages=pascal,c
--prefix=/Developer/Pascal/gpc331d2 --enable-threads=posix
--target=powerpc-apple-darwin
Thread model: posix
gcc version 3.3.1

If this is intended behaviour, then the docs are wrong.

Regards,

Adriaan van Os


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/11926] -print-file-name doesn't aways print full path names
  2003-08-15  8:36 [Bug target/11926] New: -print-file-name doesn't aways print full path names gcc at microbizz dot nl
@ 2003-08-15 11:03 ` pinskia at gcc dot gnu dot org
  2003-08-15 13:40 ` gcc at microbizz dot nl
  2003-08-15 13:44 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-15 11:03 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11926



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-15 11:03 -------
I do not think the documenation is wrong or the behaviour you are see either.
If I supply the full file name gcc -print-file-name=libgcc.a produces what you wanted:
/Users/pinskia/fsf-clean-nocheck/lib/gcc/powerpc-apple-darwin6.6/3.4/libgcc.a


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/11926] -print-file-name doesn't aways print full path names
  2003-08-15  8:36 [Bug target/11926] New: -print-file-name doesn't aways print full path names gcc at microbizz dot nl
  2003-08-15 11:03 ` [Bug target/11926] " pinskia at gcc dot gnu dot org
@ 2003-08-15 13:40 ` gcc at microbizz dot nl
  2003-08-15 13:44 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: gcc at microbizz dot nl @ 2003-08-15 13:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11926



------- Additional Comments From gcc at microbizz dot nl  2003-08-15 13:40 -------
Subject: Re:  -print-file-name doesn't aways print full path names

pinskia at gcc dot gnu dot org wrote:

> If I supply the full file name gcc -print-file-name=libgcc.a produces  
> what you wanted:
> /Users/pinskia/fsf-clean-nocheck/lib/gcc/powerpc-apple-darwin6.6/3.4/ 
> libgcc.a

You are right, I apologize.

Regards,

Adriaan van Os


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/11926] -print-file-name doesn't aways print full path names
  2003-08-15  8:36 [Bug target/11926] New: -print-file-name doesn't aways print full path names gcc at microbizz dot nl
  2003-08-15 11:03 ` [Bug target/11926] " pinskia at gcc dot gnu dot org
  2003-08-15 13:40 ` gcc at microbizz dot nl
@ 2003-08-15 13:44 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-15 13:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11926


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-15 13:44 -------
Reporter says that he was wrong and he needed the full name rather than the name without the 
extension which is the way the documentation says.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-15 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-15  8:36 [Bug target/11926] New: -print-file-name doesn't aways print full path names gcc at microbizz dot nl
2003-08-15 11:03 ` [Bug target/11926] " pinskia at gcc dot gnu dot org
2003-08-15 13:40 ` gcc at microbizz dot nl
2003-08-15 13:44 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).