Re: gcc errors

2006-04-27 Thread Chris Pesarchick
Thanks for your help. That is exactly what was wrong. All I had to do was download xcode 2.2.1 and that installed the universal sdk. -Chris On Apr 27, 2006, at 12:31 PM, Simon Percivall wrote: > It doesn't think you're on an intel box, it thinks you want to compile > universal libraries, sinc

Re: gcc errors

2006-04-27 Thread Simon Percivall
It doesn't think you're on an intel box, it thinks you want to compile universal libraries, since you installed a universal python. The problem is likely to be that you haven't installed SDK's for intel as well as powerpc when you installed Apple's Developer Tools. Do that, and it should work ...