libstdc++.dylib linking problem on Darwin

Eric Christopher echristo@apple.com
Thu Apr 12 23:44:00 GMT 2007


>
>
> 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...

Here's a patch that fixes it though it doesn't fix the testsuite  
results yet and is likely not quite what Daniel will want...

Dan?

The basic idea is that the darwin code uses slibdir to set the install  
name of the library - including full path. Yes, this is dumb, but it's  
the way that darwin does things at the moment. :(

We're getting slibdir set to null which makes the install name believe  
that it's rooted at /<name> instead of $(slibdir)/<name>.

-eric


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile.in.diff.txt
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20070412/93dc2033/attachment.txt>


More information about the Libstdc++ mailing list