Compile on Mac OS X 10.4 Intel fails without -devel/-debug
Status: Beta
Brought to you by:
laureck
I'm trying to compile mpgtx from CVS on my Mac Book Pro running XCode
2.4 and Mac OS X 10.4.8.
Without the -devel or -debug flags, you get this when running mpgtx:
dyld: lazy symbol binding failed: lazy pointer not found
dyld: lazy pointer not found
Trace/BPT trap
As I understand it, this is a result of a bug in Xcode 2.4 (gcc4) and OS X
10.4.
Using the -devel flag resolves the issue, but the impact on performance is
unknown.