This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++.dylib linking problem on Darwin
- From: Geoffrey Keating <geoffk at apple dot com>
- To: Douglas Gregor <doug dot gregor at gmail dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>, gcc at gcc dot gnu dot org
- Date: 12 Apr 2007 15:14:01 -0700
- Subject: Re: libstdc++.dylib linking problem on Darwin
- References: <15E1B0AC-9084-4D25-A8D6-ECFCDF788035@osl.iu.edu>
I would recommend using the system libstdc++ and system libgcc_s
rather than one you build yourself from FSF sources, unless you're
actually developing libstdc++. The FSF libstdc++ is, I believe,
binary incompatible with the system one, and since system libraries
use the system one there is no way to guarantee that you're using the
right one for your code.
That said, though, there's something weird going on in your build that
should probably be tracked down. It didn't happen to me last time I
built...