export CC="gcc" export CXX="g++" export CFLAGS="-Wall" export CXXFLAGS="-Wall" # debugging # export CFLAGS="-Wall -g -ggdb" # export CXXFLAGS="-Wall -g -ggdb" # paths export CPATH="$CPATH:$QTDIR/include:/usr/local/include" export KDEDIR=/opt/kde3 export QTDIR=/usr/lib/qt3 ./configure --prefix=/opt/kde3 --disable-static time make #time make -j 2