The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3694 ====================================================================== Reported By: kamilradz Assigned To: dam ====================================================================== Project: gcc4g++rt Issue ID: 3694 Category: regular use Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-05-29 10:20 CEST Last Modified: 2014-03-12 10:46 CET ====================================================================== Summary: libstdc++.so.6.0.10 doesn't see libgcc_s.so.1 Description: /opt/csw/gcc4/lib/libstdc++.so.6.0.10 looks for libgcc_s.so.1 dependency in system runtime linking environment, instead of linking to /opt/csw/gcc4/lib/libgcc_s.so.1
====================================================================== ---------------------------------------------------------------------- (0010766) dam (administrator) - 2014-03-12 10:46 https://www.opencsw.org/mantis/view.php?id=3694#c10766 ---------------------------------------------------------------------- The library has been relocated and the issue is fixed in the current release: unstable10x% ldd /opt/csw/lib/libstdc++.so.6.0.18 libm.so.2 => /lib/libm.so.2 libc.so.1 => /lib/libc.so.1 libgcc_s.so.1 => /opt/csw/lib/i386/libgcc_s.so.1 unstable10x% pkginfo -x CSWlibstdc++6 CSWlibstdc++6 libstdc++6 - The GNU Compiler Collection, libstdc++.so.6 (i386) 4.8.2,REV=2013.11.08
