• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/

Lines Matching refs:configure

2 # configure script for zlib.
4 # Normally configure builds both a static and a shared library.
5 # If you want to build just a static library, use: ./configure --static
8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
16 # start off configure.log
17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
85 echo 'usage:' | tee -a configure.log
86 echo ' configure [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
87 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
88 echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
107 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
108 --localstatedir=*) echo "ignored option: --localstatedir" | tee -a configure.log; shift ;;
109 *) echo "unknown option: $1"; echo "$0 --help for help" | tee -a configure.log; exit 1 ;;
120 echo === $test.c === >> configure.log
121 cat $test.c >> configure.log
122 echo === >> configure.log;;
124 echo $* >> configure.log
134 test "`( $* ) 2>&1 | tee -a configure.log`" = ""
136 echo - using any output from compiler to indicate an error >> configure.log
141 ( $* ) >> configure.log 2>&1
144 echo "(exit code "$ret")" >> configure.log
155 printf %s "$got" >> configure.log
162 echo >> configure.log
170 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
173 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
183 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then
184 echo ... using gcc >> configure.log
210 echo "Please use win32/Makefile.gcc instead." | tee -a configure.log
242 echo ... using $CC >> configure.log
335 echo >> configure.log
339 echo Checking for shared library support... | tee -a configure.log
343 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
345 echo No shared library support. | tee -a configure.log
348 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
359 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
365 echo >> configure.log
371 echo >> configure.log
373 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
375 echo Checking for underline in external names... No. | tee -a configure.log
377 echo Checking for underline in external names... Yes. | tee -a configure.log
381 echo >> configure.log
393 echo "Checking for off64_t... Yes." | tee -a configure.log
394 echo "Checking for fseeko... Yes." | tee -a configure.log
396 echo "Checking for off64_t... No." | tee -a configure.log
397 echo >> configure.log
406 echo "Checking for fseeko... Yes." | tee -a configure.log
410 echo "Checking for fseeko... No." | tee -a configure.log
414 echo >> configure.log
423 echo "Checking for strerror... Yes." | tee -a configure.log
427 echo "Checking for strerror... No." | tee -a configure.log
433 echo >> configure.log
443 echo "Checking for unistd.h... Yes." | tee -a configure.log
445 echo "Checking for unistd.h... No." | tee -a configure.log
448 echo >> configure.log
458 echo "Checking for stdarg.h... Yes." | tee -a configure.log
460 echo "Checking for stdarg.h... No." | tee -a configure.log
467 echo >> configure.log
468 echo "Using z_ prefix on all symbols." | tee -a configure.log
490 echo >> configure.log
509 echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()." | tee -a configure.log
511 echo >> configure.log
530 echo "Checking for vsnprintf() in stdio.h... Yes." | tee -a configure.log
532 echo >> configure.log
553 echo "Checking for return value of vsnprintf()... Yes." | tee -a configure.log
557 echo "Checking for return value of vsnprintf()... No." | tee -a configure.log
558 echo " WARNING: apparently vsnprintf() does not return a value. zlib" | tee -a configure.log
559 echo " can build but will be open to possible string-format security" | tee -a configure.log
560 echo " vulnerabilities." | tee -a configure.log
565 echo "Checking for vsnprintf() in stdio.h... No." | tee -a configure.log
566 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log
567 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
568 echo " vulnerabilities." | tee -a configure.log
570 echo >> configure.log
591 echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log
595 echo "Checking for return value of vsprintf()... No." | tee -a configure.log
596 echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log
597 echo " can build but will be open to possible string-format security" | tee -a configure.log
598 echo " vulnerabilities." | tee -a configure.log
602 echo "Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf()." | tee -a configure.log
604 echo >> configure.log
620 echo "Checking for snprintf() in stdio.h... Yes." | tee -a configure.log
622 echo >> configure.log
637 echo "Checking for return value of snprintf()... Yes." | tee -a configure.log
641 echo "Checking for return value of snprintf()... No." | tee -a configure.log
642 echo " WARNING: apparently snprintf() does not return a value. zlib" | tee -a configure.log
643 echo " can build but will be open to possible string-format security" | tee -a configure.log
644 echo " vulnerabilities." | tee -a configure.log
649 echo "Checking for snprintf() in stdio.h... No." | tee -a configure.log
650 echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" | tee -a configure.log
651 echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log
652 echo " vulnerabilities." | tee -a configure.log
654 echo >> configure.log
669 echo "Checking for return value of sprintf()... Yes." | tee -a configure.log
673 echo "Checking for return value of sprintf()... No." | tee -a configure.log
674 echo " WARNING: apparently sprintf() does not return a value. zlib" | tee -a configure.log
675 echo " can build but will be open to possible string-format security" | tee -a configure.log
676 echo " vulnerabilities." | tee -a configure.log
683 echo >> configure.log
695 echo "Checking for attribute(visibility) support... Yes." | tee -a configure.log
697 echo "Checking for attribute(visibility) support... No." | tee -a configure.log
701 echo >> configure.log
720 sed < zconf.h "/#define Z_U4/s/\/\* \.\/configure may/#define Z_U4 $Z_U4 \/* .\/configure put the/" > zconf.temp.h
722 echo "Looking for a four-byte integer type... Found." | tee -a configure.log
724 echo "Looking for a four-byte integer type... Not found." | tee -a configure.log
731 echo >> configure.log
732 echo ALL = $ALL >> configure.log
733 echo AR = $AR >> configure.log
734 echo ARFLAGS = $ARFLAGS >> configure.log
735 echo CC = $CC >> configure.log
736 echo CFLAGS = $CFLAGS >> configure.log
737 echo CPP = $CPP >> configure.log
738 echo EXE = $EXE >> configure.log
739 echo LDCONFIG = $LDCONFIG >> configure.log
740 echo LDFLAGS = $LDFLAGS >> configure.log
741 echo LDSHARED = $LDSHARED >> configure.log
742 echo LDSHAREDLIBC = $LDSHAREDLIBC >> configure.log
743 echo OBJC = $OBJC >> configure.log
744 echo PIC_OBJC = $PIC_OBJC >> configure.log
745 echo RANLIB = $RANLIB >> configure.log
746 echo SFLAGS = $SFLAGS >> configure.log
747 echo SHAREDLIB = $SHAREDLIB >> configure.log
748 echo SHAREDLIBM = $SHAREDLIBM >> configure.log
749 echo SHAREDLIBV = $SHAREDLIBV >> configure.log
750 echo STATICLIB = $STATICLIB >> configure.log
751 echo TEST = $TEST >> configure.log
752 echo VER = $VER >> configure.log
753 echo Z_U4 = $Z_U4 >> configure.log
754 echo exec_prefix = $exec_prefix >> configure.log
755 echo includedir = $includedir >> configure.log
756 echo libdir = $libdir >> configure.log
757 echo mandir = $mandir >> configure.log
758 echo prefix = $prefix >> configure.log
759 echo sharedlibdir = $sharedlibdir >> configure.log
760 echo uname = $uname >> configure.log
761 echo -------------------- >> configure.log
762 echo >> configure.log
763 echo >> configure.log
765 # udpate Makefile with the configure results
795 # create zlib.pc with the configure results