
11 Sep
2006
11 Sep
'06
7:38 p.m.
An Intel Mac shouldn't be necessary to debug these kinds of issues. All you need is recent developer tools with universal libraries and you'll be able to specify "-arch i386" in compiler and linker flags to produce Intel binaries on a PPC machine.
Are you suggesting to build the (universal)binary on a ppc and use that instead of compiling it on the intel? I kind of dislike it ...