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)
|