Lines Matching refs:log

16 echo -------------------- >> configure.log
17 echo $0 $* >> configure.log
18 date >> configure.log
32 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
35 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
40 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
46 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
75 echo 'usage:' | tee -a configure.log
76 echo ' configure [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
77 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
78 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
97 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
98 --localstatedir=*) echo "ignored option: --localstatedir" | tee -a configure.log; shift ;;
99 *) echo "unknown option: $1"; echo "$0 --help for help" | tee -a configure.log; exit 1 ;;
109 echo === $test.c === >> configure.log
110 cat $test.c >> configure.log
111 echo === >> configure.log;;
113 echo $* >> configure.log
123 test "`( $* ) 2>&1 | tee -a configure.log`" = ""
125 echo - using any output from compiler to indicate an error >> configure.log
130 ( $* ) >> configure.log 2>&1
133 echo "(exit code "$ret")" >> configure.log
139 echo >> configure.log
146 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
158 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then
159 echo ... using gcc >> configure.log
185 echo "Please use win32/Makefile.gcc instead." | tee -a configure.log
217 echo ... using $CC >> configure.log
296 echo >> configure.log
299 echo Checking for shared library support... | tee -a configure.log
303 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
305 echo No shared library support. | tee -a configure.log
308 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
319 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
328 echo >> configure.log
330 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
332 echo Checking for underline in external names... No. | tee -a configure.log
334 echo Checking for underline in external names... Yes. | tee -a configure.log
338 echo >> configure.log
349 echo "Checking for off64_t... Yes." | tee -a configure.log
350 echo "Checking for fseeko... Yes." | tee -a configure.log
352 echo "Checking for off64_t... No." | tee -a configure.log
353 echo >> configure.log
362 echo "Checking for fseeko... Yes." | tee -a configure.log
366 echo "Checking for fseeko... No." | tee -a configure.log
372 echo >> configure.log
381 echo "Checking for unistd.h... Yes." | tee -a configure.log
383 echo "Checking for unistd.h... No." | tee -a configure.log
386 echo >> configure.log
395 echo "Checking for stdarg.h... Yes." | tee -a configure.log
397 echo "Checking for stdarg.h... No." | tee -a configure.log
403 echo >> configure.log
404 echo "Using z_ prefix on all symbols." | tee -a configure.log
421 echo >> configure.log
437 echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()." | tee -a configure.log
439 echo >> configure.log
458 echo "Checking for vsnprintf() in stdio.h... Yes." | tee -a configure.log
460 echo >> configure.log
481 echo "Checking for return value of vsnprintf()... Yes." | tee -a configure.log
485 echo "Checking for return value of vsnprintf()... No." | tee -a configure.log
486 echo " WARNING: apparently vsnprintf() does not return a value. zlib" | tee -a configure.log
487 echo " can build but will be open to possible string-format security" | tee -a configure.log
488 echo " vulnerabilities." | tee -a configure.log
493 echo "Checking for vsnprintf() in stdio.h... No." | tee -a configure.log
494 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
495 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
496 echo " vulnerabilities." | tee -a configure.log
498 echo >> configure.log
519 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log
523 echo "Checking for return value of vsprintf()... No." | tee -a configure.log
524 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
525 echo " can build but will be open to possible string-format security" | tee -a configure.log
526 echo " vulnerabilities." | tee -a configure.log
530 echo "Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf()." | tee -a configure.log
532 echo >> configure.log
548 echo "Checking for snprintf() in stdio.h... Yes." | tee -a configure.log
550 echo >> configure.log
565 echo "Checking for return value of snprintf()... Yes." | tee -a configure.log
569 echo "Checking for return value of snprintf()... No." | tee -a configure.log
570 echo " WARNING: apparently snprintf() does not return a value. zlib" | tee -a configure.log
571 echo " can build but will be open to possible string-format security" | tee -a configure.log
572 echo " vulnerabilities." | tee -a configure.log
577 echo "Checking for snprintf() in stdio.h... No." | tee -a configure.log
578 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" | tee -a configure.log
579 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
580 echo " vulnerabilities." | tee -a configure.log
582 echo >> configure.log
597 echo "Checking for return value of sprintf()... Yes." | tee -a configure.log
601 echo "Checking for return value of sprintf()... No." | tee -a configure.log
602 echo " WARNING: apparently sprintf() does not return a value. zlib" | tee -a configure.log
603 echo " can build but will be open to possible string-format security" | tee -a configure.log
604 echo " vulnerabilities." | tee -a configure.log
610 echo >> configure.log
624 echo "Checking for attribute(visibility) support... Yes." | tee -a configure.log
628 echo "Checking for attribute(visibility) support... No." | tee -a configure.log
634 # show the results in the log
635 echo >> configure.log
636 echo ALL = $ALL >> configure.log
637 echo AR = $AR >> configure.log
638 echo ARFLAGS = $ARFLAGS >> configure.log
639 echo CC = $CC >> configure.log
640 echo CFLAGS = $CFLAGS >> configure.log
641 echo CPP = $CPP >> configure.log
642 echo EXE = $EXE >> configure.log
643 echo LDCONFIG = $LDCONFIG >> configure.log
644 echo LDFLAGS = $LDFLAGS >> configure.log
645 echo LDSHARED = $LDSHARED >> configure.log
646 echo LDSHAREDLIBC = $LDSHAREDLIBC >> configure.log
647 echo OBJC = $OBJC >> configure.log
648 echo PIC_OBJC = $PIC_OBJC >> configure.log
649 echo RANLIB = $RANLIB >> configure.log
650 echo SFLAGS = $SFLAGS >> configure.log
651 echo SHAREDLIB = $SHAREDLIB >> configure.log
652 echo SHAREDLIBM = $SHAREDLIBM >> configure.log
653 echo SHAREDLIBV = $SHAREDLIBV >> configure.log
654 echo STATICLIB = $STATICLIB >> configure.log
655 echo TEST = $TEST >> configure.log
656 echo VER = $VER >> configure.log
657 echo exec_prefix = $exec_prefix >> configure.log
658 echo includedir = $includedir >> configure.log
659 echo libdir = $libdir >> configure.log
660 echo mandir = $mandir >> configure.log
661 echo prefix = $prefix >> configure.log
662 echo sharedlibdir = $sharedlibdir >> configure.log
663 echo uname = $uname >> configure.log
664 echo -------------------- >> configure.log
665 echo >> configure.log
666 echo >> configure.log