#!/bin/bash #This script invokes configure with sane values export CFLAGS=-O2 export CXXFLAGS="-O2 -fexceptions" ./configure --prefix=/usr --enable-static=no --enable-shared=yes --enable-pic