#!/bin/ksh
export CC=gcc
./configure
make clean
make
rm *.o
