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/1963: collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"



>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: 
 
 


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