This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
other/1963: collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
- To: gcc-gnats at gcc dot gnu dot org
- Subject: other/1963: collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
- From: anonymous at sourceware dot cygnus dot com
- Date: 13 Feb 2001 16:17:06 -0000
>Number: 1963
>Category: other
>Synopsis: collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 13 08:26:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: Ezra Peisach
>Release: gcc 2.95.2 and latest snapshot
>Organization:
>Environment:
alpha-dec-osf4.0a
>Description:
If one passes -Wl,-oldstyle_liblookup to gcc
(in order to pass the option to ld),
collect2 interprets the option as specifying the
output file.
i.e. "-ofoo" is the same as "-o foo"
In the latest snapshot, SWITCHES_NEED_SPACES can be defined
to prevent this problem,
>How-To-Repeat:
gcc -o foo -Wl,-oldstyle_liblookup foo.c
>Fix:
For 2.95 - without some recoding, nothing can be done,
for newer gcc's, define SWITCHES_NEED_SPACES "o" in
gcc/config/alpha/osf.h
>Release-Note:
>Audit-Trail:
>Unformatted:
From: epeisach@zif.mit.edu
Reply-To: epeisach@zif.mit.edu
X-Send-Pr-Version: gnatsweb-2.6 (1.135)
X-GNATS-Notify: