From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7013 invoked by alias); 16 Jan 2004 14:55:42 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 7006 invoked by uid 48); 16 Jan 2004 14:55:40 -0000 Date: Fri, 16 Jan 2004 14:55:00 -0000 From: "kunert at physik dot tu-dresden dot de" To: gcc-bugs@gcc.gnu.org Message-ID: <20040116145520.13707.kunert@physik.tu-dresden.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/13707] New: libstdc++.a goes to the wrong directory X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg01864.txt.bz2 List-Id: During installation, everything goes to version specific directories. Except libstdc++.a, which goes to /opt/lib overwriting any former library of the same name. Of course one can work around that problem by copying that file next to libgcc.a or fiddling with the configure options, but it is annoying to recompile GCC 3.2 just because its libstdc++.a got overwritten. Reading specs from /opt/lib/gcc/i686-pc-linux-gnu/3.4.0/specs Configured with: ../configure --enable-shared --program-suffix=34 --disable-checking --with-arch=pentiumpro --prefix=/opt --enable-languages=c,c++,f77 --enable-__cxa_atexit Thread model: posix gcc version 3.4.0 20040116 (experimental) -- Summary: libstdc++.a goes to the wrong directory Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kunert at physik dot tu-dresden dot de CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13707