#!/bin/ksh
export CC=gcc
./configure --prefix=$PWD --disable-libjpeg 
make
make install
