From: Charles S. <bas...@ch...> - 2012-06-28 15:10:34
|
On Jun 28, 2012, at 7:42 AM, Alexander von Gluck wrote: > The trick is using an older Xcode (4.0.x) *or* using this: > https://github.com/kennethreitz/osx-gcc-installer Ack, that installer puts stuff not only in /usr/bin, /usr/lib, etc. instead of /usr/local, but it even puts stuff in /System. That is very icky for a third-party installer, and it doesn’t seem to work any better than ‘port install apple-gcc42’ does, having the same problem with abi::__cxa_demangle() not working. Charles |