--- yoda/doit 2005/03/06 04:33:01 4.0 +++ yoda/doit 2005/09/16 12:01:02 5.1 @@ -1,6 +1,8 @@ +export CFLAGS="-g -O3" +export FFLAGS="-g -O3" +export CXXFLAGS="-g -O3" aclocal automake -a autoconf -export CXXFLAGS="-g" -./configure +./configure --prefix=/opt/yoda --with-log4cxx=/opt/log4cxx make