freeswitch/libs/srtp/config.log
Anthony Minessale b3d890ef25 add srtp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1086 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-07 16:10:03 +00:00

1119 lines
33 KiB
Plaintext

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.59. Invocation command line was
$ ./configure --prefix=/usr/local/freeswitch --enable-pic
## --------- ##
## Platform. ##
## --------- ##
hostname = drone1
uname -m = x86_64
uname -r = 2.6.13.4
uname -s = Linux
uname -v = #2 SMP Mon Oct 31 12:11:19 UTC 2005
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /opt/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1349: checking for ranlib
configure:1365: found /usr/bin/ranlib
configure:1376: result: ranlib
configure:1434: checking for gcc
configure:1450: found /usr/bin/gcc
configure:1460: result: gcc
configure:1704: checking for C compiler version
configure:1707: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 (CRUX)
Copyright (C) 2004 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:1710: $? = 0
configure:1712: gcc -v </dev/null >&5
Reading specs from /usr/lib64/gcc/x86_64-unknown-linux-gnu/3.4.4/specs
Configured with: ../gcc-3.4.4/configure --prefix=/usr --libexecdir=/usr/lib64 --libdir=/usr/lib64 --with-slibdir=/lib64 --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --enable-multilib --disable-nls
Thread model: posix
gcc version 3.4.4 (CRUX)
configure:1715: $? = 0
configure:1717: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1720: $? = 1
configure:1743: checking for C compiler default output file name
configure:1746: gcc -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:1749: $? = 0
configure:1795: result: a.out
configure:1800: checking whether the C compiler works
configure:1806: ./a.out
configure:1809: $? = 0
configure:1826: result: yes
configure:1833: checking whether we are cross compiling
configure:1835: result: no
configure:1838: checking for suffix of executables
configure:1840: gcc -o conftest -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:1843: $? = 0
configure:1868: result:
configure:1874: checking for suffix of object files
configure:1895: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:1898: $? = 0
configure:1920: result: o
configure:1924: checking whether we are using the GNU C compiler
configure:1948: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:1954: $? = 0
configure:1958: test -z
|| test ! -s conftest.err
configure:1961: $? = 0
configure:1964: test -s conftest.o
configure:1967: $? = 0
configure:1980: result: yes
configure:1986: checking whether gcc accepts -g
configure:2007: gcc -c -g conftest.c >&5
configure:2013: $? = 0
configure:2017: test -z
|| test ! -s conftest.err
configure:2020: $? = 0
configure:2023: test -s conftest.o
configure:2026: $? = 0
configure:2037: result: yes
configure:2054: checking for gcc option to accept ANSI C
configure:2124: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2130: $? = 0
configure:2134: test -z
|| test ! -s conftest.err
configure:2137: $? = 0
configure:2140: test -s conftest.o
configure:2143: $? = 0
configure:2161: result: none needed
configure:2179: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2185: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2356: checking for a BSD-compatible install
configure:2411: result: /usr/bin/install -c
configure:2437: checking whether to build for Linux kernel context
configure:2451: result: no
configure:2455: checking for /dev/urandom
configure:2470: result: yes
configure:2500: checking which random device to use
configure:2514: result: /dev/urandom
configure:2530: checking how to run the C preprocessor
configure:2565: gcc -E conftest.c
configure:2571: $? = 0
configure:2603: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:2609: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DEV_URANDOM "/dev/urandom"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2648: result: gcc -E
configure:2672: gcc -E conftest.c
configure:2678: $? = 0
configure:2710: gcc -E conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:2716: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DEV_URANDOM "/dev/urandom"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2760: checking for egrep
configure:2770: result: grep -E
configure:2775: checking for ANSI C header files
configure:2800: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2806: $? = 0
configure:2810: test -z
|| test ! -s conftest.err
configure:2813: $? = 0
configure:2816: test -s conftest.o
configure:2819: $? = 0
configure:2908: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
conftest.c: In function `main':
conftest.c:27: warning: implicit declaration of function `exit'
configure:2911: $? = 0
configure:2913: ./conftest
configure:2916: $? = 0
configure:2931: result: yes
configure:2955: checking for sys/types.h
configure:2971: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2977: $? = 0
configure:2981: test -z
|| test ! -s conftest.err
configure:2984: $? = 0
configure:2987: test -s conftest.o
configure:2990: $? = 0
configure:3001: result: yes
configure:2955: checking for sys/stat.h
configure:2971: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2977: $? = 0
configure:2981: test -z
|| test ! -s conftest.err
configure:2984: $? = 0
configure:2987: test -s conftest.o
configure:2990: $? = 0
configure:3001: result: yes
configure:2955: checking for stdlib.h
configure:2971: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2977: $? = 0
configure:2981: test -z
|| test ! -s conftest.err
configure:2984: $? = 0
configure:2987: test -s conftest.o
configure:2990: $? = 0
configure:3001: result: yes
configure:2955: checking for string.h
configure:2971: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2977: $? = 0
configure:2981: test -z
|| test ! -s conftest.err
configure:2984: $? = 0
configure:2987: test -s conftest.o
configure:2990: $? = 0
configure:3001: result: yes
configure:2955: checking for memory.h
configure:2971: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2977: $? = 0
configure:2981: test -z
|| test ! -s conftest.err
configure:2984: $? = 0
configure:2987: test -s conftest.o
configure:2990: $? = 0
configure:3001: result: yes
configure:2955: checking for strings.h
configure:2971: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2977: $? = 0
configure:2981: test -z
|| test ! -s conftest.err
configure:2984: $? = 0
configure:2987: test -s conftest.o
configure:2990: $? = 0
configure:3001: result: yes
configure:2955: checking for inttypes.h
configure:2971: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2977: $? = 0
configure:2981: test -z
|| test ! -s conftest.err
configure:2984: $? = 0
configure:2987: test -s conftest.o
configure:2990: $? = 0
configure:3001: result: yes
configure:2955: checking for stdint.h
configure:2971: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2977: $? = 0
configure:2981: test -z
|| test ! -s conftest.err
configure:2984: $? = 0
configure:2987: test -s conftest.o
configure:2990: $? = 0
configure:3001: result: yes
configure:2955: checking for unistd.h
configure:2971: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:2977: $? = 0
configure:2981: test -z
|| test ! -s conftest.err
configure:2984: $? = 0
configure:2987: test -s conftest.o
configure:2990: $? = 0
configure:3001: result: yes
configure:3018: checking for stdlib.h
configure:3023: result: yes
configure:3168: checking for unistd.h
configure:3173: result: yes
configure:3327: checking byteswap.h usability
configure:3339: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:3345: $? = 0
configure:3349: test -z
|| test ! -s conftest.err
configure:3352: $? = 0
configure:3355: test -s conftest.o
configure:3358: $? = 0
configure:3368: result: yes
configure:3372: checking byteswap.h presence
configure:3382: gcc -E conftest.c
configure:3388: $? = 0
configure:3408: result: yes
configure:3443: checking for byteswap.h
configure:3450: result: yes
configure:3468: checking for stdint.h
configure:3473: result: yes
configure:3627: checking sys/uio.h usability
configure:3639: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:3645: $? = 0
configure:3649: test -z
|| test ! -s conftest.err
configure:3652: $? = 0
configure:3655: test -s conftest.o
configure:3658: $? = 0
configure:3668: result: yes
configure:3672: checking sys/uio.h presence
configure:3682: gcc -E conftest.c
configure:3688: $? = 0
configure:3708: result: yes
configure:3743: checking for sys/uio.h
configure:3750: result: yes
configure:3768: checking for inttypes.h
configure:3773: result: yes
configure:3918: checking for sys/types.h
configure:3923: result: yes
configure:4077: checking machine/types.h usability
configure:4089: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
conftest.c:61:27: machine/types.h: No such file or directory
configure:4095: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DEV_URANDOM "/dev/urandom"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <machine/types.h>
configure:4118: result: no
configure:4122: checking machine/types.h presence
configure:4132: gcc -E conftest.c
conftest.c:27:27: machine/types.h: No such file or directory
configure:4138: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DEV_URANDOM "/dev/urandom"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <machine/types.h>
configure:4158: result: no
configure:4193: checking for machine/types.h
configure:4200: result: no
configure:4227: checking sys/int_types.h usability
configure:4239: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
conftest.c:61:27: sys/int_types.h: No such file or directory
configure:4245: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DEV_URANDOM "/dev/urandom"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/int_types.h>
configure:4268: result: no
configure:4272: checking sys/int_types.h presence
configure:4282: gcc -E conftest.c
conftest.c:27:27: sys/int_types.h: No such file or directory
configure:4288: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DEV_URANDOM "/dev/urandom"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <sys/int_types.h>
configure:4308: result: no
configure:4343: checking for sys/int_types.h
configure:4350: result: no
configure:4380: checking sys/socket.h usability
configure:4392: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:4398: $? = 0
configure:4402: test -z
|| test ! -s conftest.err
configure:4405: $? = 0
configure:4408: test -s conftest.o
configure:4411: $? = 0
configure:4421: result: yes
configure:4425: checking sys/socket.h presence
configure:4435: gcc -E conftest.c
configure:4441: $? = 0
configure:4461: result: yes
configure:4496: checking for sys/socket.h
configure:4503: result: yes
configure:4380: checking netinet/in.h usability
configure:4392: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:4398: $? = 0
configure:4402: test -z
|| test ! -s conftest.err
configure:4405: $? = 0
configure:4408: test -s conftest.o
configure:4411: $? = 0
configure:4421: result: yes
configure:4425: checking netinet/in.h presence
configure:4435: gcc -E conftest.c
configure:4441: $? = 0
configure:4461: result: yes
configure:4496: checking for netinet/in.h
configure:4503: result: yes
configure:4380: checking arpa/inet.h usability
configure:4392: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:4398: $? = 0
configure:4402: test -z
|| test ! -s conftest.err
configure:4405: $? = 0
configure:4408: test -s conftest.o
configure:4411: $? = 0
configure:4421: result: yes
configure:4425: checking arpa/inet.h presence
configure:4435: gcc -E conftest.c
configure:4441: $? = 0
configure:4461: result: yes
configure:4496: checking for arpa/inet.h
configure:4503: result: yes
configure:4530: checking windows.h usability
configure:4542: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
conftest.c:64:21: windows.h: No such file or directory
configure:4548: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DEV_URANDOM "/dev/urandom"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:4571: result: no
configure:4575: checking windows.h presence
configure:4585: gcc -E conftest.c
conftest.c:30:21: windows.h: No such file or directory
configure:4591: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DEV_URANDOM "/dev/urandom"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
| #include <windows.h>
configure:4611: result: no
configure:4646: checking for windows.h
configure:4653: result: no
configure:4830: checking syslog.h usability
configure:4842: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:4848: $? = 0
configure:4852: test -z
|| test ! -s conftest.err
configure:4855: $? = 0
configure:4858: test -s conftest.o
configure:4861: $? = 0
configure:4871: result: yes
configure:4875: checking syslog.h presence
configure:4885: gcc -E conftest.c
configure:4891: $? = 0
configure:4911: result: yes
configure:4946: checking for syslog.h
configure:4953: result: yes
configure:4967: checking for int8_t
configure:4991: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:4997: $? = 0
configure:5001: test -z
|| test ! -s conftest.err
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:5031: checking for uint8_t
configure:5055: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:5061: $? = 0
configure:5065: test -z
|| test ! -s conftest.err
configure:5068: $? = 0
configure:5071: test -s conftest.o
configure:5074: $? = 0
configure:5085: result: yes
configure:5095: checking for int16_t
configure:5119: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:5125: $? = 0
configure:5129: test -z
|| test ! -s conftest.err
configure:5132: $? = 0
configure:5135: test -s conftest.o
configure:5138: $? = 0
configure:5149: result: yes
configure:5159: checking for uint16_t
configure:5183: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:5189: $? = 0
configure:5193: test -z
|| test ! -s conftest.err
configure:5196: $? = 0
configure:5199: test -s conftest.o
configure:5202: $? = 0
configure:5213: result: yes
configure:5223: checking for int32_t
configure:5247: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:5253: $? = 0
configure:5257: test -z
|| test ! -s conftest.err
configure:5260: $? = 0
configure:5263: test -s conftest.o
configure:5266: $? = 0
configure:5277: result: yes
configure:5287: checking for uint32_t
configure:5311: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:5317: $? = 0
configure:5321: test -z
|| test ! -s conftest.err
configure:5324: $? = 0
configure:5327: test -s conftest.o
configure:5330: $? = 0
configure:5341: result: yes
configure:5351: checking for uint64_t
configure:5375: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:5381: $? = 0
configure:5385: test -z
|| test ! -s conftest.err
configure:5388: $? = 0
configure:5391: test -s conftest.o
configure:5394: $? = 0
configure:5405: result: yes
configure:5416: checking for unsigned long
configure:5440: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:5446: $? = 0
configure:5450: test -z
|| test ! -s conftest.err
configure:5453: $? = 0
configure:5456: test -s conftest.o
configure:5459: $? = 0
configure:5470: result: yes
configure:5473: checking size of unsigned long
configure:5792: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:5795: $? = 0
configure:5797: ./conftest
configure:5800: $? = 0
configure:5823: result: 8
configure:5830: checking for unsigned long long
configure:5854: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:5860: $? = 0
configure:5864: test -z
|| test ! -s conftest.err
configure:5867: $? = 0
configure:5870: test -s conftest.o
configure:5873: $? = 0
configure:5884: result: yes
configure:5887: checking size of unsigned long long
configure:6206: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:6209: $? = 0
configure:6211: ./conftest
configure:6214: $? = 0
configure:6237: result: 8
configure:6245: checking for an ANSI C-conforming const
configure:6312: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
conftest.c: In function `main':
conftest.c:67: warning: unused variable `s'
conftest.c:87: warning: unused variable `foo'
conftest.c:48: warning: unused variable `x'
conftest.c:54: warning: unused variable `zero'
conftest.c:84: warning: 'b' might be used uninitialized in this function
conftest.c:66: warning: 't' might be used uninitialized in this function
configure:6318: $? = 0
configure:6322: test -z
|| test ! -s conftest.err
configure:6325: $? = 0
configure:6328: test -s conftest.o
configure:6331: $? = 0
configure:6342: result: yes
configure:6352: checking for inline
configure:6373: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:6379: $? = 0
configure:6383: test -z
|| test ! -s conftest.err
configure:6386: $? = 0
configure:6389: test -s conftest.o
configure:6392: $? = 0
configure:6404: result: inline
configure:6423: checking for size_t
configure:6447: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:6453: $? = 0
configure:6457: test -z
|| test ! -s conftest.err
configure:6460: $? = 0
configure:6463: test -s conftest.o
configure:6466: $? = 0
configure:6477: result: yes
configure:6496: checking for socket
configure:6553: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:6559: $? = 0
configure:6563: test -z
|| test ! -s conftest.err
configure:6566: $? = 0
configure:6569: test -s conftest
configure:6572: $? = 0
configure:6584: result: yes
configure:6496: checking for inet_aton
configure:6553: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:6559: $? = 0
configure:6563: test -z
|| test ! -s conftest.err
configure:6566: $? = 0
configure:6569: test -s conftest
configure:6572: $? = 0
configure:6584: result: yes
configure:6496: checking for usleep
configure:6553: gcc -o conftest -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:6559: $? = 0
configure:6563: test -z
|| test ! -s conftest.err
configure:6566: $? = 0
configure:6569: test -s conftest
configure:6572: $? = 0
configure:6584: result: yes
configure:6730: checking whether byte ordering is bigendian
configure:6757: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
configure:6763: $? = 0
configure:6767: test -z
|| test ! -s conftest.err
configure:6770: $? = 0
configure:6773: test -s conftest.o
configure:6776: $? = 0
configure:6800: gcc -c -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
conftest.c: In function `main':
conftest.c:50: error: `not' undeclared (first use in this function)
conftest.c:50: error: (Each undeclared identifier is reported only once
conftest.c:50: error: for each function it appears in.)
conftest.c:50: error: parse error before "big"
configure:6806: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define DEV_URANDOM "/dev/urandom"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define HAVE_SOCKET 1
| #define HAVE_INET_ATON 1
| #define HAVE_USLEEP 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:6941: result: no
configure:6967: checking build system type
configure:6985: result: x86_64-unknown-linux-gnu
configure:6993: checking host system type
configure:7007: result: x86_64-unknown-linux-gnu
configure:7053: checking whether to compile in debugging
configure:7069: result: yes
configure:7072: checking whether to use ISMAcryp code
configure:7088: result: no
configure:7091: checking whether to use syslog for error reporting
configure:7107: result: no
configure:7110: checking whether to use stdout for error reporting
configure:7126: result: yes
configure:7129: checking whether to use /dev/console for error reporting
configure:7150: result: no
configure:7153: checking whether to use GDOI key management
configure:7171: result: no
configure:7273: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on drone1
config.status:664: creating Makefile
config.status:664: creating crypto/Makefile
config.status:664: creating doc/Makefile
config.status:768: creating crypto/include/config.h
config.status:942: crypto/include/config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_file__dev_urandom=yes
ac_cv_func_inet_aton=yes
ac_cv_func_socket=yes
ac_cv_func_usleep=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_byteswap_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_machine_types_h=no
ac_cv_header_memory_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_int_types_h=no
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_windows_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int8_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_unsigned_long=yes
ac_cv_type_unsigned_long_long=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXE=''
EXEEXT=''
GDOI_OBJS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RNG_OBJS='rand_source.o'
SHELL='/bin/sh'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local/freeswitch'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define CPU_CISC 1
#define DEV_URANDOM "/dev/urandom"
#define ENABLE_DEBUGGING 1
#define ERR_REPORTING_STDOUT 1
#define HAVE_ARPA_INET_H 1
#define HAVE_BYTESWAP_H 1
#define HAVE_INET_ATON 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT8_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_SOCKET 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define STDC_HEADERS 1
configure: exit 0