public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++
@ 2003-09-05  8:06 peturr02 at ru dot is
  2003-09-05  8:09 ` [Bug libstdc++/12179] " peturr02 at ru dot is
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: peturr02 at ru dot is @ 2003-09-05  8:06 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=12179

           Summary: Static link failure: cannot find -lstdc++
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: peturr02 at ru dot is
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu

When the -static flag is passed to g++, linking fails with the message

/usr/bin/ld: cannot find -lstdc++

This is because g++ is looking for the libraries in:

$PREFIX/lib/gcc/i686-pc-linux-gnu/3.4/

But libstdc++.a and libsupc++.a are in:

$PREFIX/lib/gcc-lib/i686-pc-linux-gnu/3.4/

GCC was configured with --enable-version-specific-runtime-libs.


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

* [Bug libstdc++/12179] Static link failure: cannot find -lstdc++
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
@ 2003-09-05  8:09 ` peturr02 at ru dot is
  2003-09-05  8:11 ` peturr02 at ru dot is
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: peturr02 at ru dot is @ 2003-09-05  8:09 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=12179



------- Additional Comments From peturr02 at ru dot is  2003-09-05 08:08 -------
Created an attachment (id=4705)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4705&action=view)
Output of g++ -v

This is the output I get when I build with g++ -v -static. At the end are
listings of $PREFIX/lib/gcc/i686-pc-linux-gnu/3.4/ and
$PREFIX/lib/gcc-lib/i686-pc-linux-gnu/3.4/


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

* [Bug libstdc++/12179] Static link failure: cannot find -lstdc++
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
  2003-09-05  8:09 ` [Bug libstdc++/12179] " peturr02 at ru dot is
@ 2003-09-05  8:11 ` peturr02 at ru dot is
  2003-09-05 14:50 ` [Bug libstdc++/12179] [3.4 Regression] Static link failure: cannot find -lstdc++ when --enable-version-specific-runtime-libs pinskia at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: peturr02 at ru dot is @ 2003-09-05  8:11 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=12179



------- Additional Comments From peturr02 at ru dot is  2003-09-05 08:11 -------
Created an attachment (id=4706)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4706&action=view)
Test case


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

* [Bug libstdc++/12179] [3.4 Regression] Static link failure: cannot find -lstdc++ when --enable-version-specific-runtime-libs
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
  2003-09-05  8:09 ` [Bug libstdc++/12179] " peturr02 at ru dot is
  2003-09-05  8:11 ` peturr02 at ru dot is
