In the libgd source: export MACOSX_DEPLOYMENT_TARGET=10.5 ./configure --mandir=/usr/local/share/man --disable-dependency-tracking \ --without-x --without-xpm --without-fontconfig \ CFLAGS="-Os -arch ppc -arch i386 -arch ppc64 -arch x86_64" make sudo make install If you want Xpm support, you must install X11 and remove --without-xpm from the configure line above. Be aware that it is very likely tha

