This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 141 tasks, 196 threads, 4 processors Load average: 1.06, Mach factor: 2.93 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1411: checking for a BSD-compatible install configure:1465: result: /usr/bin/install -c -o root -g wheel configure:1476: checking whether build environment is sane configure:1519: result: yes configure:1552: checking for gawk configure:1568: found /usr/local/bin/gawk configure:1578: result: gawk configure:1588: checking whether make sets ${MAKE} configure:1608: result: yes configure:1762: checking for i386-unknown-gnu-gcc configure:1788: result: cc configure:2070: checking for C compiler version configure:2073: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2076: $? = 0 configure:2078: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2081: $? = 0 configure:2083: cc -V &5 cc: `-V' option must have argument configure:2086: $? = 1 configure:2112: checking for C compiler default output configure:2115: cc -fno-common conftest.c >&5 configure:2118: $? = 0 configure:2151: result: a.out configure:2156: checking whether the C compiler works configure:2162: ./a.out configure:2165: $? = 0 configure:2180: result: yes configure:2187: checking whether we are cross compiling configure:2189: result: no configure:2192: checking for suffix of executables configure:2194: cc -o conftest -fno-common conftest.c >&5 configure:2197: $? = 0 configure:2219: result: configure:2225: checking for suffix of object files configure:2249: cc -c -fno-common conftest.c >&5 configure:2252: $? = 0 configure:2271: result: configure:2275: checking whether we are using the GNU C compiler configure:2302: cc -c -fno-common conftest.c >&5 configure:2305: $? = 0 configure:2308: test -s conftest. configure:2311: $? = 1 configure: failed program was: #line 2280 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:2323: result: no configure:2329: checking whether cc accepts -g configure:2353: cc -c -g conftest.c >&5 configure:2356: $? = 0 configure:2359: test -s conftest. configure:2362: $? = 1 configure: failed program was: #line 2334 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:2372: result: no configure:2399: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2402: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2531: checking for style of include used by make configure:2559: result: GNU configure:2587: checking dependency style of cc configure:2649: result: gcc3 configure:2664: checking for i386-unknown-gnu-g++ configure:2690: result: c++ configure:2748: checking for C++ compiler version configure:2751: c++ --version &5 c++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2754: $? = 0 configure:2756: c++ -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2759: $? = 0 configure:2761: c++ -V &5 c++: `-V' option must have argument configure:2764: $? = 1 configure:2767: checking whether we are using the GNU C++ compiler configure:2794: c++ -c -fno-common conftest.cc >&5 configure:2797: $? = 0 configure:2800: test -s conftest. configure:2803: $? = 1 configure: failed program was: #line 2772 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:2815: result: no configure:2821: checking whether c++ accepts -g configure:2845: c++ -c -g conftest.cc >&5 configure:2848: $? = 0 configure:2851: test -s conftest. configure:2854: $? = 1 configure: failed program was: #line 2826 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:2864: result: no configure:2910: c++ -c -fno-common conftest.cc >&5 configure:2913: $? = 0 configure:2916: test -s conftest. configure:2919: $? = 1 configure: failed program was: #line 2890 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { exit (42); ; return 0; } configure:2910: c++ -c -fno-common conftest.cc >&5 configure:2913: $? = 0 configure:2916: test -s conftest. configure:2919: $? = 1 configure: failed program was: #line 2890 "configure" #include "confdefs.h" #include #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { exit (42); ; return 0; } configure:2910: c++ -c -fno-common conftest.cc >&5 configure:2913: $? = 0 configure:2916: test -s conftest. configure:2919: $? = 1 configure: failed program was: #line 2890 "configure" #include "confdefs.h" #include extern "C" void std::exit (int) throw (); using std::exit; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { exit (42); ; return 0; } configure:2910: c++ -c -fno-common conftest.cc >&5 configure:2913: $? = 0 configure:2916: test -s conftest. configure:2919: $? = 1 configure: failed program was: #line 2890 "configure" #include "confdefs.h" #include extern "C" void std::exit (int); using std::exit; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { exit (42); ; return 0; } configure:2910: c++ -c -fno-common conftest.cc >&5 configure:2913: $? = 0 configure:2916: test -s conftest. configure:2919: $? = 1 configure: failed program was: #line 2890 "configure" #include "confdefs.h" #include extern "C" void exit (int) throw (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { exit (42); ; return 0; } configure:2910: c++ -c -fno-common conftest.cc >&5 configure:2913: $? = 0 configure:2916: test -s conftest. configure:2919: $? = 1 configure: failed program was: #line 2890 "configure" #include "confdefs.h" #include extern "C" void exit (int); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { exit (42); ; return 0; } configure:2910: c++ -c -fno-common conftest.cc >&5 configure:2913: $? = 0 configure:2916: test -s conftest. configure:2919: $? = 1 configure: failed program was: #line 2890 "configure" #include "confdefs.h" #include void exit (int); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { exit (42); ; return 0; } configure:2980: checking dependency style of c++ configure:3042: result: gcc3 configure:3059: checking for a BSD-compatible install configure:3113: result: /usr/bin/install -c -o root -g wheel configure:3124: checking whether ln -s works configure:3128: result: yes configure:3139: checking for bison configure:3155: found /usr/local/bin/bison configure:3165: result: bison -y configure:3181: checking for flex configure:3197: found /usr/bin/flex configure:3207: result: flex configure:3220: checking for yywrap in -lfl configure:3253: cc -o conftest -fno-common conftest.c -lfl >&5 configure:3256: $? = 0 configure:3259: test -s conftest configure:3262: $? = 0 configure:3273: result: yes configure:3342: checking lex output file root configure:3353: flex conftest.l configure:3356: $? = 0 configure:3368: result: lex.yy configure:3373: checking whether yytext is a pointer configure:3389: cc -o conftest -fno-common conftest.c -lfl >&5 configure:3392: $? = 0 configure:3395: test -s conftest configure:3398: $? = 0 configure:3410: result: yes configure:3496: checking build system type configure:3514: result: i386-unknown-gnu configure:3522: checking host system type configure:3536: result: i386-unknown-gnu configure:3599: checking for non-GNU ld configure:3629: result: /usr/bin/ld configure:3638: checking if the linker (/usr/bin/ld) is GNU ld configure:3650: result: no configure:3655: checking for /usr/bin/ld option to reload object files configure:3662: result: -r configure:3667: checking for BSD-compatible nm configure:3703: result: nm configure:3706: checking how to recognise dependant libraries configure:3884: result: pass_all configure:3896: checking command to parse nm output configure:3977: cc -c -fno-common conftest.c >&5 configure:3980: $? = 0 configure:3984: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:3987: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:3977: cc -c -fno-common conftest.c >&5 configure:3980: $? = 0 configure:3984: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:3987: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:4083: result: failed configure:4095: checking how to run the C preprocessor configure:4121: cc -E conftest.c configure:4127: $? = 0 configure:4154: cc -E conftest.c configure:4150:28: ac_nonexistent.h: No such file or directory configure:4160: $? = 1 configure: failed program was: #line 4149 "configure" #include "confdefs.h" #include configure:4197: result: cc -E configure:4212: cc -E conftest.c configure:4218: $? = 0 configure:4245: cc -E conftest.c configure:4241:28: ac_nonexistent.h: No such file or directory configure:4251: $? = 1 configure: failed program was: #line 4240 "configure" #include "confdefs.h" #include configure:4291: checking for ANSI C header files configure:4305: cc -E conftest.c configure:4311: $? = 0 configure:4396: cc -o conftest -fno-common conftest.c >&5 configure:4399: $? = 0 configure:4401: ./conftest configure:4404: $? = 0 configure:4418: result: yes configure:4442: checking for sys/types.h configure:4455: cc -c -fno-common conftest.c >&5 configure:4458: $? = 0 configure:4461: test -s conftest. configure:4464: $? = 1 configure: failed program was: #line 4447 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4474: result: no configure:4442: checking for sys/stat.h configure:4455: cc -c -fno-common conftest.c >&5 configure:4458: $? = 0 configure:4461: test -s conftest. configure:4464: $? = 1 configure: failed program was: #line 4447 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4474: result: no configure:4442: checking for stdlib.h configure:4455: cc -c -fno-common conftest.c >&5 configure:4458: $? = 0 configure:4461: test -s conftest. configure:4464: $? = 1 configure: failed program was: #line 4447 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4474: result: no configure:4442: checking for string.h configure:4455: cc -c -fno-common conftest.c >&5 configure:4458: $? = 0 configure:4461: test -s conftest. configure:4464: $? = 1 configure: failed program was: #line 4447 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4474: result: no configure:4442: checking for memory.h configure:4455: cc -c -fno-common conftest.c >&5 configure:4458: $? = 0 configure:4461: test -s conftest. configure:4464: $? = 1 configure: failed program was: #line 4447 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4474: result: no configure:4442: checking for strings.h configure:4455: cc -c -fno-common conftest.c >&5 configure:4458: $? = 0 configure:4461: test -s conftest. configure:4464: $? = 1 configure: failed program was: #line 4447 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4474: result: no configure:4442: checking for inttypes.h configure:4455: cc -c -fno-common conftest.c >&5 configure:4458: $? = 0 configure:4461: test -s conftest. configure:4464: $? = 1 configure: failed program was: #line 4447 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4474: result: no configure:4442: checking for stdint.h configure:4455: cc -c -fno-common conftest.c >&5 configure:4458: $? = 0 configure:4461: test -s conftest. configure:4464: $? = 1 configure: failed program was: #line 4447 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4474: result: no configure:4442: checking for unistd.h configure:4455: cc -c -fno-common conftest.c >&5 configure:4458: $? = 0 configure:4461: test -s conftest. configure:4464: $? = 1 configure: failed program was: #line 4447 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4474: result: no configure:4500: checking dlfcn.h usability configure:4509: cc -c -fno-common conftest.c >&5 configure:4512: $? = 0 configure:4515: test -s conftest. configure:4518: $? = 1 configure: failed program was: #line 4502 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:4527: result: no configure:4531: checking dlfcn.h presence configure:4538: cc -E conftest.c configure:4544: $? = 0 configure:4562: result: yes configure:4573: WARNING: dlfcn.h: present but cannot be compiled configure:4575: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4577: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4580: checking for dlfcn.h configure:4587: result: yes configure:4746: checking for i386-unknown-gnu-ranlib configure:4775: result: no configure:4784: checking for ranlib configure:4800: found /usr/bin/ranlib configure:4811: result: ranlib configure:4826: checking for i386-unknown-gnu-strip configure:4855: result: no configure:4864: checking for strip configure:4880: found /usr/bin/strip configure:4891: result: strip configure:5102: checking for objdir configure:5113: result: .libs configure:5130: checking for cc option to produce PIC configure:5277: result: none configure:5372: checking if cc static flag works configure:5399: cc -o conftest -fno-common conftest.c >&5 configure:5402: $? = 0 configure:5405: test -s conftest configure:5408: $? = 0 configure:5423: result: yes configure:5435: checking if cc supports -c -o file.o configure:5457: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:5479: result: yes configure:5484: checking if cc supports -c -o file.lo configure:5514: cc -c -fno-common -c -o conftest.lo conftest.c >&5 configure:5517: $? = 0 configure:5520: test -s conftest.lo configure:5523: $? = 0 configure:5544: result: yes configure:5636: checking whether the linker (/usr/bin/ld) supports shared libraries configure:6316: result: no configure:6321: checking how to hardcode library paths into programs configure:6345: result: unsupported configure:6350: checking whether stripping libraries is possible configure:6358: result: no configure:6366: checking dynamic linker characteristics configure:6759: result: gnu ld.so configure:6764: checking if libtool supports shared libraries configure:6766: result: no configure:6769: checking whether to build shared libraries configure:6790: result: no configure:6793: checking whether to build static libraries configure:6797: result: yes configure:8071: checking for library containing dlopen configure:8104: cc -o conftest -fno-common conftest.c >&5 configure:8107: $? = 0 configure:8110: test -s conftest configure:8113: $? = 0 configure:8172: result: none required configure:8180: checking for pam_start in -lpam configure:8213: cc -o conftest -fno-common conftest.c -lpam >&5 configure:8216: $? = 0 configure:8219: test -s conftest configure:8222: $? = 0 configure:8233: result: yes configure:8244: checking for library containing misc_conv configure:8277: cc -o conftest -fno-common conftest.c -lpam >&5 configure:8280: $? = 0 configure:8283: test -s conftest configure:8286: $? = 0 configure:8345: result: none required configure:8354: checking for library containing getservbyname configure:8387: cc -o conftest -fno-common conftest.c -lpam >&5 configure:8390: $? = 0 configure:8393: test -s conftest configure:8396: $? = 0 configure:8455: result: none required configure:8463: checking for ANSI C header files configure:8590: result: yes configure:8600: checking for sys/wait.h that is POSIX.1 compatible configure:8634: cc -c -fno-common conftest.c >&5 configure:8637: $? = 0 configure:8640: test -s conftest.o configure:8643: $? = 0 configure:8653: result: yes configure:8708: checking assert.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking assert.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for assert.h configure:8795: result: yes configure:8708: checking errno.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking errno.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for errno.h configure:8795: result: yes configure:8708: checking fcntl.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking fcntl.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for fcntl.h configure:8795: result: yes configure:8708: checking limits.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking limits.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for limits.h configure:8795: result: yes configure:8708: checking netinet/in.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking netinet/in.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for netinet/in.h configure:8795: result: yes configure:8708: checking pwd.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking pwd.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for pwd.h configure:8795: result: yes configure:8708: checking security/pam_appl.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8745:31: security/pam_appl.h: No such file or directory configure:8720: $? = 1 configure: failed program was: #line 8710 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:8735: result: no configure:8739: checking security/pam_appl.h presence configure:8746: cc -E conftest.c configure:8742:31: security/pam_appl.h: No such file or directory configure:8752: $? = 1 configure: failed program was: #line 8741 "configure" #include "confdefs.h" #include configure:8770: result: no configure:8788: checking for security/pam_appl.h configure:8795: result: no configure:8708: checking stdarg.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking stdarg.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for stdarg.h configure:8795: result: yes configure:8708: checking stdio.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking stdio.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for stdio.h configure:8795: result: yes configure:8699: checking for stdlib.h configure:8704: result: no configure:8699: checking for string.h configure:8704: result: no configure:8708: checking sys/param.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking sys/param.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for sys/param.h configure:8795: result: yes configure:8708: checking sys/socket.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking sys/socket.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for sys/socket.h configure:8795: result: yes configure:8699: checking for sys/types.h configure:8704: result: no configure:8708: checking sys/uio.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking sys/uio.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for sys/uio.h configure:8795: result: yes configure:8699: checking for sys/wait.h configure:8704: result: yes configure:8699: checking for unistd.h configure:8704: result: no configure:8708: checking pam/pam_appl.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking pam/pam_appl.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for pam/pam_appl.h configure:8795: result: yes configure:8708: checking pam/pam_misc.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking pam/pam_misc.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for pam/pam_misc.h configure:8795: result: yes configure:8708: checking security/pam_misc.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8745:31: security/pam_misc.h: No such file or directory configure:8720: $? = 1 configure: failed program was: #line 8710 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:8735: result: no configure:8739: checking security/pam_misc.h presence configure:8746: cc -E conftest.c configure:8742:31: security/pam_misc.h: No such file or directory configure:8752: $? = 1 configure: failed program was: #line 8741 "configure" #include "confdefs.h" #include configure:8770: result: no configure:8788: checking for security/pam_misc.h configure:8795: result: no configure:8708: checking arpa/inet.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking arpa/inet.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for arpa/inet.h configure:8795: result: yes configure:8699: checking for netinet/in.h configure:8704: result: yes configure:8699: checking for strings.h configure:8704: result: no configure:8708: checking sys/resource.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking sys/resource.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for sys/resource.h configure:8795: result: yes configure:8708: checking sys/time.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking sys/time.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for sys/time.h configure:8795: result: yes configure:8708: checking signal.h usability configure:8717: cc -c -fno-common conftest.c >&5 configure:8720: $? = 0 configure:8723: test -s conftest.o configure:8726: $? = 0 configure:8735: result: yes configure:8739: checking signal.h presence configure:8746: cc -E conftest.c configure:8752: $? = 0 configure:8770: result: yes configure:8788: checking for signal.h configure:8795: result: yes configure:8809: checking for cc option to accept ANSI C configure:8872: cc -c -fno-common conftest.c >&5 configure:8875: $? = 0 configure:8878: test -s conftest.o configure:8881: $? = 0 configure:8898: result: none needed configure:8906: checking for an ANSI C-conforming const configure:8976: cc -c -fno-common conftest.c >&5 configure:8979: $? = 0 configure:8982: test -s conftest.o configure:8985: $? = 0 configure:8995: result: yes configure:9005: checking for pid_t configure:9032: cc -c -fno-common conftest.c >&5 configure:9035: $? = 0 configure:9038: test -s conftest.o configure:9041: $? = 0 configure:9051: result: yes configure:9063: checking for size_t configure:9090: cc -c -fno-common conftest.c >&5 configure:9093: $? = 0 configure:9096: test -s conftest.o configure:9099: $? = 0 configure:9109: result: yes configure:9121: checking for ANSI C header files configure:9248: result: yes configure:9259: checking for socklen_t configure:9284: result: yes configure:9296: checking if we need _XPG4_2 configure:9333: cc -c -fno-common conftest.c >&5 configure:9336: $? = 0 configure:9339: test -s conftest.o configure:9342: $? = 0 configure:9357: result: no configure:9361: checking if CMSG_LEN is defined configure:9395: cc -c -fno-common conftest.c >&5 configure:9398: $? = 0 configure:9401: test -s conftest.o configure:9404: $? = 0 configure:9419: result: yes configure:9423: checking if there is support for pam_fail_delay configure:9453: cc -o conftest -fno-common conftest.c -lpam >&5 configure:9456: $? = 0 configure:9459: test -s conftest configure:9462: $? = 0 configure:9484: result: yes configure:9488: checking for AF_LOCAL configure:9514: cc -c -fno-common conftest.c >&5 configure:9517: $? = 0 configure:9520: test -s conftest.o configure:9523: $? = 0 configure:9538: result: yes configure:9542: checking for LOG_AUTHPRIV configure:9567: cc -c -fno-common conftest.c >&5 configure:9570: $? = 0 configure:9573: test -s conftest.o configure:9576: $? = 0 configure:9591: result: yes configure:9596: checking if the PAM conversion function takes const messages configure:9636: c++ -c -fno-common conftest.cc >&5 configure:9639: $? = 0 configure:9642: test -s conftest.o configure:9645: $? = 0 configure:9671: result: yes configure:9675: checking if the PAM get_item function takes const items configure:9713: c++ -c -fno-common conftest.cc >&5 configure:9716: $? = 0 configure:9719: test -s conftest.o configure:9722: $? = 0 configure:9748: result: yes configure:9762: checking for getcwd configure:9805: cc -o conftest -fno-common conftest.c -lpam >&5 configure:9808: $? = 0 configure:9811: test -s conftest configure:9814: $? = 0 configure:9824: result: yes configure:9762: checking for strdup configure:9805: cc -o conftest -fno-common conftest.c -lpam >&5 configure:9808: $? = 0 configure:9811: test -s conftest configure:9814: $? = 0 configure:9824: result: yes configure:9762: checking for socket configure:9805: cc -o conftest -fno-common conftest.c -lpam >&5 configure:9808: $? = 0 configure:9811: test -s conftest configure:9814: $? = 0 configure:9824: result: yes configure:9762: checking for strtol configure:9805: cc -o conftest -fno-common conftest.c -lpam >&5 configure:9808: $? = 0 configure:9811: test -s conftest configure:9814: $? = 0 configure:9824: result: yes configure:9762: checking for waitpid configure:9805: cc -o conftest -fno-common conftest.c -lpam >&5 configure:9808: $? = 0 configure:9811: test -s conftest configure:9814: $? = 0 configure:9824: result: yes configure:9762: checking for setuid configure:9805: cc -o conftest -fno-common conftest.c -lpam >&5 configure:9808: $? = 0 configure:9811: test -s conftest configure:9814: $? = 0 configure:9824: result: yes configure:9762: checking for memcpy configure:9805: cc -o conftest -fno-common conftest.c -lpam >&5 configure:9777: warning: conflicting types for built-in function `memcpy' configure:9808: $? = 0 configure:9811: test -s conftest configure:9814: $? = 0 configure:9824: result: yes configure:9933: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:642: creating Makefile config.status:642: creating config/Makefile config.status:642: creating src/Makefile config.status:642: creating tests/Makefile config.status:642: creating etc/Makefile config.status:642: creating man/Makefile config.status:642: creating man/privman.7 config.status:642: creating man/privman_conf.5 config.status:642: creating man/priv_bind.3 config.status:642: creating man/priv_daemon.3 config.status:642: creating man/priv_execve.3 config.status:642: creating man/priv_fopen.3 config.status:642: creating man/priv_fork.3 config.status:642: creating man/priv_init.3 config.status:642: creating man/priv_open.3 config.status:642: creating man/priv_pam.3 config.status:642: creating man/priv_rerunas.3 config.status:642: creating man/priv_popen.3 config.status:642: creating man/priv_wait4.3 config.status:642: creating man/priv_respawn_as.3 config.status:642: creating man/priv_custom.3 config.status:746: creating config.h config.status:746: creating src/privman.h config.status:1025: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value=-fno-common ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_getcwd=yes ac_cv_func_memcpy=yes ac_cv_func_setuid=yes ac_cv_func_socket=yes ac_cv_func_strdup=yes ac_cv_func_strtol=yes ac_cv_func_waitpid=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_assert_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_memory_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_pam_pam_appl_h=yes ac_cv_header_pam_pam_misc_h=yes ac_cv_header_pwd_h=yes ac_cv_header_security_pam_appl_h=no ac_cv_header_security_pam_misc_h=no ac_cv_header_signal_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_uio_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_fl_yywrap=yes ac_cv_lib_pam_pam_start=yes ac_cv_objext= ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXX=c++ ac_cv_prog_LEX=flex ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=no ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_search_dlopen='none required' ac_cv_search_getservbyname='none required' ac_cv_search_misc_conv='none required' ac_cv_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lo_cv_search_pam_fail_delay=yes lt_cv_compiler_c_o=yes lt_cv_compiler_o_lo=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_ld_reload_flag=-r lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM=nm lt_cv_prog_cc_can_build_shared=no lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_pic= lt_cv_prog_cc_shlib= lt_cv_prog_cc_static= lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_wl= lt_cv_prog_gnu_ld=no lt_cv_sys_global_symbol_pipe= lt_cv_sys_max_cmd_len= lt_cv_sys_path_separator=: ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "privman" #define VERSION "0.9.3" #ifdef __cplusplus void exit (int); #endif #define YYTEXT_POINTER 1 #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define HAVE_LIBPAM 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_ASSERT_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_PWD_H 1 #define HAVE_STDARG_H 1 #define HAVE_STDIO_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_PAM_PAM_APPL_H 1 #define HAVE_PAM_PAM_MISC_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SIGNAL_H 1 #define STDC_HEADERS 1 #define LO_HAVE_PAM_FAIL_DELAY 1 #define PAM_CONV_FUNC_CONST const #define PAM_GET_ITEM_CONST const #define HAVE_GETCWD 1 #define HAVE_STRDUP 1 #define HAVE_SOCKET 1 #define HAVE_STRTOL 1 #define HAVE_WAITPID 1 #define HAVE_SETUID 1 #define HAVE_MEMCPY 1 configure: exit 0