[gambit-list] Compiling and Using Gambit for/on the iPhone update

Raffael Cavallaro raffaelcavallaro at mac.com
Tue Feb 9 18:24:27 EST 2010


On Feb 9, 2010, at 5:23 PM, James Long wrote:

> The biggest change is that it's much easier to compile Gambit for the
> iPhone now.  I have create a script called `configure-iphone` which
> wraps around "./configure" and sets up all the build options for the
> iPhone appropriately (link with right SDK, cross-compile possibly).
> More information about this script can be found here:
> 
> http://jlongster.com/software/iphone/configure-iphone/

fwiw, the documentation for configure-iphone appears to be incorrect. You need to specify -v before the version. The docs say you can simply call it thus:

configure-iphone 3.1.2 -t os -- --enable-single-host

but this doesn't work. You need something like:

configure-iphone -v 3.1.2 -t os -- --enable-single-host

warmest regards,

Ralph


Raffael Cavallaro
raffaelcavallaro at me.com








More information about the Gambit-list mailing list