This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/34142] g++ linker looks for /libgcc_s.1.dylib
- From: "fang at csl dot cornell dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Nov 2007 17:26:17 -0000
- Subject: [Bug libstdc++/34142] g++ linker looks for /libgcc_s.1.dylib
- References: <bug-34142-3227@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from fang at csl dot cornell dot edu 2007-11-18 17:26 -------
and otool -L (like ldd) shows this:
$ otool -L /sw/lib/gcc4.3/lib/libstdc++.dylib
/sw/lib/gcc4.3/lib/libstdc++.dylib:
/sw/lib/gcc4.3/lib/libstdc++.6.dylib (compatibility version 7.0.0,
current version 7.10.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.4.1)
/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34142