Lines Matching refs:try
13 # If you have problems, try without defining CC and CFLAGS before reporting
243 echo "If this doesn't work for you, try win32/Makefile.gcc." | tee -a configure.log
387 try()
394 try()
428 if try $CC -c $CFLAGS $test.c; then
445 if try $CC -c $SFLAGS $test.c &&
446 try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then
452 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
477 if try $CC -c $CFLAGS $test.c; then
486 if try $CC -c $CFLAGS $test.c; then
508 if try $CC $CFLAGS -o $test $test.c; then
525 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then
542 if try $CC $CFLAGS -o $test $test.c; then
559 if try $CC $CFLAGS -o $test $test.c; then
577 if try $CC -c $CFLAGS $test.c; then
592 if try $CC -c $CFLAGS $test.c; then
645 if try $CC -c $CFLAGS $test.c; then
666 if try $CC $CFLAGS -o $test $test.c; then
689 if try $CC -c $CFLAGS $test.c; then
727 if try $CC -c $CFLAGS $test.c; then
756 if try $CC $CFLAGS -o $test $test.c; then
773 if try $CC -c $CFLAGS $test.c; then
805 if try $CC -c $CFLAGS $test.c; then