Lines Matching refs:CC
12 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
14 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
17 # Incorrect settings of CC or CFLAGS may prevent creating a shared library.
18 # If you have problems, try without defining CC and CFLAGS before reporting
33 old_cc="$CC"
62 test -z "$CC" && echo Checking for gcc...
63 cc=${CC-gcc}
71 CC="$cc"
80 CC=${CC-cc}
129 if test "`($CC -c $SFLAGS $test.c) 2>&1`" = "" &&
133 echo Building shared library $SHAREDLIB.$VER with $CC.
138 echo 'No shared library suppport; try without defining CC and CFLAGS'
143 LDSHARED="$CC"
144 echo Building static library $LIBS version $VER with $CC.
151 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
162 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
177 if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
184 CPP=${CPP-"$CC -E"}
199 /^CC *=/s%=.*%=$CC%