This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 116 tasks, 171 threads, 4 processors Load average: 0.08, Mach factor: 3.91 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1326: checking whether make sets $(MAKE) configure:1346: result: yes configure:1411: checking for i386-unknown-gnu-gcc configure:1437: result: cc configure:1719: checking for C compiler version configure:1722: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1725: $? = 0 configure:1727: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1730: $? = 0 configure:1732: cc -V &5 cc: `-V' option must have argument configure:1735: $? = 1 configure:1758: checking for C compiler default output file name configure:1761: cc -fno-common -I/usr/local//include -L/usr/local//lib conftest.c >&5 configure:1764: $? = 0 configure:1810: result: a.out configure:1815: checking whether the C compiler works configure:1821: ./a.out configure:1824: $? = 0 configure:1841: result: yes configure:1848: checking whether we are cross compiling configure:1850: result: no configure:1853: checking for suffix of executables configure:1855: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c >&5 configure:1858: $? = 0 configure:1883: result: configure:1889: checking for suffix of object files configure:1910: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:1913: $? = 0 configure:1935: result: configure:1939: checking whether we are using the GNU C compiler configure:1963: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:1969: $? = 0 configure:1973: test -z || test ! -s conftest.err configure:1976: $? = 0 configure:1979: test -s conftest. configure:1982: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1995: result: no configure:2001: checking whether cc accepts -g configure:2022: cc -c -g -I/usr/local//include conftest.c >&5 configure:2028: $? = 0 configure:2032: test -z || test ! -s conftest.err configure:2035: $? = 0 configure:2038: test -s conftest. configure:2041: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2052: result: no configure:2069: checking for cc option to accept ANSI C configure:2139: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:2145: $? = 0 configure:2149: test -z || test ! -s conftest.err configure:2152: $? = 0 configure:2155: test -s conftest. configure:2158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2139: cc -qlanglvl=ansi -c -fno-common -I/usr/local//include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2145: $? = 0 configure:2149: test -z || test ! -s conftest.err configure:2152: $? = 0 configure:2155: test -s conftest. configure:2158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2139: cc -std1 -c -fno-common -I/usr/local//include conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2145: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2139: cc -Ae -c -fno-common -I/usr/local//include conftest.c >&5 :6:2: missing '(' after predicate configure:2145: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2139: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/usr/local//include conftest.c >&5 :6:2: missing '(' after predicate configure:2145: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2139: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/usr/local//include conftest.c >&5 cc: unrecognized option `-Xc' configure:2145: $? = 0 configure:2149: test -z || test ! -s conftest.err configure:2152: $? = 0 configure:2155: test -s conftest. configure:2158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2176: result: none needed configure:2194: cc -c -fno-common -I/usr/local//include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2200: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2336: checking for i386-unknown-gnu-ranlib configure:2365: result: no configure:2374: checking for ranlib configure:2390: found /usr/bin/ranlib configure:2401: result: ranlib configure:2426: checking for a BSD-compatible install configure:2481: result: /usr/bin/install -c -o root -g wheel configure:2496: checking for sendmail configure:2530: result: no configure:2542: checking for flex configure:2561: found /usr/bin/flex configure:2573: result: /usr/bin/flex configure:2588: checking for lex configure:2619: result: /usr/bin/flex configure:2643: checking how to run the C preprocessor configure:2678: cc -E -I/usr/local//include conftest.c configure:2684: $? = 0 configure:2716: cc -E -I/usr/local//include conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2722: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2761: result: cc -E configure:2785: cc -E -I/usr/local//include conftest.c configure:2791: $? = 0 configure:2823: cc -E -I/usr/local//include conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2829: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2873: checking for egrep configure:2883: result: grep -E configure:2888: checking for ANSI C header files configure:2913: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:2919: $? = 0 configure:2923: test -z || test ! -s conftest.err configure:2926: $? = 0 configure:2929: test -s conftest. configure:2932: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3041: result: no configure:3065: checking for sys/types.h configure:3081: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3087: $? = 0 configure:3091: test -z || test ! -s conftest.err configure:3094: $? = 0 configure:3097: test -s conftest. configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3111: result: no configure:3065: checking for sys/stat.h configure:3081: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3087: $? = 0 configure:3091: test -z || test ! -s conftest.err configure:3094: $? = 0 configure:3097: test -s conftest. configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3111: result: no configure:3065: checking for stdlib.h configure:3081: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3087: $? = 0 configure:3091: test -z || test ! -s conftest.err configure:3094: $? = 0 configure:3097: test -s conftest. configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3111: result: no configure:3065: checking for string.h configure:3081: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3087: $? = 0 configure:3091: test -z || test ! -s conftest.err configure:3094: $? = 0 configure:3097: test -s conftest. configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3111: result: no configure:3065: checking for memory.h configure:3081: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3087: $? = 0 configure:3091: test -z || test ! -s conftest.err configure:3094: $? = 0 configure:3097: test -s conftest. configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3111: result: no configure:3065: checking for strings.h configure:3081: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3087: $? = 0 configure:3091: test -z || test ! -s conftest.err configure:3094: $? = 0 configure:3097: test -s conftest. configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3111: result: no configure:3065: checking for inttypes.h configure:3081: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3087: $? = 0 configure:3091: test -z || test ! -s conftest.err configure:3094: $? = 0 configure:3097: test -s conftest. configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3111: result: no configure:3065: checking for stdint.h configure:3081: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3087: $? = 0 configure:3091: test -z || test ! -s conftest.err configure:3094: $? = 0 configure:3097: test -s conftest. configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3111: result: no configure:3065: checking for unistd.h configure:3081: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3087: $? = 0 configure:3091: test -z || test ! -s conftest.err configure:3094: $? = 0 configure:3097: test -s conftest. configure:3100: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3111: result: no configure:3137: checking paths.h usability configure:3149: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:3155: $? = 0 configure:3159: test -z || test ! -s conftest.err configure:3162: $? = 0 configure:3165: test -s conftest. configure:3168: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3178: result: no configure:3182: checking paths.h presence configure:3192: cc -E -I/usr/local//include conftest.c configure:3198: $? = 0 configure:3218: result: yes configure:3231: WARNING: paths.h: present but cannot be compiled configure:3233: WARNING: paths.h: check for missing prerequisite headers? configure:3235: WARNING: paths.h: see the Autoconf documentation configure:3237: WARNING: paths.h: section "Present But Cannot Be Compiled" configure:3239: WARNING: paths.h: proceeding with the preprocessor's result configure:3241: WARNING: paths.h: in the future, the compiler will take precedence configure:3253: checking for paths.h configure:3260: result: yes configure:3275: checking for refresh in -lcurses configure:3305: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lcurses >&5 configure:3311: $? = 0 configure:3315: test -z || test ! -s conftest.err configure:3318: $? = 0 configure:3321: test -s conftest configure:3324: $? = 0 configure:3337: result: yes configure:3349: checking for refresh in -lncurses configure:3379: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lncurses -lcurses >&5 configure:3385: $? = 0 configure:3389: test -z || test ! -s conftest.err configure:3392: $? = 0 configure:3395: test -s conftest configure:3398: $? = 0 configure:3411: result: yes configure:3423: checking for inet_ntoa in -lnsl configure:3453: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lnsl -lncurses -lcurses >&5 ld: can't locate file for: -lnsl configure:3459: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char inet_ntoa (); | int | main () | { | inet_ntoa (); | ; | return 0; | } configure:3485: result: no configure:3497: checking for yywrap in -lfl configure:3527: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lfl -lncurses -lcurses >&5 configure:3533: $? = 0 configure:3537: test -z || test ! -s conftest.err configure:3540: $? = 0 configure:3543: test -s conftest configure:3546: $? = 0 configure:3559: result: yes configure:3571: checking for yywrap in -ll configure:3601: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -ll -lfl -lncurses -lcurses >&5 configure:3607: $? = 0 configure:3611: test -z || test ! -s conftest.err configure:3614: $? = 0 configure:3617: test -s conftest configure:3620: $? = 0 configure:3633: result: yes configure:3645: checking for pthread_create in -lpthread configure:3675: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lpthread -ll -lfl -lncurses -lcurses >&5 symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _write used from dynamic library /usr/lib/libSystem.dylib(write.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _read used from dynamic library /usr/lib/libSystem.dylib(read.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sigprocmask used from dynamic library /usr/lib/libSystem.dylib(sigprocmask.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sleep used from dynamic library /usr/lib/libSystem.dylib(sleep.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _select used from dynamic library /usr/lib/libSystem.dylib(select.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used configure:3681: $? = 0 configure:3685: test -z || test ! -s conftest.err configure:3688: $? = 0 configure:3691: test -s conftest configure:3694: $? = 0 configure:3707: result: yes configure:3727: checking for getpeername in -lsocket configure:3757: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lsocket -lpthread -ll -lfl -lncurses -lcurses >&5 ld: can't locate file for: -lsocket configure:3763: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getpeername (); | int | main () | { | getpeername (); | ; | return 0; | } configure:3789: result: no configure:3801: checking for gethostname in -lresolv configure:3831: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _write used from dynamic library /usr/lib/libSystem.dylib(write.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _read used from dynamic library /usr/lib/libSystem.dylib(read.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sigprocmask used from dynamic library /usr/lib/libSystem.dylib(sigprocmask.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sleep used from dynamic library /usr/lib/libSystem.dylib(sleep.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _select used from dynamic library /usr/lib/libSystem.dylib(select.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used configure:3837: $? = 0 configure:3841: test -z || test ! -s conftest.err configure:3844: $? = 0 configure:3847: test -s conftest configure:3850: $? = 0 configure:3863: result: yes configure:3875: checking for gethostbyname configure:3932: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _write used from dynamic library /usr/lib/libSystem.dylib(write.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _read used from dynamic library /usr/lib/libSystem.dylib(read.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sigprocmask used from dynamic library /usr/lib/libSystem.dylib(sigprocmask.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sleep used from dynamic library /usr/lib/libSystem.dylib(sleep.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _writev used from dynamic library /usr/lib/libSystem.dylib(writev.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _connect used from dynamic library /usr/lib/libSystem.dylib(connect.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _recvfrom used from dynamic library /usr/lib/libSystem.dylib(recvfrom.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _select used from dynamic library /usr/lib/libSystem.dylib(select.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sendto used from dynamic library /usr/lib/libSystem.dylib(sendto.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used configure:3938: $? = 0 configure:3942: test -z || test ! -s conftest.err configure:3945: $? = 0 configure:3948: test -s conftest configure:3951: $? = 0 configure:3963: result: yes configure:3977: checking for gethostbyname2 configure:4034: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _write used from dynamic library /usr/lib/libSystem.dylib(write.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _read used from dynamic library /usr/lib/libSystem.dylib(read.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sigprocmask used from dynamic library /usr/lib/libSystem.dylib(sigprocmask.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sleep used from dynamic library /usr/lib/libSystem.dylib(sleep.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _writev used from dynamic library /usr/lib/libSystem.dylib(writev.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _connect used from dynamic library /usr/lib/libSystem.dylib(connect.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _recvfrom used from dynamic library /usr/lib/libSystem.dylib(recvfrom.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _select used from dynamic library /usr/lib/libSystem.dylib(select.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sendto used from dynamic library /usr/lib/libSystem.dylib(sendto.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used configure:4040: $? = 0 configure:4044: test -z || test ! -s conftest.err configure:4047: $? = 0 configure:4050: test -s conftest configure:4053: $? = 0 configure:4065: result: yes configure:4080: checking for snprintf in -lc configure:4110: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lc -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 conftest.c:25: warning: conflicting types for built-in function `snprintf' configure:4116: $? = 0 configure:4120: test -z || test ! -s conftest.err configure:4123: $? = 0 configure:4126: test -s conftest configure:4129: $? = 0 configure:4142: result: yes configure:4148: checking for snprintf configure:4205: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _write used from dynamic library /usr/lib/libSystem.dylib(write.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _read used from dynamic library /usr/lib/libSystem.dylib(read.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sigprocmask used from dynamic library /usr/lib/libSystem.dylib(sigprocmask.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sleep used from dynamic library /usr/lib/libSystem.dylib(sleep.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _select used from dynamic library /usr/lib/libSystem.dylib(select.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) conftest.c:42: warning: conflicting types for built-in function `snprintf' ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used configure:4211: $? = 0 configure:4215: test -z || test ! -s conftest.err configure:4218: $? = 0 configure:4221: test -s conftest configure:4224: $? = 0 configure:4236: result: yes configure:4242: checking for _snprintf configure:4299: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _write used from dynamic library /usr/lib/libSystem.dylib(write.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _read used from dynamic library /usr/lib/libSystem.dylib(read.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sigprocmask used from dynamic library /usr/lib/libSystem.dylib(sigprocmask.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sleep used from dynamic library /usr/lib/libSystem.dylib(sleep.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _select used from dynamic library /usr/lib/libSystem.dylib(select.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used ld: Undefined symbols: __snprintf configure:4305: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | /* Define _snprintf to an innocuous variant, in case declares _snprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define _snprintf innocuous__snprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _snprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _snprintf | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _snprintf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub__snprintf) || defined (__stub____snprintf) | choke me | #else | char (*f) () = _snprintf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _snprintf; | ; | return 0; | } configure:4330: result: no configure:4337: checking for revoke in -lbsd configure:4367: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lbsd -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 ld: can't locate file for: -lbsd configure:4373: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char revoke (); | int | main () | { | revoke (); | ; | return 0; | } configure:4399: result: no configure:4411: checking for main in -lkstat configure:4435: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lkstat -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 ld: can't locate file for: -lkstat configure:4441: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:4467: result: no configure:4484: checking for main in -lssl configure:4508: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lssl -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _write used from dynamic library /usr/lib/libSystem.dylib(write.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _read used from dynamic library /usr/lib/libSystem.dylib(read.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sigprocmask used from dynamic library /usr/lib/libSystem.dylib(sigprocmask.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sleep used from dynamic library /usr/lib/libSystem.dylib(sleep.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _select used from dynamic library /usr/lib/libSystem.dylib(select.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used configure:4514: $? = 0 configure:4518: test -z || test ! -s conftest.err configure:4521: $? = 0 configure:4524: test -s conftest configure:4527: $? = 0 configure:4540: result: yes configure:4546: checking for main in -lcrypto configure:4570: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lcrypto -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _write used from dynamic library /usr/lib/libSystem.dylib(write.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _read used from dynamic library /usr/lib/libSystem.dylib(read.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sigprocmask used from dynamic library /usr/lib/libSystem.dylib(sigprocmask.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sleep used from dynamic library /usr/lib/libSystem.dylib(sleep.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _select used from dynamic library /usr/lib/libSystem.dylib(select.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used configure:4576: $? = 0 configure:4580: test -z || test ! -s conftest.err configure:4583: $? = 0 configure:4586: test -s conftest configure:4589: $? = 0 configure:4602: result: yes configure:4621: checking for hosts_ctl in -lwrap configure:4651: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lwrap -lresolv -lpthread -ll -lfl -lncurses -lcurses >&5 symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) ld: warning multiple definitions of symbol _write /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _write /usr/lib/libSystem.dylib(write.So) definition of _write ld: warning multiple definitions of symbol _read /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _read /usr/lib/libSystem.dylib(read.So) definition of _read ld: warning multiple definitions of symbol _connect /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _connect /usr/lib/libSystem.dylib(connect.So) definition of _connect ld: warning multiple definitions of symbol _writev /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _writev /usr/lib/libSystem.dylib(writev.So) definition of _writev ld: warning multiple definitions of symbol _wait4 /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _wait4 /usr/lib/libSystem.dylib(wait4.So) definition of _wait4 ld: warning multiple definitions of symbol _sigprocmask /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _sigprocmask /usr/lib/libSystem.dylib(sigprocmask.So) definition of _sigprocmask ld: warning multiple definitions of symbol _sleep /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _sleep /usr/lib/libSystem.dylib(sleep.So) definition of _sleep ld: warning multiple definitions of symbol _sendto /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _sendto /usr/lib/libSystem.dylib(sendto.So) definition of _sendto ld: warning multiple definitions of symbol _readv /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _readv /usr/lib/libSystem.dylib(readv.So) definition of _readv ld: warning multiple definitions of symbol _select /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _select /usr/lib/libSystem.dylib(select.So) definition of _select ld: warning multiple definitions of symbol _recvfrom /usr/local//lib/libpthread.dylib(pth_syscall.o) definition of _recvfrom /usr/lib/libSystem.dylib(recvfrom.So) definition of _recvfrom ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used ld: Undefined symbols: _allow_severity _deny_severity configure:4657: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char hosts_ctl (); | int | main () | { | hosts_ctl (); | ; | return 0; | } configure:4683: result: no configure:4709: checking tcpd.h usability configure:4721: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:4727: $? = 0 configure:4731: test -z || test ! -s conftest.err configure:4734: $? = 0 configure:4737: test -s conftest. configure:4740: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4750: result: no configure:4754: checking tcpd.h presence configure:4764: cc -E -I/usr/local//include conftest.c configure:4770: $? = 0 configure:4790: result: yes configure:4803: WARNING: tcpd.h: present but cannot be compiled configure:4805: WARNING: tcpd.h: check for missing prerequisite headers? configure:4807: WARNING: tcpd.h: see the Autoconf documentation configure:4809: WARNING: tcpd.h: section "Present But Cannot Be Compiled" configure:4811: WARNING: tcpd.h: proceeding with the preprocessor's result configure:4813: WARNING: tcpd.h: in the future, the compiler will take precedence configure:4825: checking for tcpd.h configure:4832: result: yes configure:4862: checking sys/socket.h usability configure:4874: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:4880: $? = 0 configure:4884: test -z || test ! -s conftest.err configure:4887: $? = 0 configure:4890: test -s conftest. configure:4893: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_TCPD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4903: result: no configure:4907: checking sys/socket.h presence configure:4917: cc -E -I/usr/local//include conftest.c configure:4923: $? = 0 configure:4943: result: yes configure:4956: WARNING: sys/socket.h: present but cannot be compiled configure:4958: WARNING: sys/socket.h: check for missing prerequisite headers? configure:4960: WARNING: sys/socket.h: see the Autoconf documentation configure:4962: WARNING: sys/socket.h: section "Present But Cannot Be Compiled" configure:4964: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:4966: WARNING: sys/socket.h: in the future, the compiler will take precedence configure:4978: checking for sys/socket.h configure:4985: result: yes configure:5012: checking netinet/in.h usability configure:5024: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:5030: $? = 0 configure:5034: test -z || test ! -s conftest.err configure:5037: $? = 0 configure:5040: test -s conftest. configure:5043: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_TCPD_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5053: result: no configure:5057: checking netinet/in.h presence configure:5067: cc -E -I/usr/local//include conftest.c configure:5073: $? = 0 configure:5093: result: yes configure:5106: WARNING: netinet/in.h: present but cannot be compiled configure:5108: WARNING: netinet/in.h: check for missing prerequisite headers? configure:5110: WARNING: netinet/in.h: see the Autoconf documentation configure:5112: WARNING: netinet/in.h: section "Present But Cannot Be Compiled" configure:5114: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:5116: WARNING: netinet/in.h: in the future, the compiler will take precedence configure:5128: checking for netinet/in.h configure:5135: result: yes configure:5152: checking for netinet/icmp6.h configure:5177: cc -c -fno-common -I/usr/local//include conftest.c >&5 In file included from conftest.c:32: /usr/include/netinet/icmp6.h:96: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:98: error: parse error before "icmp6_cksum" /usr/include/netinet/icmp6.h:100: error: parse error before "u_int32_t" /usr/include/netinet/icmp6.h:102: error: parse error before "icmp6_un_data8" /usr/include/netinet/icmp6.h:103: error: parse error before '}' token /usr/include/netinet/icmp6.h:104: error: parse error before '}' token /usr/include/netinet/icmp6.h:189: error: field `mld6_hdr' has incomplete type /usr/include/netinet/icmp6.h:204: error: field `nd_rs_hdr' has incomplete type /usr/include/netinet/icmp6.h:214: error: field `nd_ra_hdr' has incomplete type /usr/include/netinet/icmp6.h:215: error: parse error before "u_int32_t" /usr/include/netinet/icmp6.h:243: error: field `nd_ns_hdr' has incomplete type /usr/include/netinet/icmp6.h:254: error: field `nd_na_hdr' has incomplete type /usr/include/netinet/icmp6.h:276: error: field `nd_rd_hdr' has incomplete type /usr/include/netinet/icmp6.h:288: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:302: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:304: error: parse error before "nd_opt_pi_prefix_len" /usr/include/netinet/icmp6.h:305: error: parse error before "nd_opt_pi_flags_reserved" /usr/include/netinet/icmp6.h:306: error: parse error before "nd_opt_pi_valid_time" /usr/include/netinet/icmp6.h:307: error: parse error before "nd_opt_pi_preferred_time" /usr/include/netinet/icmp6.h:308: error: parse error before "nd_opt_pi_reserved2" /usr/include/netinet/icmp6.h:310: error: parse error before '}' token /usr/include/netinet/icmp6.h:316: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:318: error: parse error before "nd_opt_rh_reserved1" /usr/include/netinet/icmp6.h:319: error: parse error before "nd_opt_rh_reserved2" /usr/include/netinet/icmp6.h:324: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:326: error: parse error before "nd_opt_mtu_reserved" /usr/include/netinet/icmp6.h:327: error: parse error before "nd_opt_mtu_mtu" /usr/include/netinet/icmp6.h:331: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:333: error: parse error before "nd_opt_rti_prefixlen" /usr/include/netinet/icmp6.h:334: error: parse error before "nd_opt_rti_flags" /usr/include/netinet/icmp6.h:335: error: parse error before "nd_opt_rti_lifetime" /usr/include/netinet/icmp6.h:344: error: field `icmp6_nl_hdr' has incomplete type /usr/include/netinet/icmp6.h:345: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:352: error: parse error before '}' token /usr/include/netinet/icmp6.h:358: error: field `icmp6_ni_hdr' has incomplete type /usr/include/netinet/icmp6.h:359: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:421: error: parse error before "u_int32_t" /usr/include/netinet/icmp6.h:423: error: parse error before "ni_fqdn_name" /usr/include/netinet/icmp6.h:424: error: parse error before '}' token /usr/include/netinet/icmp6.h:430: error: field `rr_hdr' has incomplete type /usr/include/netinet/icmp6.h:431: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:433: error: parse error before "rr_maxdelay" /usr/include/netinet/icmp6.h:434: error: parse error before "rr_reserved" /usr/include/netinet/icmp6.h:449: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:451: error: parse error before "rpm_ordinal" /usr/include/netinet/icmp6.h:452: error: parse error before "rpm_matchlen" /usr/include/netinet/icmp6.h:453: error: parse error before "rpm_minlen" /usr/include/netinet/icmp6.h:454: error: parse error before "rpm_maxlen" /usr/include/netinet/icmp6.h:455: error: parse error before "rpm_reserved" /usr/include/netinet/icmp6.h:457: error: parse error before '}' token /usr/include/netinet/icmp6.h:465: error: parse error before "u_int8_t" /usr/include/netinet/icmp6.h:467: error: parse error before "rpu_ramask" /usr/include/netinet/icmp6.h:468: error: parse error before "rpu_raflags" /usr/include/netinet/icmp6.h:469: error: parse error before "rpu_vltime" /usr/include/netinet/icmp6.h:470: error: parse error before "rpu_pltime" /usr/include/netinet/icmp6.h:471: error: parse error before "rpu_flags" /usr/include/netinet/icmp6.h:473: error: parse error before '}' token /usr/include/netinet/icmp6.h:486: error: parse error before "u_int16_t" /usr/include/netinet/icmp6.h:488: error: parse error before "rrr_matchedlen" /usr/include/netinet/icmp6.h:489: error: parse error before "rrr_ifid" /usr/include/netinet/icmp6.h:491: error: parse error before '}' token /usr/include/netinet/icmp6.h:505: error: parse error before "u_int32_t" /usr/include/netinet/icmp6.h:527: error: parse error before "u_quad_t" /usr/include/netinet/icmp6.h:529: error: parse error before "icp6errs_dst_unreach_beyondscope" /usr/include/netinet/icmp6.h:530: error: parse error before "icp6errs_dst_unreach_addr" /usr/include/netinet/icmp6.h:531: error: parse error before "icp6errs_dst_unreach_noport" /usr/include/netinet/icmp6.h:532: error: parse error before "icp6errs_packet_too_big" /usr/include/netinet/icmp6.h:533: error: parse error before "icp6errs_time_exceed_transit" /usr/include/netinet/icmp6.h:534: error: parse error before "icp6errs_time_exceed_reassembly" /usr/include/netinet/icmp6.h:535: error: parse error before "icp6errs_paramprob_header" /usr/include/netinet/icmp6.h:536: error: parse error before "icp6errs_paramprob_nextheader" /usr/include/netinet/icmp6.h:537: error: parse error before "icp6errs_paramprob_option" /usr/include/netinet/icmp6.h:538: error: parse error before "icp6errs_redirect" /usr/include/netinet/icmp6.h:539: error: parse error before "icp6errs_unknown" /usr/include/netinet/icmp6.h:544: error: parse error before "u_quad_t" /usr/include/netinet/icmp6.h:546: error: parse error before "icp6s_toofreq" /usr/include/netinet/icmp6.h:547: error: parse error before "icp6s_outhist" /usr/include/netinet/icmp6.h:549: error: parse error before "icp6s_badcode" /usr/include/netinet/icmp6.h:550: error: parse error before "icp6s_tooshort" /usr/include/netinet/icmp6.h:551: error: parse error before "icp6s_checksum" /usr/include/netinet/icmp6.h:552: error: parse error before "icp6s_badlen" /usr/include/netinet/icmp6.h:553: error: parse error before "icp6s_reflect" /usr/include/netinet/icmp6.h:554: error: parse error before "icp6s_inhist" /usr/include/netinet/icmp6.h:555: error: parse error before "icp6s_nd_toomanyopt" /usr/include/netinet/icmp6.h:575: error: parse error before "icp6s_pmtuchg" /usr/include/netinet/icmp6.h:576: error: parse error before "icp6s_nd_badopt" /usr/include/netinet/icmp6.h:577: error: parse error before "icp6s_badns" /usr/include/netinet/icmp6.h:578: error: parse error before "icp6s_badna" /usr/include/netinet/icmp6.h:579: error: parse error before "icp6s_badrs" /usr/include/netinet/icmp6.h:580: error: parse error before "icp6s_badra" /usr/include/netinet/icmp6.h:581: error: parse error before "icp6s_badredirect" /usr/include/netinet/icmp6.h:556: error: storage size of `icp6s_outerrhist' isn't known configure:5183: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_TCPD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #if HAVE_SYS_TYPES_H | #include | # endif | #if HAVE_SYS_SOCKET_H | #include | # endif | #if HAVE_NETINET_IN_H | #include | #endif | | | #include configure:5207: result: no configure:5238: checking net-snmp/version.h usability configure:5250: cc -c -fno-common -I/usr/local//include conftest.c >&5 configure:5256: $? = 0 configure:5260: test -z || test ! -s conftest.err configure:5263: $? = 0 configure:5266: test -s conftest. configure:5269: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_TCPD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5279: result: no configure:5283: checking net-snmp/version.h presence configure:5293: cc -E -I/usr/local//include conftest.c configure:5299: $? = 0 configure:5319: result: yes configure:5332: WARNING: net-snmp/version.h: present but cannot be compiled configure:5334: WARNING: net-snmp/version.h: check for missing prerequisite headers? configure:5336: WARNING: net-snmp/version.h: see the Autoconf documentation configure:5338: WARNING: net-snmp/version.h: section "Present But Cannot Be Compiled" configure:5340: WARNING: net-snmp/version.h: proceeding with the preprocessor's result configure:5342: WARNING: net-snmp/version.h: in the future, the compiler will take precedence configure:5354: checking for net-snmp/version.h configure:5361: result: yes configure:5375: checking for snmp_open in -lsnmp configure:5405: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lsnmp -lresolv -lpthread -ll -lfl -lncurses -lcurses -lssl -lcrypto >&5 ld: can't locate file for: -lsnmp configure:5411: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_TCPD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NET_SNMP_VERSION_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char snmp_open (); | int | main () | { | snmp_open (); | ; | return 0; | } configure:5437: result: no configure:5443: checking for NetSnmpVersionInfo in -lsnmp configure:5473: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lsnmp -lresolv -lpthread -ll -lfl -lncurses -lcurses -lssl -lcrypto >&5 ld: can't locate file for: -lsnmp configure:5479: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_PATHS_H 1 | #define HAVE_LIBCURSES 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBFL 1 | #define HAVE_LIBL 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_TCPD_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NET_SNMP_VERSION_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char NetSnmpVersionInfo (); | int | main () | { | NetSnmpVersionInfo (); | ; | return 0; | } configure:5505: result: no configure:5511: checking for snmp_open in -lnetsnmp configure:5541: cc -o conftest -fno-common -I/usr/local//include -L/usr/local//lib conftest.c -lnetsnmp -lresolv -lpthread -ll -lfl -lncurses -lcurses -lssl -lcrypto >&5 symbol _pthread_attr_getguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_kill used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_join used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcanceltype used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_testcancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setconcurrency used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setcancelstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_once used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedparam used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getschedpolicy used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getscope used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_equal used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_create used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_cancel used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstackaddr used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_getstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setstacksize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_exit used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_init used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setdetachstate used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setguardsize used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_attr_setinheritsched used from dynamic library /usr/lib/libSystem.dylib(pthread.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_getspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_getspecific.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_setspecific used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_create used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_key_delete used from dynamic library /usr/lib/libSystem.dylib(pthread_tsd.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_yield_np used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_lock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_unlock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_settype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_init used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_gettype used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getpshared used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprotocol used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutexattr_destroy used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_setprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_getprioceiling used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _pthread_mutex_trylock used from dynamic library /usr/lib/libSystem.dylib(pthread_mutex.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _write used from dynamic library /usr/lib/libSystem.dylib(write.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _read used from dynamic library /usr/lib/libSystem.dylib(read.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sigprocmask used from dynamic library /usr/lib/libSystem.dylib(sigprocmask.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _sleep used from dynamic library /usr/lib/libSystem.dylib(sleep.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) symbol _pthread_self used from dynamic library /usr/lib/libSystem.dylib(pthread_self.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pthread.o) symbol _select used from dynamic library /usr/lib/libSystem.dylib(select.So) not from earlier dynamic library /usr/local/lib/libpthread.14.dylib(pth_syscall.o) ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used configure:5547: $? = 0 configure:5551: test -z || test ! -s conftest.err configure:5554: $? = 0 configure:5557: test -s conftest configure:5560: $? = 0 configure:5573: result: yes configure:5953: WARNING: without sendmail there is no support for alert messages configure:6092: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:659: creating src/Makefile config.status:763: creating src/defines.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func__snprintf=no ac_cv_func_gethostbyname=yes ac_cv_func_gethostbyname2=yes ac_cv_func_snprintf=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_net_snmp_version_h=yes ac_cv_header_netinet_icmp6_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_paths_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_tcpd_h=yes ac_cv_header_unistd_h=no ac_cv_lib_bsd_revoke=no ac_cv_lib_c_snprintf=yes ac_cv_lib_crypto_main=yes ac_cv_lib_curses_refresh=yes ac_cv_lib_fl_yywrap=yes ac_cv_lib_kstat_main=no ac_cv_lib_l_yywrap=yes ac_cv_lib_ncurses_refresh=yes ac_cv_lib_netsnmp_snmp_open=yes ac_cv_lib_nsl_inet_ntoa=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_resolv_gethostname=yes ac_cv_lib_snmp_NetSnmpVersionInfo=no ac_cv_lib_snmp_snmp_open=no ac_cv_lib_socket_getpeername=no ac_cv_lib_ssl_main=yes ac_cv_lib_wrap_hosts_ctl=no ac_cv_objext= ac_cv_path_LEX=/usr/bin/flex ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='-I/usr/local//include ' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' IPV6='IPV6=-DENABLE_IPV6' LDFLAGS='-L/usr/local//lib ' LEX='/usr/bin/flex' LIBOBJS='' LIBS='-lresolv -lpthread -ll -lfl -lncurses -lcurses -lnetsnmp -lssl -lcrypto' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PROGS=' sysmond sysmon' RANLIB='ranlib' SENDMAIL='-DMAIL=' SET_MAKE='' SHELL='/bin/sh' SNMP='-DENABLE_SNMP' SNP='-DHAVE_SNPRINTF' SSL='-DHAVE_SSL' ac_ct_CC='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETHOSTBYNAME2 1 #define HAVE_LIBCURSES 1 #define HAVE_LIBFL 1 #define HAVE_LIBL 1 #define HAVE_LIBNCURSES 1 #define HAVE_LIBPTHREAD 1 #define HAVE_LIBRESOLV 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NET_SNMP_VERSION_H 1 #define HAVE_PATHS_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_TCPD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 0