public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/40300]  New: ld expects "-", not "--"
@ 2009-05-29 22:31 miwako dot tokugawa at intel dot com
  2009-05-29 22:42 ` [Bug c/40300] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: miwako dot tokugawa at intel dot com @ 2009-05-29 22:31 UTC (permalink / raw)
  To: gcc-bugs

ld should be able to accept "--output-def" and "--out-implib" according to the
man page, but in fact it can only accept "-output-def" and "-out-implib"

nhxlc200 1>ld -v
GNU ld version 2.14.90.0.4 20030523
nhxlc200 2>ld --out-implib
ld: unrecognized option '--out-implib'
ld: use the --help option for usage information
nhxlc200 3>ld --output-def
ld: unrecognized option '--output-def'
ld: use the --help option for usage information

[if using gcc]
BB>gcc -v
.. 
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-34)

BB>gcc -Wl,--output-def=2
/usr/bin/ld: unrecognized option '--output-def=2'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
BB>gcc -Wl,--out-implib=2
/usr/bin/ld: unrecognized option '--out-implib=2'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status


-- 
           Summary: ld expects "-", not "--"
           Product: gcc
           Version: 3.2.3
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: miwako dot tokugawa at intel dot com


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


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

* [Bug c/40300] ld expects "-", not "--"
  2009-05-29 22:31 [Bug c/40300] New: ld expects "-", not "--" miwako dot tokugawa at intel dot com
@ 2009-05-29 22:42 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-05-29 22:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-05-29 22:41 -------
Please report this to binutils which maintains ld.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-05-29 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-29 22:31 [Bug c/40300] New: ld expects "-", not "--" miwako dot tokugawa at intel dot com
2009-05-29 22:42 ` [Bug c/40300] " 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).