On Tue, Jan 27, 2009 at 12:14 PM, Ruud Klaver <ruud at ag-projects.com> wrote: > This is what I've been doing to make a universal binary on i386 OS X: > > CFLAGS="-arch ppc -arch i386" ./configure > make > > Could you confirm that this works on PPC? Or do you want to compile for 1 > specific architecture only? Unfortunately, I can confirm some problems with such build. One of the users that has a PPC Mac could not register on the server because of auth failure. So coudn't I running that build on an Intel Mac with Rosetta. Alexei