--- vhba-module-1.2.1/kat/kat.org 2009-01-18 00:21:16.000000000 +0100 +++ vhba-module-1.2.1/kat/kat 2010-02-19 17:07:07.608532228 +0100 @@ -13,7 +13,7 @@ fi if [ -z "${CC}" ]; then CC=gcc; fi echo -n "KAT will test if C compiler works..." -echo "main(){}" | ${CC} -x c - -o /dev/null +echo "main(){}" | ${CC} -x c - -o kat.out if [ $? -ne 0 ]; then echo "${CC}" failed echo "Please set CC to working compiler or set it to empty (for default gcc)"