rm -Rf build mkdir build cd build cmake .. || exit 125 make -j9 || exit 125 ./utils/pdftohtml /tmp/abort_on_dead_object.pdf /tmp/ii || exit 1 exit 0