Introduction: GD is an open source code library for the dynamic creation of images by programmers. Website: http://www.boutell.com/gd/ Requirements: NA Configure and Compile Options: Compiler: Sun Studio 11 64-bits Components CC = "/opt/SUNWspro/bin/cc -xtarget=opteron -xarch=amd64" F77 = "/opt/SUNWspro/bin/f77 -xtarget=opteron -xarch=amd64" CFLAGS = "-fast -xtarget=opteron -xarch=amd64" FFLAGS = "-fast -xtarget=opteron -xarch=amd64" ./configure --prefix=/usr/local/gd-2.0.33 \ --bindir=/usr/local/gd-2.0.33/bin/amd64 \ --libdir=/usr/local/gd-2.0.33/lib/amd64 \ --with-x --without-freetype --with-png \ --with-fontconfig --with-jpeg --with-xpm 32-bits Components CC = "/opt/SUNWspro/bin/cc -xtarget=opteron" F77 = "/opt/SUNWspro/bin/f77 -xtarget=opteron" CFLAGS = "-fast -xtarget=opteron" FFLAGS = "-fast -xtarget=opteron" ./configure --prefix=/usr/local/gd-2.0.33 \ --bindir=/usr/local/gd-2.0.33/bin/i86 \ --libdir=/usr/local/gd-2.0.33/lib \ --with-x --without-freetype --with-png \ --with-fontconfig --with-jpeg --with-xpm