Compile like so:

./configure && make && su -c "make install"

You may like to try:

CXXFLAGS="-O3" ./configure --enable-final --disable-debug && make && su -c "make install"

But if that doesn't work always, always try the first way before filing
a bug. Thanks!