public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
       [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
@ 2003-07-28  1:36 ` pinskia at physics dot uc dot edu
  2003-10-22 21:22 ` jan dot jech at pregis dot cz
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-28  1: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=1963


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-28 01:36 -------
This is a dup of bug 5762 which contains a patch.

*** This bug has been marked as a duplicate of 5762 ***


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

* [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
       [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
  2003-07-28  1:36 ` [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup" pinskia at physics dot uc dot edu
@ 2003-10-22 21:22 ` jan dot jech at pregis dot cz
  2003-10-23 18:01 ` jan dot jech at pregis dot cz
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: jan dot jech at pregis dot cz @ 2003-10-22 21:22 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=1963



------- Additional Comments From jan dot jech at pregis dot cz  2003-10-22 21:17 -------
Gcc 3.3.2 on Tru64 5.1A (alphaev56-dec-osf5.1) with patched collect2.c according
bug 5762.
Compiling Samba 3.0 with Active Directory support (need Kerberos) finish without
support of AD (configure doesn't recognize Kerberos)
Reason: gcc with options "-Wl,-oldstyle_liblookup" collect2 still interprets the
option as specifying the output file.

For example one message from log file:
configure:23198: checking for krb5_encrypt_data in -lk5crypto
configure:23229: gcc -o conftest -L/usr/local/BerkeleyDB.4.1/lib
-L/usr/local/ssl/lib -L/usr/local/include conftest.c -lk5crypto
-Wl,-oldstyle_liblookup -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lsecurity
-lresolv >&5
collect2: ldstyle_liblookup: cannot open as COFF file collect2: 

Jan Jech


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

* [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
       [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
  2003-07-28  1:36 ` [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup" pinskia at physics dot uc dot edu
  2003-10-22 21:22 ` jan dot jech at pregis dot cz
@ 2003-10-23 18:01 ` jan dot jech at pregis dot cz
  2004-04-29 18:10 ` ro at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: jan dot jech at pregis dot cz @ 2003-10-23 18:01 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=1963



------- Additional Comments From jan dot jech at pregis dot cz  2003-10-23 17:50 -------
Any suggestion to solve it?


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

* [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
       [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
                   ` (2 preceding siblings ...)
  2003-10-23 18:01 ` jan dot jech at pregis dot cz
@ 2004-04-29 18:10 ` ro at gcc dot gnu dot org
  2004-04-29 18:24 ` ro at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-04-29 18:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at gcc dot gnu dot org  2004-04-29 18:00 -------
reopening ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at techfak dot uni-
                   |                            |bielefeld dot de
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |


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


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

* [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
       [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
                   ` (3 preceding siblings ...)
  2004-04-29 18:10 ` ro at gcc dot gnu dot org
@ 2004-04-29 18:24 ` ro at gcc dot gnu dot org
  2004-04-29 18:29 ` ro at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-04-29 18:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at gcc dot gnu dot org  2004-04-29 18:02 -------
... to confirm.  Patch to be submitted shortly.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-29 18:02:06
               date|                            |


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


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

* [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
       [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
                   ` (4 preceding siblings ...)
  2004-04-29 18:24 ` ro at gcc dot gnu dot org
@ 2004-04-29 18:29 ` ro at gcc dot gnu dot org
  2004-04-30 20:17 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-04-29 18:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at gcc dot gnu dot org  2004-04-29 18:21 -------
Patch here:

  http://gcc.gnu.org/ml/gcc-patches/2004-04/msg01920.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.4.1


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


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

* [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
       [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
                   ` (5 preceding siblings ...)
  2004-04-29 18:29 ` ro at gcc dot gnu dot org
@ 2004-04-30 20:17 ` cvs-commit at gcc dot gnu dot org
  2004-04-30 20:22 ` cvs-commit at gcc dot gnu dot org
  2004-04-30 20:36 ` ro at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-04-30 20:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-30 20:09 -------
Subject: Bug 1963

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ro@gcc.gnu.org	2004-04-30 20:09:51

Modified files:
	gcc            : ChangeLog 
	gcc/config/alpha: osf.h 

Log message:
	PR other/1963
	* config/alpha/osf.h (SWITCHES_NEED_SPACES): Define.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3532&r2=2.3533
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/osf.h.diff?cvsroot=gcc&r1=1.35&r2=1.36



-- 


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


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

* [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
       [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
                   ` (6 preceding siblings ...)
  2004-04-30 20:17 ` cvs-commit at gcc dot gnu dot org
@ 2004-04-30 20:22 ` cvs-commit at gcc dot gnu dot org
  2004-04-30 20:36 ` ro at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-04-30 20:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-30 20:13 -------
Subject: Bug 1963

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	ro@gcc.gnu.org	2004-04-30 20:12:57

Modified files:
	gcc            : ChangeLog 
	gcc/config/alpha: osf.h 

Log message:
	PR other/1963
	* config/alpha/osf.h (SWITCHES_NEED_SPACES): Define.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.427&r2=2.2326.2.428
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/osf.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.35&r2=1.35.4.1



-- 


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


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

* [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup"
       [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
                   ` (7 preceding siblings ...)
  2004-04-30 20:22 ` cvs-commit at gcc dot gnu dot org
@ 2004-04-30 20:36 ` ro at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-04-30 20:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at gcc dot gnu dot org  2004-04-30 20:14 -------
Fixed for 3.4.1, 3.5.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-04-30 20:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010213082600.1963.anonymous@sourceware.cygnus.com>
2003-07-28  1:36 ` [Bug other/1963] collect2 interprets "-oldstyle_liblookup" as "-o ldstyle_liblookup" pinskia at physics dot uc dot edu
2003-10-22 21:22 ` jan dot jech at pregis dot cz
2003-10-23 18:01 ` jan dot jech at pregis dot cz
2004-04-29 18:10 ` ro at gcc dot gnu dot org
2004-04-29 18:24 ` ro at gcc dot gnu dot org
2004-04-29 18:29 ` ro at gcc dot gnu dot org
2004-04-30 20:17 ` cvs-commit at gcc dot gnu dot org
2004-04-30 20:22 ` cvs-commit at gcc dot gnu dot org
2004-04-30 20:36 ` ro 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).