Will it work when you add "-arch x86_64" to your Makefile (in the "osx" section)? It's likely that you're running Mac OS X on the x86_64 architecture. However, GCC only compiled the source code for PPC and i386. I hope this helps. --Tim