Kyng Chaos
“The beast is actively interested only in now, and, as it is always now and always shall be, there is an eternity of time for the accomplishment of objects.”
- the wisdom of Tarzan
Table of Contents

GIF Build

version: 4.1.6
source: http://sourceforge.net/projects/giflib/

This is a part of my UnixImageIO framework. A script is available to build the framework from sources.

Leopard

in giflib source dir:

export MACOSX_DEPLOYMENT_TARGET=10.5
./configure --disable-static --disable-dependency-tracking --without-x \
CFLAGS="-Os -arch ppc -arch i386 -arch ppc64 -arch x86_64"
make
sudo make install

Tiger

in giflib source dir:

export MACOSX_DEPLOYMENT_TARGET=10.4
./configure --disable-static --disable-dependency-tracking --without-x \
CFLAGS="-Os -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
make
sudo make install

Panther

On Panther and for a generic single-arch build.

in giflib source dir:

./configure --disable-static --disable-dependency-tracking --without-x CFLAGS=-Os
make
sudo make install
macosx/build/giflib.txt (1337 views) · Last modified: 2008/10/18 11:07 by kyngchaos
Copyright © 2004-2009 William Kyngesburye Driven by DokuWiki Recent changes RSS feed