Ubuntu Pastebin

Paste from Browncodes at Wed, 13 May 2015 17:54:41 +0000

Download as text
1
2
3
4
5
6
#command I'm running in a bash script 
gcc-4.0 -I${CSMITH_PATH}/runtime -O -w test.c -o /dev/null;
  
#errors resulting
gcc-opt: Failed to open /CurrentlyBuilding
ccache: FATAL: /usr/bin/gcc-4.0.gcc-opt: execv returned (No such file or directory)
Download as text