Wednesday, June 27, 2007

[Work] Mac OS problem (gcc 4)

There is a lazy pointer problem with the Tiger release of Mac OS (gcc 4):
dyld: lazy symbol binding failed: lazy pointer not found
dyld: lazy pointer not found
Trace/BPT trap

Workaround 1

Edit the makefile in order to remove the g++ -s option (strip), and recompile.

No comments: