export CC="gcc" export CXX="g++" export CFLAGS="-Wall" export CXXFLAGS="-Wall -Wno-deprecated" export CPATH="$CPATH:/usr/local/include" ./configure --prefix=/usr --disable-static time make #time make -j 2