Hello - thank you both for your replies. I have tried both of these options:<div><br></div><div>./configure --host=arm-apple-darwin</div><div><br></div><div>which builds, but creates a libpixman-1.a which is for I386, and I have also tried:</div>
<div><br></div><div>./configure --host=arm-apple-darwin CFLAGS=&quot;-arch armv6&quot;</div><meta charset="utf-8"><div><br></div><div>which results in </div><div><br><div>configure: error: in `/Users/gerhans/Downloads/pixman-0.19.2&#39;:</div>
<div>configure: error: C compiler cannot create executables</div><div><br></div><div>I have also tried various permutations of arguments I&#39;ve gleaned from other projects&#39; build instructions, ultimately arriving at this monster (which still fails in the same manner):</div>
<div>./configure --host=arm-apple-darwin CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1 CPP=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1 LD=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1 CFLAGS=&quot;-I/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/gcc/arm-apple-darwin10/4.2.1/include/ -I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk/usr/include -std=c99 -arch armv6 -Diphoneos_version_min=3.2&quot;</div>
<div><br></div><div>I appreciate your time spent looking at this.</div><div><br></div><div><br></div><div><br></div><div class="gmail_quote">On Sat, Aug 28, 2010 at 1:44 PM, Luca Barbato <span dir="ltr">&lt;<a href="mailto:lu_zero@gentoo.org">lu_zero@gentoo.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
</div>if you have the Xcode provided gcc you have to specify the arch in the<br>
CFLAGS and everything should work by itself.<br>
<br>
if you have a custom-built toolchain using the triplet then you can use<br>
the host param.<br>
<br>
lu<br>
<font color="#888888"><br>
--<br>
<br>
Luca Barbato<br>
Gentoo/linux<br>
<a href="http://dev.gentoo.org/~lu_zero" target="_blank">http://dev.gentoo.org/~lu_zero</a><br>
<br>
</font></blockquote></div><br></div>