Annotation of embedaddon/thttpd/config.log, revision 1.1

1.1     ! misho       1: This file contains any messages produced by compilers while
        !             2: running configure, to aid debugging if configure makes a mistake.
        !             3: 
        !             4: configure:573: checking host system type
        !             5: configure:594: checking target system type
        !             6: configure:612: checking build system type
        !             7: configure:638: checking for gcc
        !             8: configure:751: checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing ) works
        !             9: configure:767: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c  1>&5
        !            10: configure:793: checking whether the C compiler (cc -O2 -pipe -fno-strict-aliasing ) is a cross-compiler
        !            11: configure:798: checking whether we are using GNU C
        !            12: configure:807: cc -E conftest.c
        !            13: configure:826: checking whether cc accepts -g
        !            14: configure:861: checking gcc version
        !            15: configure:879: checking how to link static binaries
        !            16: configure:910: checking for __progname
        !            17: configure:923: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c  1>&5
        !            18: configure:946: checking how to run the C preprocessor
        !            19: configure:1029: checking for fcntl.h
        !            20: configure:1039: cpp  conftest.c >/dev/null 2>conftest.out
        !            21: configure:1029: checking for grp.h
        !            22: configure:1039: cpp  conftest.c >/dev/null 2>conftest.out
        !            23: configure:1029: checking for memory.h
        !            24: configure:1039: cpp  conftest.c >/dev/null 2>conftest.out
        !            25: configure:1029: checking for paths.h
        !            26: configure:1039: cpp  conftest.c >/dev/null 2>conftest.out
        !            27: configure:1029: checking for poll.h
        !            28: configure:1039: cpp  conftest.c >/dev/null 2>conftest.out
        !            29: configure:1029: checking for sys/poll.h
        !            30: configure:1039: cpp  conftest.c >/dev/null 2>conftest.out
        !            31: configure:1029: checking for sys/devpoll.h
        !            32: configure:1039: cpp  conftest.c >/dev/null 2>conftest.out
        !            33: configure:1035:25: error: sys/devpoll.h: No such file or directory
        !            34: configure: failed program was:
        !            35: #line 1034 "configure"
        !            36: #include "confdefs.h"
        !            37: #include <sys/devpoll.h>
        !            38: configure:1029: checking for sys/event.h
        !            39: configure:1039: cpp  conftest.c >/dev/null 2>conftest.out
        !            40: configure:1029: checking for osreldate.h
        !            41: configure:1039: cpp  conftest.c >/dev/null 2>conftest.out
        !            42: configure:1066: checking whether time.h and sys/time.h may both be included
        !            43: configure:1080: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c 1>&5
        !            44: configure:1105: checking for dirent.h that defines DIR
        !            45: configure:1118: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c 1>&5
        !            46: configure:1143: checking for opendir in -ldir
        !            47: configure:1162: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -ldir   1>&5
        !            48: /usr/bin/ld: cannot find -ldir
        !            49: configure: failed program was:
        !            50: #line 1151 "configure"
        !            51: #include "confdefs.h"
        !            52: /* Override any gcc2 internal prototype to avoid an error.  */
        !            53: /* We use char because int might match the return type of a gcc2
        !            54:     builtin and then its argument prototype would still apply.  */
        !            55: char opendir();
        !            56: 
        !            57: int main() {
        !            58: opendir()
        !            59: ; return 0; }
        !            60: configure:1228: checking for /usr/local/v6/lib
        !            61: configure:1238: checking for gethostbyname
        !            62: configure:1266: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c  1>&5
        !            63: configure:1451: checking for socket
        !            64: configure:1479: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c  1>&5
        !            65: configure:1580: checking for main in -linet6
        !            66: configure:1595: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -linet6   1>&5
        !            67: /usr/bin/ld: cannot find -linet6
        !            68: configure: failed program was:
        !            69: #line 1588 "configure"
        !            70: #include "confdefs.h"
        !            71: 
        !            72: int main() {
        !            73: main()
        !            74: ; return 0; }
        !            75: configure:1624: checking for crypt
        !            76: configure:1652: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c  1>&5
        !            77: /var/tmp//cc04LmCm.o: In function `main':
        !            78: conftest.c:(.text+0x12): undefined reference to `crypt'
        !            79: configure: failed program was:
        !            80: #line 1629 "configure"
        !            81: #include "confdefs.h"
        !            82: /* System header to define __stub macros and hopefully few prototypes,
        !            83:     which can conflict with char crypt(); below.  */
        !            84: #include <assert.h>
        !            85: /* Override any gcc2 internal prototype to avoid an error.  */
        !            86: /* We use char because int might match the return type of a gcc2
        !            87:     builtin and then its argument prototype would still apply.  */
        !            88: char crypt();
        !            89: 
        !            90: int main() {
        !            91: 
        !            92: /* The GNU C library defines this for functions which it implements
        !            93:     to always fail with ENOSYS.  Some functions are actually named
        !            94:     something starting with __ and the normal name is an alias.  */
        !            95: #if defined (__stub_crypt) || defined (__stub___crypt)
        !            96: choke me
        !            97: #else
        !            98: crypt();
        !            99: #endif
        !           100: 
        !           101: ; return 0; }
        !           102: configure:1670: checking for crypt in -lcrypt
        !           103: configure:1689: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt   1>&5
        !           104: configure:1719: checking for hstrerror
        !           105: configure:1747: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           106: configure:1810: checking for strerror
        !           107: configure:1838: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           108: configure:1867: checking for waitpid
        !           109: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           110: configure:1867: checking for vsnprintf
        !           111: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           112: configure:1879: warning: conflicting types for built-in function 'vsnprintf'
        !           113: configure:1867: checking for daemon
        !           114: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           115: configure:1867: checking for setsid
        !           116: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           117: configure:1867: checking for setlogin
        !           118: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           119: configure:1867: checking for getaddrinfo
        !           120: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           121: configure:1867: checking for getnameinfo
        !           122: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           123: configure:1867: checking for gai_strerror
        !           124: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           125: configure:1867: checking for kqueue
        !           126: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           127: configure:1867: checking for sigset
        !           128: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           129: configure:1867: checking for atoll
        !           130: configure:1895: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           131: configure:1923: checking for unistd.h
        !           132: configure:1933: cpp  conftest.c >/dev/null 2>conftest.out
        !           133: configure:1962: checking for getpagesize
        !           134: configure:1990: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           135: configure:2015: checking for working mmap
        !           136: configure:2163: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           137: configure:2094: warning: conflicting types for built-in function 'malloc'
        !           138: configure: In function 'main':
        !           139: configure:2111: warning: incompatible implicit declaration of built-in function 'exit'
        !           140: configure:2248: checking for select
        !           141: configure:2276: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           142: configure:2248: checking for poll
        !           143: configure:2276: cc -o conftest -O2 -pipe -fno-strict-aliasing   conftest.c -lcrypt  1>&5
        !           144: configure:2304: checking if struct tm has tm_gmtoff member
        !           145: configure:2318: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c 1>&5
        !           146: configure:2338: checking if int64_t exists
        !           147: configure:2351: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c 1>&5
        !           148: configure:2371: checking if socklen_t exists
        !           149: configure:2385: cc -c -O2 -pipe -fno-strict-aliasing  conftest.c 1>&5
        !           150: configure:2406: checking whether make sets ${MAKE}
        !           151: configure:2444: checking for a BSD compatible install

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>