public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/3389: gcc-3.0 doesn't build shared C++ library on i386-pc-gnu
@ 2001-06-26 13:34 aoliva
  0 siblings, 0 replies; 3+ messages in thread
From: aoliva @ 2001-06-26 13:34 UTC (permalink / raw)
  To: aoliva, gcc-bugs, gcc-prs, jbailey, nobody

Synopsis: gcc-3.0 doesn't build shared C++ library on i386-pc-gnu

Responsible-Changed-From-To: unassigned->aoliva
Responsible-Changed-By: aoliva
Responsible-Changed-When: Tue Jun 26 13:34:06 2001
Responsible-Changed-Why:
    Mine
State-Changed-From-To: open->analyzed
State-Changed-By: aoliva
State-Changed-When: Tue Jun 26 13:34:06 2001
State-Changed-Why:
    Please make sure you post this patch to libtool-patches@gnu.org, since this file is just imported from libtool.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3389&database=gcc


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

* Re: c++/3389: gcc-3.0 doesn't build shared C++ library on i386-pc-gnu
@ 2001-10-29  7:58 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-10-29  7:58 UTC (permalink / raw)
  To: aoliva, gcc-bugs, gcc-prs, jbailey

Synopsis: gcc-3.0 doesn't build shared C++ library on i386-pc-gnu

State-Changed-From-To: analyzed->closed
State-Changed-By: rodrigc
State-Changed-When: Mon Oct 29 07:58:24 2001
State-Changed-Why:
    Fixed with in gcc 3.0.2, based on merge of libtool code.
    
    2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
     
            Merged from gcc-3_0-branch:
            2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
            * ltcf-c.sh: Use $objext, not $ac_objext.
            2001-07-27  Mark Kettenis  <kettenis@gnu.org>
            * ltcf-cxx.sh: Add support for GNU.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3389&database=gcc


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

* c++/3389: gcc-3.0 doesn't build shared C++ library on i386-pc-gnu
@ 2001-06-23 12:36 Jeff Bailey
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Bailey @ 2001-06-23 12:36 UTC (permalink / raw)
  To: gcc-gnats, debian-gcc

>Number:         3389
>Category:       c++
>Synopsis:       gcc-3.0 doesn't build shared C++ library on i386-pc-gnu
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jun 23 12:36:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Bailey
>Release:        3.0 20010426 (Debian prerelease) (Debian testing/unstable)
>Organization:
>Environment:

	
host: i386-pc-gnu
build: i386-pc-gnu
target: i386-pc-gnu
configured with: ../src/configure -v --enable-languages=c,c++,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-x --without-included-gettext --disable-checking --with-cpp-install-dir=bin i386-gnu

>Description:
	libstdc++3 doesn't generate shared library.
>How-To-Repeat:
	Consistent in i386-pc-gnu
>Fix:
	The following patch works, although I think perhaps they're supposed
	to be in alphabetical order.

--- ltcf-cxx.old        Wed Jun 20 00:29:07 2001
+++ ltcf-cxx.sh Wed Jun 20 00:29:32 2001
@@ -313,6 +313,8 @@
         ;;
     esac
     ;;
+  gnu*)
+  ;;
   linux*)
     case $cc_basename in
       KCC)
@@ -767,6 +769,8 @@
            ;;
       esac
       ;;
+    gnu*)
+    ;;
     linux*)
       case $cc_basename in
         KCC)
											
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-10-29  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-26 13:34 c++/3389: gcc-3.0 doesn't build shared C++ library on i386-pc-gnu aoliva
  -- strict thread matches above, loose matches on Subject: below --
2001-10-29  7:58 rodrigc
2001-06-23 12:36 Jeff Bailey

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).