[cairo] i386

Ryan Schmidt cairo-2012b at ryandesign.com
Sat Dec 22 18:38:49 PST 2012


On Dec 21, 2012, at 07:49, Oli Larkin wrote:

> thanks ryan. that worked

Just to clarify.... did this work:

CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch i386" ./configure

Or did you try building for multiple architectures simultaneously:

CFLAGS="-arch i386 -arch x86_64" CXXFLAGS="-arch i386 -arch x86_64" LDFLAGS="-arch i386 -arch x86_64" ./configure

If the latter now works, that would be good to know.



More information about the cairo mailing list