Simulator

When I compile a library, I do the following steps:
  1. Extracts sources
  2. Try to use 'configure'. When it is ok, I build to files
    1. configure_environ : environment needed for configure/make
    2. configure_line : configure options
When the libraries are created, you can use the script 'build-iphone-lipo-archive.sh' to create an archive for both simulator and device. Check usefull scripts for more information.




Thanks to linux shell commands, I can paste here theses files:

./curl-7.19.5/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --enable-shared=no --with-gnutls=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --with-ssl=no --with-libssh2=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim

./gnupg-1.4.9/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim

./gnutls-2.6.6/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/ --enable-shared=no --with-libgcrypt-prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim

./gsl-1.9/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --enable-shared=no

./ImageMagick-6.5.4-3/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --without-x --without-gs-font-dir--without-perl--without-zlib --disable-largefile --without-bzlib --without-djvu --without-fpx --without-rsvg --without-openexr --without-gslib--without-gvc --without-wmf --enable-shared=no --with-modules=no CPPFLAGS="$CPPFLAGS -I/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/include" LDFLAGS="$LDFLAGS -L/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/lib" --without-png --without-zlib --without-freetype


./jasper-1.900.1/configure_line
./configure --host=arm-apple-darwin9 --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --enable-shared=no

./jpeg-7/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --enable-shared=no

./libgcrypt-1.4.4/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --enable-shared=no --with-gpg-error-prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim

./libgpg-error-1.7/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/ --enable-shared=no

./libmicrohttpd-0.3.0/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --enable-shared=no --with-libcurl=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim

./libpng-1.2.38/configure_line
./configure --host=arm-apple-darwin9 --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --enable-shared=no

./libssh2-1.1/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/ --with-libgcrypt-prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/

./libtasn1-2.2/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/ --enable-shared=no

./tiff-3.8.2/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --enable-shared=no --with-x=no --with-jpeg-lib-dir=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/lib --with-jpeg-include-dir=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/include

./zbar-0.8/configure_environ
export MAGICK_CFLAGS=-I/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/include/ImageMagick/
export MAGICK_LIBS=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim/lib/libMagick++.la

./zbar-0.8/configure_line
./configure --prefix=/Users/olivier/Documents/IphoneDevProjects/3rdParty/iphone-sim --disable-video --enable-shared=no --without-qt --without-python --without-gtk --without-xv --without-xshm --with-x=no