This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/13707] New: libstdc++.a goes to the wrong directory


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]