Re: i386
Ryan Schmidt <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
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. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo