export CFLAGS="-g -O3"
export FFLAGS="-g -O3"
export CXXFLAGS="-g -O3"
aclocal
automake -a
autoconf
./configure --prefix=/opt/yoda --with-log4cxx=/opt/log4cxx 
make