cd /path/to/extrae tar -xvf 4.0.1.tar.gz cd extrae-4.0.1
./bootstrap
CC=mpicc CXX=mpicxx FC=mpifort ./configure --prefix=/path/to/extrae --with-unwind=/usr --without-dyninst --with-papi=/usr --with-mpi=/path/to/hmpi --with-binutils=/usr --with-boost=/usr --disable-shared
make -j make install