On Sep 5, 2014, at 4:54 PM, René J.V. Bertin <[email protected]> wrote:

> So that leaves macports-gcc-4.8 and higher ... I wonder if some of the 
> crashes I've seen are due to using an outdated C++ runtime;

Judging from your comments, your crashes are probably caused because you're 
mixing up C++ runtime libraries. Binaries compiled with MacPorts' gcc48 use 
libgcc's libraries. Binaries compiled with Xcode's compiler will use the system 
libraries. If these binaries try to exchange objects in any fashion, you'll 
have trouble.

vq
_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to