>Submitter-Id: net-debian >Originator: Jeff Bailey >Organization: >Confidential: no >Synopsis: gcc-3.0 doesn't build shared C++ library on i386-pc-gnu >Severity: serious >Priority: medium >Category: c++ >Class: sw-bug >Release: 3.0 20010426 (Debian prerelease) (Debian testing/unstable) >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)