@ 2003-09-05 14:50 ` pinskia at gcc dot gnu dot org
  2003-09-27 20:26 ` [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place pinskia at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-05 14:50 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=12179


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Priority|P2                          |P1
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-05 14:50:31
               date|                            |
            Summary|Static link failure: cannot |[3.4 Regression] Static link
                   |find -lstdc++               |failure: cannot find -
                   |                            |lstdc++ when --enable-
                   |                            |version-specific-runtime-
                   |                            |libs
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-05 14:50 -------
The problem is that some of the makefiles where not changed when Keating changed gcc-lib to be 
gcc.  (libobjc was fixed already).


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (2 preceding siblings ...)
  2003-09-05 14:50 ` [Bug libstdc++/12179] [3.4 Regression] Static link failure: cannot find -lstdc++ when --enable-version-specific-runtime-libs pinskia at gcc dot gnu dot org
@ 2003-09-27 20:26 ` pinskia at gcc dot gnu dot org
  2003-10-18  7:25 ` pinskia at gcc dot gnu dot org
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-27 20:26 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=12179


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
          Component|libstdc++                   |bootstrap
           Keywords|                            |build
            Summary|[3.4 Regression] Static link|[3.4 Regression] --enable-
                   |failure: cannot find -      |version-specific-runtime-
                   |lstdc++ when --enable-      |libs put files in the wrong
                   |version-specific-runtime-   |place
                   |libs                        |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-27 18:38 -------
I am working on a fix.


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (3 preceding siblings ...)
  2003-09-27 20:26 ` [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place pinskia at gcc dot gnu dot org
@ 2003-10-18  7:25 ` pinskia at gcc dot gnu dot org
  2003-11-10  8:03 ` pinskia at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-18  7:25 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=12179



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-18 05:43 -------
I attached a patch which changes all the references of lib/gcc-lib to right directory, lib/gcc 
or libexec/gcc, hopefully I changed them all right.


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (4 preceding siblings ...)
  2003-10-18  7:25 ` pinskia at gcc dot gnu dot org
@ 2003-11-10  8:03 ` pinskia at gcc dot gnu dot org
  2003-11-10 13:36 ` v dot haisman at sh dot cvut dot cz
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-10  8:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-10 08:03 -------
*** Bug 12986 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |v dot haisman at sh dot cvut
                   |                            |dot cz


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


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (5 preceding siblings ...)
  2003-11-10  8:03 ` pinskia at gcc dot gnu dot org
@ 2003-11-10 13:36 ` v dot haisman at sh dot cvut dot cz
  2003-11-10 16:42 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2003-11-10 13:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2003-11-10 13:36 -------
Your patch didn't work. After that I have mass renamed all occurences gcc-lib to
gcc and bootstraped it. It works. I have left out following files from the rename.

logout ~/tmp/gcc34/srcdir>fgrep -lr 'gcc-lib' * | tee ~/tmp/gcc-lib.list.2.txt
ChangeLog
gcc/ChangeLog
gcc/ChangeLog.0
gcc/ChangeLog.7
gcc/ChangeLog.8
gcc/FSFChangeLog.11
gcc/ada/osint.adb
gcc/testsuite/g++.old-deja/g++.brendan/copy6.C
gcc/testsuite/g++.old-deja/g++.jason/2371.C
gcc/testsuite/g++.old-deja/g++.jason/trivial.C
gcc/testsuite/g++.old-deja/g++.robertl/eb64.C
gcc/testsuite/g77.f-torture/compile/19990502-0.f
gcc/testsuite/g77.f-torture/compile/19990525-0.f
gcc/testsuite/g77.f-torture/compile/19990826-3.f
gcc/testsuite/g77.f-torture/compile/960317-1.f
gcc/testsuite/g77.f-torture/compile/980310-2.f
gcc/testsuite/g77.f-torture/noncompile/19981216-0.f
libobjc/ChangeLog


-- 


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


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (6 preceding siblings ...)
  2003-11-10 13:36 ` v dot haisman at sh dot cvut dot cz
@ 2003-11-10 16:42 ` pinskia at gcc dot gnu dot org
  2004-01-10 23:20 ` neroden at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-10 16:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-10 16:42 -------
Thanks for trying my patch, I will post your patch which works on the gcc-patches with your name 
(and mine)  and see if it gets accepted.

-- 


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


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (7 preceding siblings ...)
  2003-11-10 16:42 ` pinskia at gcc dot gnu dot org
@ 2004-01-10 23:20 ` neroden at gcc dot gnu dot org
  2004-01-13 12:23 ` v dot haisman at sh dot cvut dot cz
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: neroden at gcc dot gnu dot org @ 2004-01-10 23:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at gcc dot gnu dot org  2004-01-10 23:20 -------
This seems like a generally good idea; where did it go?... 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4955 is|0                           |1
           obsolete|                            |


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


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (8 preceding siblings ...)
  2004-01-10 23:20 ` neroden at gcc dot gnu dot org
@ 2004-01-13 12:23 ` v dot haisman at sh dot cvut dot cz
  2004-01-15 18:42 ` mrdizzy38 at hotmail dot com
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-01-13 12:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-01-13 12:22 -------
Afaik nowhere yet.

-- 


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


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (9 preceding siblings ...)
  2004-01-13 12:23 ` v dot haisman at sh dot cvut dot cz
@ 2004-01-15 18:42 ` mrdizzy38 at hotmail dot com
  2004-01-15 18:56 ` giovannibajo at libero dot it
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: mrdizzy38 at hotmail dot com @ 2004-01-15 18:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mrdizzy38 at hotmail dot com  2004-01-15 18:41 -------
This patch worked very well for me and a few others and solved the problem. 

-- 


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


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (10 preceding siblings ...)
  2004-01-15 18:42 ` mrdizzy38 at hotmail dot com
@ 2004-01-15 18:56 ` giovannibajo at libero dot it
  2004-01-15 19:00 ` giovannibajo at libero dot it
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-15 18:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-15 18:56 -------
Nathan, do you approve the patch?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neroden at gcc dot gnu dot
                   |                            |org, giovannibajo at libero
                   |                            |dot it


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


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (11 preceding siblings ...)
  2004-01-15 18:56 ` giovannibajo at libero dot it
@ 2004-01-15 19:00 ` giovannibajo at libero dot it
  2004-01-15 20:52 ` geoffk at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-15 19:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-15 19:00 -------
Geoff, this is a fallout from your gcc-lib->gcc patch. There is a patch which 
has been succesfully tested. I asked approval to Nathanael, but you may well 
want to look into it as well? Does it look OK for mainline?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pinskia at gcc dot gnu dot  |geoffk at apple dot com
                   |org                         |


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


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

* [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (12 preceding siblings ...)
  2004-01-15 19:00 ` giovannibajo at libero dot it
@ 2004-01-15 20:52 ` geoffk at gcc dot gnu dot org
  2004-01-17  8:46 ` [Bug bootstrap/12179] [3.4/3.5 " dhazeghi at yahoo dot com
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-01-15 20:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-01-15 20:51 -------
The patch looks OK, although it needs a ChangeLog entry.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|geoffk at apple dot com     |pinskia at gcc dot gnu dot
                   |                            |org


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


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

* [Bug bootstrap/12179] [3.4/3.5 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (13 preceding siblings ...)
  2004-01-15 20:52 ` geoffk at gcc dot gnu dot org
@ 2004-01-17  8:46 ` dhazeghi at yahoo dot com
  2004-01-17 10:30 ` v dot haisman at sh dot cvut dot cz
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-17  8:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-17 08:46 -------
Andrew, would you mind updating this patch and sending it in for review?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch, wrong-code


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


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

* [Bug bootstrap/12179] [3.4/3.5 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (14 preceding siblings ...)
  2004-01-17  8:46 ` [Bug bootstrap/12179] [3.4/3.5 " dhazeghi at yahoo dot com
@ 2004-01-17 10:30 ` v dot haisman at sh dot cvut dot cz
  2004-01-17 11:53 ` v dot haisman at sh dot cvut dot cz
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-01-17 10:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-01-17 10:30 -------
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01694.html

-- 


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


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

* [Bug bootstrap/12179] [3.4/3.5 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (15 preceding siblings ...)
  2004-01-17 10:30 ` v dot haisman at sh dot cvut dot cz
@ 2004-01-17 11:53 ` v dot haisman at sh dot cvut dot cz
  2004-01-21 18:08 ` dhazeghi at yahoo dot com
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-01-17 11:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-01-17 11:53 -------
The patch was found unacceptable. I don't think that I can make it better. Not now.

-- 


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


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

* [Bug bootstrap/12179] [3.4/3.5 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (16 preceding siblings ...)
  2004-01-17 11:53 ` v dot haisman at sh dot cvut dot cz
@ 2004-01-21 18:08 ` dhazeghi at yahoo dot com
  2004-01-21 18:12 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21 18:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 18:07 -------
Sorry about the patch. Andrew, are you still working on this?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|patch                       |


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


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

* [Bug bootstrap/12179] [3.4/3.5 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (17 preceding siblings ...)
  2004-01-21 18:08 ` dhazeghi at yahoo dot com
@ 2004-01-21 18:12 ` pinskia at gcc dot gnu dot org
  2004-02-04 22:33 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-21 18:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-21 18:12 -------
No I am not working on it anymore. Geoff Keating caused it so he should fix it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pinskia at gcc dot gnu dot  |geoffk at gcc dot gnu dot
                   |org                         |org


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


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

* [Bug bootstrap/12179] [3.4/3.5 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (18 preceding siblings ...)
  2004-01-21 18:12 ` pinskia at gcc dot gnu dot org
@ 2004-02-04 22:33 ` pinskia at gcc dot gnu dot org
  2004-02-05 23:20 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-04 22:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-04 22:33 -------
*** Bug 14001 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llewelly at lifesupport dot
                   |                            |shutdown dot com


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


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

* [Bug bootstrap/12179] [3.4/3.5 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (19 preceding siblings ...)
  2004-02-04 22:33 ` pinskia at gcc dot gnu dot org
@ 2004-02-05 23:20 ` cvs-commit at gcc dot gnu dot org
  2004-02-05 23:20 ` geoffk at gcc dot gnu dot org
  2004-02-08  1:37 ` cvs-commit at gcc dot gnu dot org
  22 siblings, 0 replies; 24+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-05 23:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-05 23:20 -------
Subject: Bug 12179

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	geoffk@gcc.gnu.org	2004-02-05 23:20:07

Modified files:
	libf2c         : ChangeLog Makefile.in aclocal.m4 configure 
	libstdc++-v3   : ChangeLog acinclude.m4 aclocal.m4 configure 
Added files:
	libstdc++-v3   : .cvsignore 

Log message:
	Index: libf2c/ChangeLog
	Thu Feb  5 15:08:08 2004  Geoffrey Keating  <geoffk@apple.com>
	
	PR 12179
	* aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Use 'gcc', not 'gcc-lib'.
	Add comment about poorly-named variables.
	* Makefile.in (libsubdir): Use 'gcc', not 'gcc-lib'.
	* configure: Regenerate.
	
	Index: libstdc++-v3/ChangeLog
	2004-02-05  Geoffrey Keating  <geoffk@apple.com>
	
	PR 12179
	* .cvsignore: New.
	* acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): Use 'gcc', not
	'gcc-lib'.  Add comment about poorly-named variables.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/ChangeLog.diff?cvsroot=gcc&r1=1.202&r2=1.203
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/Makefile.in.diff?cvsroot=gcc&r1=1.57&r2=1.58
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/aclocal.m4.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/configure.diff?cvsroot=gcc&r1=1.42&r2=1.43
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/.cvsignore.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2307&r2=1.2308
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&r1=1.280&r2=1.281
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&r1=1.296&r2=1.297
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&r1=1.375&r2=1.376



-- 


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


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

* [Bug bootstrap/12179] [3.4/3.5 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (20 preceding siblings ...)
  2004-02-05 23:20 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-05 23:20 ` geoffk at gcc dot gnu dot org
  2004-02-08  1:37 ` cvs-commit at gcc dot gnu dot org
  22 siblings, 0 replies; 24+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-02-05 23:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-02-05 23:20 -------
Fixed by patch.

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


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


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

* [Bug bootstrap/12179] [3.4/3.5 Regression] --enable-version-specific-runtime-libs put files in the wrong place
  2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
                   ` (21 preceding siblings ...)
  2004-02-05 23:20 ` geoffk at gcc dot gnu dot org
@ 2004-02-08  1:37 ` cvs-commit at gcc dot gnu dot org
  22 siblings, 0 replies; 24+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-08  1:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-08 01:37 -------
Subject: Bug 12179

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	geoffk@gcc.gnu.org	2004-02-08 01:37:46

Modified files:
	.              : ChangeLog ltmain.sh 
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/objc.dg: call-super-2.m 
	libf2c         : ChangeLog Makefile.in aclocal.m4 configure 
	libstdc++-v3   : ChangeLog acinclude.m4 aclocal.m4 configure 
Added files:
	libstdc++-v3   : .cvsignore 

Log message:
	Merge various patches from mainline:
	Index: ChangeLog
	2004-02-04  Geoffrey Keating  <geoffk@apple.com>
	
	Partial merge from upstream:
	* ltmain.in: When setting IFS to '~', be careful about user
	arguments that contain '~'.
	
	Index: gcc/testsuite/ChangeLog
	2004-02-07 Geoffrey Keating  <geoffk@geoffk.org>
	Andrew Pinski  <pinskia@physics.uc.edu>
	
	* objc.dg/call-super-2.m: Include stddef.h for size_t.
	Update line numbers for the including of stddef.h.
	
	Index: libf2c/ChangeLog
	Thu Feb  5 15:08:08 2004  Geoffrey Keating  <geoffk@apple.com>
	
	PR 12179
	* aclocal.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Use 'gcc', not 'gcc-lib'.
	Add comment about poorly-named variables.
	* Makefile.in (libsubdir): Use 'gcc', not 'gcc-lib'.
	* configure: Regenerate.
	
	Index: libstdc++-v3/ChangeLog
	2004-02-05  Geoffrey Keating  <geoffk@apple.com>
	
	PR 12179
	* .cvsignore: New.
	* acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): Use 'gcc', not
	'gcc-lib'.  Add comment about poorly-named variables.
	* aclocal.m4: Regenerate.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.856.2.3&r2=1.856.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ltmain.sh.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.22&r2=1.22.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3389.2.59&r2=1.3389.2.60
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/call-super-2.m.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2.18.1&r2=1.2.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.202.2.1&r2=1.202.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.57&r2=1.57.14.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/aclocal.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.7&r2=1.7.16.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.42&r2=1.42.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/.cvsignore.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.25&r2=1.2224.2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.280&r2=1.280.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.296&r2=1.296.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.373.4.2&r2=1.373.4.3



-- 


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


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

end of thread, other threads:[~2004-02-08  1:37 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-05  8:06 [Bug libstdc++/12179] New: Static link failure: cannot find -lstdc++ peturr02 at ru dot is
2003-09-05  8:09 ` [Bug libstdc++/12179] " peturr02 at ru dot is
2003-09-05  8:11 ` peturr02 at ru dot is
2003-09-05 14:50 ` [Bug libstdc++/12179] [3.4 Regression] Static link failure: cannot find -lstdc++ when --enable-version-specific-runtime-libs pinskia at gcc dot gnu dot org
2003-09-27 20:26 ` [Bug bootstrap/12179] [3.4 Regression] --enable-version-specific-runtime-libs put files in the wrong place pinskia at gcc dot gnu dot org
2003-10-18  7:25 ` pinskia at gcc dot gnu dot org
2003-11-10  8:03 ` pinskia at gcc dot gnu dot org
2003-11-10 13:36 ` v dot haisman at sh dot cvut dot cz
2003-11-10 16:42 ` pinskia at gcc dot gnu dot org
2004-01-10 23:20 ` neroden at gcc dot gnu dot org
2004-01-13 12:23 ` v dot haisman at sh dot cvut dot cz
2004-01-15 18:42 ` mrdizzy38 at hotmail dot com
2004-01-15 18:56 ` giovannibajo at libero dot it
2004-01-15 19:00 ` giovannibajo at libero dot it
2004-01-15 20:52 ` geoffk at gcc dot gnu dot org
2004-01-17  8:46 ` [Bug bootstrap/12179] [3.4/3.5 " dhazeghi at yahoo dot com
2004-01-17 10:30 ` v dot haisman at sh dot cvut dot cz
2004-01-17 11:53 ` v dot haisman at sh dot cvut dot cz
2004-01-21 18:08 ` dhazeghi at yahoo dot com
2004-01-21 18:12 ` pinskia at gcc dot gnu dot org
2004-02-04 22:33 ` pinskia at gcc dot gnu dot org
2004-02-05 23:20 ` cvs-commit at gcc dot gnu dot org
2004-02-05 23:20 ` geoffk at gcc dot gnu dot org
2004-02-08  1:37 ` cvs-commit 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).