From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Bailey To: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org Subject: c++/3389: gcc-3.0 doesn't build shared C++ library on i386-pc-gnu Date: Sat, 23 Jun 2001 12:36:00 -0000 Message-id: <200106231928.f5NJS1rE003718@oasis.zugzug.com> X-SW-Source: 2001-06/msg01022.html List-Id: >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: