On 08/28/2010 05:43 AM, Gerald Hansford wrote: > Hello. I am attempting to cross compile pixman from a Mac for iOS > (specifically the iPhone) and having no luck. Is this a path that pixman > supports? I'm trying the normal ./configure --host=arm-apple-darwin kinds of > things, and was experimenting with the script available here: > http://www.jlongster.com/software/iphone/configure-iphone/ but with no luck. > Does anyone have any advice on this?
if you have the Xcode provided gcc you have to specify the arch in the CFLAGS and everything should work by itself. if you have a custom-built toolchain using the triplet then you can use the host param. lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
