export CC="icc" export CXX="icc -cxxlib-gcc" export CFLAGS="-O0 -Wcheck" export CXXFLAGS="-O0 -Wcheck" export CPATH="$CPATH:/usr/local/include" export DISTCC_HOSTS="localhost" ./configure --prefix=/usr --disable-static #export DISTCC_HOSTS="localhost tux" #export CC="distcc icc" #export CXX="distcc icc -cxxlib-gcc" #time make -j 2 time make