# Doing this will make gcc use the above directory instead of /tmp for storing its temporary files. And then you don't need space in /tmp to compile.

export TMPDIR=$HOME/.tmp/
mkdir  $HOME/.tmp/


  • No labels
Write a comment…