Skip to content

Instantly share code, notes, and snippets.

@ppcluddite
Created July 26, 2013 06:28
Show Gist options
  • Save ppcluddite/6086729 to your computer and use it in GitHub Desktop.
Save ppcluddite/6086729 to your computer and use it in GitHub Desktop.
Following are HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install tor, the contents of the config.log file, and brew doctor:
dan$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install tor
==> Downloading https://www.torproject.org/dist/tor-0.2.3.25.tar.gz
Already downloaded: /Library/Caches/Homebrew/tor-0.2.3.25.tar.gz
/usr/bin/tar xzf /Library/Caches/Homebrew/tor-0.2.3.25.tar.gz
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/tor/0.2.3.25
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/tor/0.2.3.25
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking for ar... ar
checking for gcc... /usr/local/bin/gcc-4.2
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/bin/gcc-4.2 accepts -g... yes
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/local/bin/gcc-4.2... none
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for sed... sed
checking for asciidoc... none
checking for a2x... none
checking whether /usr/local/bin/gcc-4.2 and cc understand -c and -o together... yes
checking for flexible array members... yes
checking for sha1sum... none
checking for openssl... /usr/bin/openssl
checking for win32... no
checking for MIPSpro compiler... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing dlopen... none required
checking for library containing inet_aton... none required
checking for library containing clock_gettime... no
checking for library containing pthread_create... none required
checking for library containing pthread_detach... none required
checking for _NSGetEnviron... yes
checking for accept4... no
checking for clock_gettime... no
checking for flock... yes
checking for ftime... yes
checking for getaddrinfo... yes
checking for getifaddrs... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for inet_aton... yes
checking for ioctl... yes
checking for issetugid... yes
checking for localtime_r... yes
checking for lround... yes
checking for memmem... no
checking for prctl... no
checking for rint... yes
checking for socketpair... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strptime... yes
checking for strtok_r... yes
checking for strtoull... yes
checking for sysconf... yes
checking for uname... yes
checking for vasprintf... yes
checking for mallinfo... no
checking for malloc_good_size... yes
checking for malloc_usable_size... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create... yes
checking for sys/types.h... (cached) yes
checking for u_int64_t... yes
checking for u_int32_t... yes
checking for u_int16_t... yes
checking for u_int8_t... yes
checking for libevent directory... (system)
checking whether we need extra options to link libevent... (none)
checking for event_get_version... yes
checking for event_get_version_number... yes
checking for event_get_method... yes
checking for event_set_log_callback... yes
checking for evdns_set_outgoing_bind_address... no
checking for event_base_loopexit... yes
checking for struct event.min_heap_idx... no
checking event2/event.h usability... yes
checking event2/event.h presence... yes
checking for event2/event.h... yes
checking event2/dns.h usability... yes
checking event2/dns.h presence... yes
checking for event2/dns.h... yes
checking event2/bufferevent_ssl.h usability... yes
checking event2/bufferevent_ssl.h presence... yes
checking for event2/bufferevent_ssl.h... yes
checking for library containing pow... none required
checking for openssl directory... (system)
checking whether we need extra options to link openssl... (none)
checking for zlib directory... (system)
checking whether we need extra options to link zlib... (none)
checking whether the compiler accepts -fstack-protector-all... yes
checking whether the compiler accepts -Wstack-protector... yes
checking whether the compiler accepts -fwrapv... yes
checking whether the compiler accepts --param ssp-buffer-size=1... yes
checking whether the compiler accepts -fPIE... yes
checking whether the linker accepts -pie... no
checking whether the linker accepts -z relro -z now... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for string.h... (cached) yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking crt_externs.h usability... yes
checking crt_externs.h presence... yes
checking for crt_externs.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking machine/limits.h usability... yes
checking machine/limits.h presence... yes
checking for machine/limits.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking malloc_np.h usability... no
checking malloc_np.h presence... no
checking for malloc_np.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in6.h usability... no
checking netinet/in6.h presence... no
checking for netinet/in6.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for stdint.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/limits.h usability... no
checking sys/limits.h presence... no
checking for sys/limits.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/syslimits.h usability... yes
checking sys/syslimits.h presence... yes
checking for sys/syslimits.h... yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for sys/param.h... (cached) yes
checking for declaration of malloc_good_size... no
checking for net/if.h... yes
checking for net/pfvar.h... no
checking for linux/netfilter_ipv4.h... no
configure: Transparent proxy support enabled, but missing headers.
checking for struct timeval.tv_sec... yes
checking size of int8_t... 0
checking size of int16_t... 0
checking size of int32_t... 0
checking size of int64_t... 0
checking size of uint8_t... 0
checking size of uint16_t... 0
checking size of uint32_t... 0
checking size of uint64_t... 0
checking size of intptr_t... 0
checking size of uintptr_t... 0
checking size of char... 0
checking size of short... 0
checking size of int... 0
checking size of long... 0
checking size of long long... 0
checking size of __int64... 0
checking size of void *... 0
checking size of time_t... 0
checking size of size_t... 0
checking for uint... yes
checking for u_char... yes
checking for ssize_t... yes
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for sa_family_t... yes
checking for struct in6_addr.s6_addr32... no
checking for struct in6_addr.s6_addr16... no
checking for struct sockaddr_in.sin_len... yes
checking for struct sockaddr_in6.sin6_len... yes
checking for rlim_t... yes
checking whether time_t is signed... yes
checking whether size_t is signed... yes
configure: error: You have a signed size_t; that's grossly nonconformant.
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 7a3dfbc28b3eb79d426b7560f77cc1b57dd4a038
CPU: single-core 32-bit g4e
OS X: 10.4.11-Power Macintosh
Xcode: 2.5
X11: 1.1.3 => /usr/X11R6
==> ENV
CC: /usr/local/bin/gcc-4.2 => /usr/local/Cellar/apple-gcc42/4.2.1-5553/bin/gcc-4.2
CXX: /usr/local/bin/g++-4.2 => /usr/local/Cellar/apple-gcc42/4.2.1-5553/bin/g++-4.2
CFLAGS: -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4
CXXFLAGS: -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4
LDFLAGS: -L/usr/local/lib
MAKEFLAGS: -j1
MACOSX_DEPLOYMENT_TARGET: 10.4
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.4:/usr/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: /usr/local/bin/gcc-4.2
PATH: /usr/local/bin:/usr/local/sbin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/Library/Contributions/cmd
CPATH: /usr/local/include
Error: tor did not build
Logs: /Users/dan/Library/Logs/Homebrew/tor/config.log
~/Library/Logs/Homebrew/tor/config.log:
===== Display starts at offset 180246 within file of length 311318. ====
===== Use File->Reload (Cmd-R) to display more. ====
S_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (uint64_t)); }
| static unsigned long int ulongval () { return (long int) (sizeof (uint64_t)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (uint64_t))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (uint64_t))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (uint64_t))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9566: result: 0
configure:9580: checking size of intptr_t
configure:9585: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9585: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (intptr_t)); }
| static unsigned long int ulongval () { return (long int) (sizeof (intptr_t)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (intptr_t))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (intptr_t))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (intptr_t))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9599: result: 0
configure:9613: checking size of uintptr_t
configure:9618: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9618: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (uintptr_t)); }
| static unsigned long int ulongval () { return (long int) (sizeof (uintptr_t)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (uintptr_t))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (uintptr_t))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (uintptr_t))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9632: result: 0
configure:9648: checking size of char
configure:9653: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9653: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (char)); }
| static unsigned long int ulongval () { return (long int) (sizeof (char)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (char))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (char))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (char))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9667: result: 0
configure:9681: checking size of short
configure:9686: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9686: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (short)); }
| static unsigned long int ulongval () { return (long int) (sizeof (short)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (short))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (short))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (short))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9700: result: 0
configure:9714: checking size of int
configure:9719: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9719: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (int)); }
| static unsigned long int ulongval () { return (long int) (sizeof (int)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (int))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (int))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (int))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9733: result: 0
configure:9747: checking size of long
configure:9752: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9752: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (long)); }
| static unsigned long int ulongval () { return (long int) (sizeof (long)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (long))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (long))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (long))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9766: result: 0
configure:9780: checking size of long long
configure:9785: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9785: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (long long)); }
| static unsigned long int ulongval () { return (long int) (sizeof (long long)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (long long))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (long long))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (long long))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9799: result: 0
configure:9813: checking size of __int64
configure:9818: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
conftest.c: In function 'longval':
conftest.c:147: error: '__int64' undeclared (first use in this function)
conftest.c:147: error: (Each undeclared identifier is reported only once
conftest.c:147: error: for each function it appears in.)
conftest.c: In function 'ulongval':
conftest.c:148: error: '__int64' undeclared (first use in this function)
conftest.c: In function 'main':
conftest.c:158: error: '__int64' undeclared (first use in this function)
configure:9818: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (__int64)); }
| static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (__int64))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (__int64))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (__int64))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9832: result: 0
configure:9846: checking size of void *
configure:9851: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9851: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (void *)); }
| static unsigned long int ulongval () { return (long int) (sizeof (void *)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (void *))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (void *))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (void *))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9865: result: 0
configure:9879: checking size of time_t
configure:9884: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9884: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (time_t)); }
| static unsigned long int ulongval () { return (long int) (sizeof (time_t)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (time_t))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (time_t))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (time_t))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9898: result: 0
configure:9912: checking size of size_t
configure:9917: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:9917: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (size_t)); }
| static unsigned long int ulongval () { return (long int) (sizeof (size_t)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
|
| FILE *f = fopen ("conftest.val", "w");
| if (! f)
| return 1;
| if (((long int) (sizeof (size_t))) < 0)
| {
| long int i = longval ();
| if (i != ((long int) (sizeof (size_t))))
| return 1;
| fprintf (f, "%ld", i);
| }
| else
| {
| unsigned long int i = ulongval ();
| if (i != ((long int) (sizeof (size_t))))
| return 1;
| fprintf (f, "%lu", i);
| }
| /* Do not output a trailing newline, as this causes \r\n confusion
| on some platforms. */
| return ferror (f) || fclose (f) != 0;
|
| ;
| return 0;
| }
configure:9931: result: 0
configure:9942: checking for uint
configure:9942: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
configure:9942: $? = 0
configure:9942: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:154: error: expected expression before ')' token
configure:9942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint)))
| return 0;
| ;
| return 0;
| }
configure:9942: result: yes
configure:9951: checking for u_char
configure:9951: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
configure:9951: $? = 0
configure:9951: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:155: error: expected expression before ')' token
configure:9951: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_char)))
| return 0;
| ;
| return 0;
| }
configure:9951: result: yes
configure:9960: checking for ssize_t
configure:9960: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
configure:9960: $? = 0
configure:9960: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:156: error: expected expression before ')' token
configure:9960: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:9960: result: yes
configure:9971: checking for struct in6_addr
configure:9971: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
configure:9971: $? = 0
configure:9971: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:148: error: expected expression before ')' token
configure:9971: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define _WIN32_WINNT 0x0501
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct in6_addr)))
| return 0;
| ;
| return 0;
| }
configure:9971: result: yes
configure:10003: checking for struct sockaddr_in6
configure:10003: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
configure:10003: $? = 0
configure:10003: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:149: error: expected expression before ')' token
configure:10003: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_STRUCT_IN6_ADDR 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define _WIN32_WINNT 0x0501
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
| return 0;
| ;
| return 0;
| }
configure:10003: result: yes
configure:10035: checking for sa_family_t
configure:10035: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
configure:10035: $? = 0
configure:10035: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:150: error: expected expression before ')' token
configure:10035: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define _WIN32_WINNT 0x0501
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((sa_family_t)))
| return 0;
| ;
| return 0;
| }
configure:10035: result: yes
configure:10068: checking for struct in6_addr.s6_addr32
configure:10068: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:152: error: 'struct in6_addr' has no member named 's6_addr32'
configure:10068: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define _WIN32_WINNT 0x0501
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct in6_addr ac_aggr;
| if (ac_aggr.s6_addr32)
| return 0;
| ;
| return 0;
| }
configure:10068: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:152: error: 'struct in6_addr' has no member named 's6_addr32'
configure:10068: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define _WIN32_WINNT 0x0501
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct in6_addr ac_aggr;
| if (sizeof ac_aggr.s6_addr32)
| return 0;
| ;
| return 0;
| }
configure:10068: result: no
configure:10100: checking for struct in6_addr.s6_addr16
configure:10100: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:152: error: 'struct in6_addr' has no member named 's6_addr16'
configure:10100: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define _WIN32_WINNT 0x0501
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct in6_addr ac_aggr;
| if (ac_aggr.s6_addr16)
| return 0;
| ;
| return 0;
| }
configure:10100: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:152: error: 'struct in6_addr' has no member named 's6_addr16'
configure:10100: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_NETINET_IN6_H
| #include <netinet/in6.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef _WIN32
| #define _WIN32_WINNT 0x0501
| #define WIN32_LEAN_AND_MEAN
| #if defined(_MSC_VER) && (_MSC_VER < 1300)
| #include <winsock.h>
| #else
| #include <winsock2.h>
| #include <ws2tcpip.h>
| #endif
| #endif
|
|
| int
| main ()
| {
| static struct in6_addr ac_aggr;
| if (sizeof ac_aggr.s6_addr16)
| return 0;
| ;
| return 0;
| }
configure:10100: result: no
configure:10132: checking for struct sockaddr_in.sin_len
configure:10132: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
configure:10132: $? = 0
configure:10132: result: yes
configure:10164: checking for struct sockaddr_in6.sin6_len
configure:10164: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
configure:10164: $? = 0
configure:10164: result: yes
configure:10198: checking for rlim_t
configure:10198: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
configure:10198: $? = 0
configure:10198: /usr/local/bin/gcc-4.2 -c -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common conftest.c >&5
conftest.c: In function 'main':
conftest.c:140: error: expected expression before ')' token
configure:10198: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_SYS_RESOURCE_H
| #include <sys/resource.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((rlim_t)))
| return 0;
| ;
| return 0;
| }
configure:10198: result: yes
configure:10219: checking whether time_t is signed
configure:10242: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:10242: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RLIM_T 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_TIME_H
| #include <time.h>
| #endif
| int main(int c, char**v) { if (((time_t)-1)<0) return 1; else return 0; }
configure:10253: result: yes
configure:10267: checking whether size_t is signed
configure:10284: /usr/local/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE -I${top_srcdir}/src/common -L/usr/local/lib conftest.c >&5
/usr/bin/ld: can't locate file for: -lssp_nonshared
collect2: ld returned 1 exit status
configure:10284: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "tor"
| #define VERSION "0.2.3.25"
| #define ENABLE_BUF_FREELISTS 1
| #define ENABLE_THREADS 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #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 WORDS_BIGENDIAN 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_FLOCK 1
| #define HAVE_FTIME 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_IOCTL 1
| #define HAVE_ISSETUGID 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LROUND 1
| #define HAVE_RINT 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_STRTOULL 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_MALLOC_GOOD_SIZE 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_CREATE 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_EVENT_GET_VERSION 1
| #define HAVE_EVENT_GET_VERSION_NUMBER 1
| #define HAVE_EVENT_GET_METHOD 1
| #define HAVE_EVENT_SET_LOG_CALLBACK 1
| #define HAVE_EVENT_BASE_LOOPEXIT 1
| #define HAVE_EVENT2_EVENT_H 1
| #define HAVE_EVENT2_DNS_H 1
| #define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MACHINE_LIMITS_H 1
| #define HAVE_MALLOC_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SYSLIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TIMEVAL_TV_SEC 1
| #define SIZEOF_INT8_T 0
| #define SIZEOF_INT16_T 0
| #define SIZEOF_INT32_T 0
| #define SIZEOF_INT64_T 0
| #define SIZEOF_UINT8_T 0
| #define SIZEOF_UINT16_T 0
| #define SIZEOF_UINT32_T 0
| #define SIZEOF_UINT64_T 0
| #define SIZEOF_INTPTR_T 0
| #define SIZEOF_UINTPTR_T 0
| #define SIZEOF_CHAR 0
| #define SIZEOF_SHORT 0
| #define SIZEOF_INT 0
| #define SIZEOF_LONG 0
| #define SIZEOF_LONG_LONG 0
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 0
| #define SIZEOF_TIME_T 0
| #define SIZEOF_SIZE_T 0
| #define HAVE_UINT 1
| #define HAVE_U_CHAR 1
| #define HAVE_SSIZE_T 1
| #define HAVE_STRUCT_IN6_ADDR 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RLIM_T 1
| #define TIME_T_IS_SIGNED 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| int main(int c, char**v) { if (((size_t)-1)<0) return 1; else return 0; }
configure:10295: result: yes
configure:10304: error: You have a signed size_t; that's grossly nonconformant.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=powerpc-apple-darwin8.11.0
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_flexmember=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/local/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4'
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=set
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_func__NSGetEnviron=yes
ac_cv_func_accept4=no
ac_cv_func_clock_gettime=no
ac_cv_func_evdns_set_outgoing_bind_address=no
ac_cv_func_event_base_loopexit=yes
ac_cv_func_event_get_method=yes
ac_cv_func_event_get_version=yes
ac_cv_func_event_get_version_number=yes
ac_cv_func_event_set_log_callback=yes
ac_cv_func_flock=yes
ac_cv_func_ftime=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getrlimit=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_inet_aton=yes
ac_cv_func_ioctl=yes
ac_cv_func_issetugid=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lround=yes
ac_cv_func_mallinfo=no
ac_cv_func_malloc_good_size=yes
ac_cv_func_malloc_usable_size=no
ac_cv_func_memmem=no
ac_cv_func_prctl=no
ac_cv_func_pthread_create=yes
ac_cv_func_rint=yes
ac_cv_func_socketpair=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strptime=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtoull=yes
ac_cv_func_sysconf=yes
ac_cv_func_uname=yes
ac_cv_func_vasprintf=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_crt_externs_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_event2_bufferevent_ssl_h=yes
ac_cv_header_event2_dns_h=yes
ac_cv_header_event2_event_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_netfilter_ipv4_h=no
ac_cv_header_linux_types_h=no
ac_cv_header_machine_limits_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_malloc_malloc_h=yes
ac_cv_header_malloc_np_h=no
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_net_pfvar_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in6_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_signal_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_fcntl_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_limits_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_prctl_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syslimits_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utime_h=no
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_host=powerpc-apple-darwin8.11.0
ac_cv_member_struct_event_min_heap_idx=no
ac_cv_member_struct_in6_addr_s6_addr16=no
ac_cv_member_struct_in6_addr_s6_addr32=no
ac_cv_member_struct_sockaddr_in6_sin6_len=yes
ac_cv_member_struct_sockaddr_in_sin_len=yes
ac_cv_member_struct_timeval_tv_sec=yes
ac_cv_objext=o
ac_cv_path_A2X=none
ac_cv_path_ASCIIDOC=none
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_OPENSSL=/usr/bin/openssl
ac_cv_path_SHA1SUM=none
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/local/bin/gcc-4.2 -E'
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/local/bin/gcc-4.2
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc__usr_local_bin_gcc_4_2_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime=no
ac_cv_search_dlopen='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_inet_aton='none required'
ac_cv_search_pow='none required'
ac_cv_search_pthread_create='none required'
ac_cv_search_pthread_detach='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=0
ac_cv_sizeof_int16_t=0
ac_cv_sizeof_int32_t=0
ac_cv_sizeof_int64_t=0
ac_cv_sizeof_int8_t=0
ac_cv_sizeof_int=0
ac_cv_sizeof_intptr_t=0
ac_cv_sizeof_long=0
ac_cv_sizeof_long_long=0
ac_cv_sizeof_short=0
ac_cv_sizeof_size_t=0
ac_cv_sizeof_time_t=0
ac_cv_sizeof_uint16_t=0
ac_cv_sizeof_uint32_t=0
ac_cv_sizeof_uint64_t=0
ac_cv_sizeof_uint8_t=0
ac_cv_sizeof_uintptr_t=0
ac_cv_sizeof_void_p=0
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_rlim_t=yes
ac_cv_type_sa_family_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_in6_addr=yes
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_u_char=yes
ac_cv_type_u_int16_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_u_int64_t=yes
ac_cv_type_u_int8_t=yes
ac_cv_type_uint=yes
am_cv_CC_dependencies_compiler_type=none
tor_cv_cflags__Wstack_protector=yes
tor_cv_cflags___param_ssp_buffer_size_1=yes
tor_cv_cflags__fPIE=yes
tor_cv_cflags__fstack_protector_all=yes
tor_cv_cflags__fwrapv=yes
tor_cv_ldflags__pie=no
tor_cv_ldflags__z_relro__z_now=no
tor_cv_library_libevent_dir='(system)'
tor_cv_library_libevent_linker_option='(none)'
tor_cv_library_openssl_dir='(system)'
tor_cv_library_openssl_linker_option='(none)'
tor_cv_library_zlib_dir='(system)'
tor_cv_library_zlib_linker_option='(none)'
tor_cv_malloc_good_size_declared=no
tor_cv_size_t_signed=yes
tor_cv_time_t_signed=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
A2X='none'
ACLOCAL='${SHELL} /private/tmp/tor-NLnm/tor-0.2.3.25/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AR='ar'
ASCIIDOC='none'
AUTOCONF='${SHELL} /private/tmp/tor-NLnm/tor-0.2.3.25/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/tor-NLnm/tor-0.2.3.25/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/tor-NLnm/tor-0.2.3.25/missing --run automake-1.11'
AWK='awk'
BINDIR=''
BUILDDIR=''
BUILD_NT_SERVICES_FALSE=''
BUILD_NT_SERVICES_TRUE='#'
CC='/usr/local/bin/gcc-4.2'
CCDEPMODE='depmode=none'
CFLAGS='-Os -w -pipe -mcpu=7450 -faltivec -mmacosx-version-min=10.4 -D_FORTIFY_SOURCE=2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fPIE'
CONFDIR=''
CPP='/usr/local/bin/gcc-4.2 -E'
CPPFLAGS=' -I${top_srcdir}/src/common'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS='-L/usr/local/lib'
LIBOBJS=''
LIBS=''
LOCALSTATEDIR=''
LOGFACILITY=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /private/tmp/tor-NLnm/tor-0.2.3.25/missing --run makeinfo'
MINIUPNPC_FALSE=''
MINIUPNPC_TRUE='#'
MKDIR_P='./install-sh -c -d'
NAT_PMP_FALSE=''
NAT_PMP_TRUE='#'
OBJEXT='o'
OPENSSL='/usr/bin/openssl'
PACKAGE='tor'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='sed'
SET_MAKE=''
SHA1SUM='none'
SHELL='/bin/sh'
STRIP=''
TORGROUP='_tor'
TORUSER='_tor'
TOR_CPPFLAGS_libevent=''
TOR_CPPFLAGS_libminiupnpc=''
TOR_CPPFLAGS_libnatpmp=''
TOR_CPPFLAGS_openssl=''
TOR_CPPFLAGS_zlib=''
TOR_LDFLAGS_libevent=''
TOR_LDFLAGS_libminiupnpc=''
TOR_LDFLAGS_libnatpmp=''
TOR_LDFLAGS_openssl=''
TOR_LDFLAGS_zlib=''
TOR_LIBEVENT_LIBS='-levent'
TOR_LIB_GDI=''
TOR_LIB_IPHLPAPI=''
TOR_LIB_MATH=''
TOR_LIB_WS32=''
TOR_OPENSSL_LIBS='-lssl -lcrypto'
TOR_ZLIB_LIBS='-lz'
USE_ASCIIDOC_FALSE='#'
USE_ASCIIDOC_TRUE=''
USE_BUFFEREVENTS_FALSE=''
USE_BUFFEREVENTS_TRUE='#'
USE_EXTERNAL_EVDNS_FALSE='#'
USE_EXTERNAL_EVDNS_TRUE=''
USE_FW_HELPER_FALSE=''
USE_FW_HELPER_TRUE='#'
USE_OPENBSD_MALLOC_FALSE=''
USE_OPENBSD_MALLOC_TRUE='#'
VERSION='0.2.3.25'
ac_ct_CC='/usr/local/bin/gcc-4.2'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin8.11.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin8.11.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='powerpc-apple-darwin8.11.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin8.11.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/tor-NLnm/tor-0.2.3.25/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/tor/0.2.3.25'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "tor"
#define VERSION "0.2.3.25"
#define ENABLE_BUF_FREELISTS 1
#define ENABLE_THREADS 1
#define FLEXIBLE_ARRAY_MEMBER /**/
#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 WORDS_BIGENDIAN 1
#define HAVE__NSGETENVIRON 1
#define HAVE_FLOCK 1
#define HAVE_FTIME 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETIFADDRS 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME_R 1
#define HAVE_INET_ATON 1
#define HAVE_IOCTL 1
#define HAVE_ISSETUGID 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LROUND 1
#define HAVE_RINT 1
#define HAVE_SOCKETPAIR 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_STRPTIME 1
#define HAVE_STRTOK_R 1
#define HAVE_STRTOULL 1
#define HAVE_SYSCONF 1
#define HAVE_UNAME 1
#define HAVE_VASPRINTF 1
#define HAVE_MALLOC_GOOD_SIZE 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_CREATE 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_EVENT_GET_VERSION 1
#define HAVE_EVENT_GET_VERSION_NUMBER 1
#define HAVE_EVENT_GET_METHOD 1
#define HAVE_EVENT_SET_LOG_CALLBACK 1
#define HAVE_EVENT_BASE_LOOPEXIT 1
#define HAVE_EVENT2_EVENT_H 1
#define HAVE_EVENT2_DNS_H 1
#define HAVE_EVENT2_BUFFEREVENT_SSL_H 1
#define HAVE_ASSERT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_FCNTL_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_CRT_EXTERNS_H 1
#define HAVE_GRP_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MACHINE_LIMITS_H 1
#define HAVE_MALLOC_MALLOC_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PWD_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SYSLIMITS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_NET_IF_H 1
#define HAVE_STRUCT_TIMEVAL_TV_SEC 1
#define SIZEOF_INT8_T 0
#define SIZEOF_INT16_T 0
#define SIZEOF_INT32_T 0
#define SIZEOF_INT64_T 0
#define SIZEOF_UINT8_T 0
#define SIZEOF_UINT16_T 0
#define SIZEOF_UINT32_T 0
#define SIZEOF_UINT64_T 0
#define SIZEOF_INTPTR_T 0
#define SIZEOF_UINTPTR_T 0
#define SIZEOF_CHAR 0
#define SIZEOF_SHORT 0
#define SIZEOF_INT 0
#define SIZEOF_LONG 0
#define SIZEOF_LONG_LONG 0
#define SIZEOF___INT64 0
#define SIZEOF_VOID_P 0
#define SIZEOF_TIME_T 0
#define SIZEOF_SIZE_T 0
#define HAVE_UINT 1
#define HAVE_U_CHAR 1
#define HAVE_SSIZE_T 1
#define HAVE_STRUCT_IN6_ADDR 1
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
#define HAVE_RLIM_T 1
#define TIME_T_IS_SIGNED 1
configure: exit 1
dan$ brew doctor
Warning: "config" scripts exist outside your system or Tigerbrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Tigerbrew if the config script overrides a system or Tigerbrew provided
script of the same name. We found the following "config" scripts:
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Tigerbrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libulockmgr.1.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Tigerbrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libulockmgr.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Tigerbrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/fuse-ext2.pc
/usr/local/lib/pkgconfig/fuse.pc
Warning: The version of libcurl provided with Mac OS X 10.4 has outdated
SSL certificates.
This can cause problems when running Tigerbrew commands that use Git to
fetch over HTTPS, e.g. `brew update` or installing formulae that perform
Git checkouts.
You can force Git to ignore these errors:
export GIT_SSL_NO_VERIFY=1
or
git config --global http.sslVerify false
Warning: You have uncommitted modifications to Tigerbrew
If this a surprise to you, then you should stash these modifications.
Stashing returns Tigerbrew to a pristine state but can be undone
should you later need to do so for some reason.
cd /usr/local/Library && git stash && git clean -d -f
Error: /usr/local/Library/Formula/qt.rb:68: syntax error
<<<<<<< HEAD
^
/usr/local/Library/Formula/qt.rb:81: syntax error
=======
^
/usr/local/Library/Formula/qt.rb:89: syntax error
>>>>>>> mxcl/master
^
Please report this bug:
https://github.com/mistydemeo/tigerbrew/wiki/troubleshooting
/usr/local/Library/Homebrew/formulary.rb:40:in `require'
/usr/local/Library/Homebrew/formulary.rb:40:in `klass'
/usr/local/Library/Homebrew/formulary.rb:89:in `get_formula'
/usr/local/Library/Homebrew/formulary.rb:174:in `factory'
/usr/local/Library/Homebrew/formula.rb:404:in `factory'
/usr/local/Library/Homebrew/formula.rb:340:in `each'
/usr/local/Library/Homebrew/formula.rb:338:in `each'
/usr/local/Library/Homebrew/formula.rb:338:in `each'
/usr/local/Library/Homebrew/cmd/doctor.rb:814:in `check_for_linked_keg_only_brews'
/usr/local/Library/Homebrew/cmd/doctor.rb:1091:in `send'
/usr/local/Library/Homebrew/cmd/doctor.rb:1091:in `doctor'
/usr/local/Library/Homebrew/cmd/doctor.rb:1090:in `each'
/usr/local/Library/Homebrew/cmd/doctor.rb:1090:in `doctor'
/usr/local/Library/brew.rb:89:in `send'
/usr/local/Library/brew.rb:89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment