Lines Matching refs:log
16 # start off configure.log
17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
56 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
61 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
67 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
103 echo "** $0 aborting." | tee -a configure.log
106 echo -------------------- >> configure.log
107 echo >> configure.log
108 echo >> configure.log
117 echo 'usage:' | tee -a configure.log
118 echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
119 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
120 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
139 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
140 --localstatedir=*) echo "ignored option: --localstatedir" | tee -a configure.log; shift ;;
148 echo "unknown option: $1" | tee -a configure.log
149 echo "$0 --help for help" | tee -a configure.log
157 # put arguments in log, also put test file in log if used in arguments
162 echo === $test.c === >> configure.log
163 cat $test.c >> configure.log
164 echo === >> configure.log;;
166 echo $* >> configure.log
176 echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
196 if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
197 echo ... using gcc >> configure.log
243 echo "If this doesn't work for you, try win32/Makefile.gcc." | tee -a configure.log
283 echo ... using $CC >> configure.log
379 echo >> configure.log
390 test "`( $* ) 2>&1 | tee -a configure.log`" = ""
392 echo - using any output from compiler to indicate an error >> configure.log
400 printf "%s\n" "$got" >> configure.log
403 echo "(exit code "$ret")" >> configure.log
415 printf "%s\n" "$got" >> configure.log
418 echo "(exit code "$ret")" >> configure.log
427 echo "Checking for obsessive-compulsive compiler options..." >> configure.log
431 echo "Compiler error reporting is too harsh for $0 (perhaps remove -Werror)." | tee -a configure.log
435 echo >> configure.log
443 echo Checking for shared library support... | tee -a configure.log
447 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
449 echo No shared library support. | tee -a configure.log
452 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
463 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
469 echo >> configure.log
478 echo "Checking for size_t... Yes." | tee -a configure.log
480 echo "Checking for size_t... No." | tee -a configure.log
487 echo "Checking for long long... Yes." | tee -a configure.log
498 echo "Checking for long long... No." | tee -a configure.log
510 echo "Checking for a pointer-size integer type..." $sizet"." | tee -a configure.log
514 echo "Checking for a pointer-size integer type... not found." | tee -a configure.log
518 echo >> configure.log
530 echo "Checking for off64_t... Yes." | tee -a configure.log
531 echo "Checking for fseeko... Yes." | tee -a configure.log
533 echo "Checking for off64_t... No." | tee -a configure.log
534 echo >> configure.log
543 echo "Checking for fseeko... Yes." | tee -a configure.log
547 echo "Checking for fseeko... No." | tee -a configure.log
551 echo >> configure.log
560 echo "Checking for strerror... Yes." | tee -a configure.log
564 echo "Checking for strerror... No." | tee -a configure.log
570 echo >> configure.log
580 echo "Checking for unistd.h... Yes." | tee -a configure.log
582 echo "Checking for unistd.h... No." | tee -a configure.log
585 echo >> configure.log
595 echo "Checking for stdarg.h... Yes." | tee -a configure.log
597 echo "Checking for stdarg.h... No." | tee -a configure.log
604 echo >> configure.log
605 echo "Using z_ prefix on all symbols." | tee -a configure.log
627 echo >> configure.log
646 echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()." | tee -a configure.log
648 echo >> configure.log
667 echo "Checking for vsnprintf() in stdio.h... Yes." | tee -a configure.log
669 echo >> configure.log
690 echo "Checking for return value of vsnprintf()... Yes." | tee -a configure.log
694 echo "Checking for return value of vsnprintf()... No." | tee -a configure.log
695 echo " WARNING: apparently vsnprintf() does not return a value. zlib" | tee -a configure.log
696 echo " can build but will be open to possible string-format security" | tee -a configure.log
697 echo " vulnerabilities." | tee -a configure.log
702 echo "Checking for vsnprintf() in stdio.h... No." | tee -a configure.log
703 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
704 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
705 echo " vulnerabilities." | tee -a configure.log
707 echo >> configure.log
728 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log
732 echo "Checking for return value of vsprintf()... No." | tee -a configure.log
733 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
734 echo " can build but will be open to possible string-format security" | tee -a configure.log
735 echo " vulnerabilities." | tee -a configure.log
739 echo "Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf()." | tee -a configure.log
741 echo >> configure.log
757 echo "Checking for snprintf() in stdio.h... Yes." | tee -a configure.log
759 echo >> configure.log
774 echo "Checking for return value of snprintf()... Yes." | tee -a configure.log
778 echo "Checking for return value of snprintf()... No." | tee -a configure.log
779 echo " WARNING: apparently snprintf() does not return a value. zlib" | tee -a configure.log
780 echo " can build but will be open to possible string-format security" | tee -a configure.log
781 echo " vulnerabilities." | tee -a configure.log
786 echo "Checking for snprintf() in stdio.h... No." | tee -a configure.log
787 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" | tee -a configure.log
788 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
789 echo " vulnerabilities." | tee -a configure.log
791 echo >> configure.log
806 echo "Checking for return value of sprintf()... Yes." | tee -a configure.log
810 echo "Checking for return value of sprintf()... No." | tee -a configure.log
811 echo " WARNING: apparently sprintf() does not return a value. zlib" | tee -a configure.log
812 echo " can build but will be open to possible string-format security" | tee -a configure.log
813 echo " vulnerabilities." | tee -a configure.log
820 echo >> configure.log
832 echo "Checking for attribute(visibility) support... Yes." | tee -a configure.log
834 echo "Checking for attribute(visibility) support... No." | tee -a configure.log
838 # show the results in the log
839 echo >> configure.log
840 echo ALL = $ALL >> configure.log
841 echo AR = $AR >> configure.log
842 echo ARFLAGS = $ARFLAGS >> configure.log
843 echo CC = $CC >> configure.log
844 echo CFLAGS = $CFLAGS >> configure.log
845 echo CPP = $CPP >> configure.log
846 echo EXE = $EXE >> configure.log
847 echo LDCONFIG = $LDCONFIG >> configure.log
848 echo LDFLAGS = $LDFLAGS >> configure.log
849 echo LDSHARED = $LDSHARED >> configure.log
850 echo LDSHAREDLIBC = $LDSHAREDLIBC >> configure.log
851 echo OBJC = $OBJC >> configure.log
852 echo PIC_OBJC = $PIC_OBJC >> configure.log
853 echo RANLIB = $RANLIB >> configure.log
854 echo SFLAGS = $SFLAGS >> configure.log
855 echo SHAREDLIB = $SHAREDLIB >> configure.log
856 echo SHAREDLIBM = $SHAREDLIBM >> configure.log
857 echo SHAREDLIBV = $SHAREDLIBV >> configure.log
858 echo STATICLIB = $STATICLIB >> configure.log
859 echo TEST = $TEST >> configure.log
860 echo VER = $VER >> configure.log
861 echo SRCDIR = $SRCDIR >> configure.log
862 echo exec_prefix = $exec_prefix >> configure.log
863 echo includedir = $includedir >> configure.log
864 echo libdir = $libdir >> configure.log
865 echo mandir = $mandir >> configure.log
866 echo prefix = $prefix >> configure.log
867 echo sharedlibdir = $sharedlibdir >> configure.log
868 echo uname = $uname >> configure.log