public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/42978]  New: gnatmake doesn't report the options it actually provides to ranlib
@ 2010-02-05 19:02 simon at pushface dot org
  2010-02-05 19:05 ` [Bug ada/42978] " simon at pushface dot org
  0 siblings, 1 reply; 2+ messages in thread
From: simon at pushface dot org @ 2010-02-05 19:02 UTC (permalink / raw)
  To: gcc-bugs

When gnatmake is generating a static library, it uses ar (or the system
archiver) and ranlib (if found). In verbose mode it reports the commands
executed (in the case of ar, truncated if need be).

The reported command for ranlib doesn't include any options that may be
supplied: on this architecture, ir reports eg

   ranlib /Users/simon/sf/tcladashell/lib/libtash.a

but actually executes

   ranlib -c /Users/simon/sf/tcladashell/lib/libtash.a


-- 
           Summary: gnatmake doesn't report the options it actually provides
                    to ranlib
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: simon at pushface dot org
 GCC build triplet: x86_64-apple-darwin10.2.0
  GCC host triplet: x86_64-apple-darwin10.2.0
GCC target triplet: x86_64-apple-darwin10.2.0


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


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

* [Bug ada/42978] gnatmake doesn't report the options it actually provides to ranlib
  2010-02-05 19:02 [Bug ada/42978] New: gnatmake doesn't report the options it actually provides to ranlib simon at pushface dot org
@ 2010-02-05 19:05 ` simon at pushface dot org
  0 siblings, 0 replies; 2+ messages in thread
From: simon at pushface dot org @ 2010-02-05 19:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from simon at pushface dot org  2010-02-05 19:05 -------
Created an attachment (id=19810)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19810&action=view)
Report the switches passed to ranlib


-- 


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


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

end of thread, other threads:[~2010-02-05 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-05 19:02 [Bug ada/42978] New: gnatmake doesn't report the options it actually provides to ranlib simon at pushface dot org
2010-02-05 19:05 ` [Bug ada/42978] " simon at pushface 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).