arch=`uname -m`

opts=""
if [ $arch = "x86_64" ] ; then
opts="--enable-pic"
fi

./configure $@ $opts

make clean uninstall all
make install