Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 305893
Collapse All | Expand All

(-)vhba-module-1.2.1/kat/kat.org (-1 / +1 lines)
Lines 13-19 Link Here
13
fi
13
fi
14
if [ -z "${CC}" ]; then CC=gcc; fi
14
if [ -z "${CC}" ]; then CC=gcc; fi
15
echo -n "KAT will test if C compiler works..."
15
echo -n "KAT will test if C compiler works..."
16
echo "main(){}" | ${CC} -x c - -o /dev/null
16
echo "main(){}" | ${CC} -x c - -o kat.out
17
if [ $? -ne 0 ]; then
17
if [ $? -ne 0 ]; then
18
  echo "${CC}" failed
18
  echo "${CC}" failed
19
  echo "Please set CC to working compiler or set it to empty (for default gcc)"
19
  echo "Please set CC to working compiler or set it to empty (for default gcc)"

Return to bug 305893