This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:570: checking for a BSD compatible install configure:629: checking host system type configure:670: checking if --enable-debug option specified configure:988: checking whether the compiler (cc -fno-common -L/usr/local/lib) actually works configure:1022: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:1053: checking for sh configure:1094: checking for sendmail configure:1138: checking for perl5 configure:1177: checking for preserve directory configure:1209: checking for chmod configure:1245: checking for cp configure:1281: checking for ln configure:1317: checking for mkdir configure:1353: checking for rm configure:1389: checking for strip configure:1424: checking how to run the C preprocessor configure:1445: cc -E conftest.c >/dev/null 2>conftest.out configure:1508: checking for X configure:1756: checking if --enable-perlinterp option specified configure:1810: checking for dlopen in -ldl configure:1829: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ldl 1>&5 ld: warning multiple definitions of symbol _dladdr /usr/local/lib/libdl.dylib(dlfcn.o) definition of _dladdr /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dladdr ld: warning multiple definitions of symbol _dlclose /usr/local/lib/libdl.dylib(dlfcn.o) definition of _dlclose /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dlclose ld: warning multiple definitions of symbol _dlerror /usr/local/lib/libdl.dylib(dlfcn.o) definition of _dlerror /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dlerror ld: warning multiple definitions of symbol _dlopen /usr/local/lib/libdl.dylib(dlfcn.o) definition of _dlopen /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dlopen ld: warning multiple definitions of symbol _dlsym /usr/local/lib/libdl.dylib(dlfcn.o) definition of _dlsym /usr/lib/libSystem.dylib(dyldAPIsInLibSystem.o) definition of _dlsym configure:1859: checking for library containing Tcl_Init configure:1877: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ldl -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used ld: Undefined symbols: _Tcl_Init symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure: failed program was: #line 1866 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char Tcl_Init(); int main() { Tcl_Init() ; return 0; } configure:1899: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ltcl -ldl -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:1921: checking for library containing Tk_Init configure:1939: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ltcl -ldl -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used ld: Undefined symbols: _Tk_Init symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure: failed program was: #line 1928 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char Tk_Init(); int main() { Tk_Init() ; return 0; } configure:1961: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ltk -L/usr/X11R6/lib -lX11 -ltcl -ldl -lm 1>&5 ld: can't locate file for: -ltk configure: failed program was: #line 1950 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char Tk_Init(); int main() { Tk_Init() ; return 0; } configure:1961: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ltk82 -L/usr/X11R6/lib -lX11 -ltcl -ldl -lm 1>&5 ld: can't locate file for: -ltk82 configure: failed program was: #line 1950 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char Tk_Init(); int main() { Tk_Init() ; return 0; } configure:1961: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ltk8.2 -L/usr/X11R6/lib -lX11 -ltcl -ldl -lm 1>&5 ld: can't locate file for: -ltk8.2 configure: failed program was: #line 1950 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char Tk_Init(); int main() { Tk_Init() ; return 0; } configure:1961: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ltk84 -L/usr/X11R6/lib -lX11 -ltcl -ldl -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:1990: checking for tgetent in -ltermlib configure:2009: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ltermlib -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: can't locate file for: -ltermlib configure: failed program was: #line 1998 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char tgetent(); int main() { tgetent() ; return 0; } configure:2032: checking for tgetent in -ltermcap configure:2051: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ltermcap -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used ld: Undefined symbols: _tgetent symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure: failed program was: #line 2040 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char tgetent(); int main() { tgetent() ; return 0; } configure:2078: checking if --enable-curses option specified configure:2097: checking for sys/mman.h configure:2107: cc -E conftest.c >/dev/null 2>conftest.out configure:2131: checking for sys/select.h configure:2141: cc -E conftest.c >/dev/null 2>conftest.out configure:2165: checking for ANSI C header files configure:2178: cc -E conftest.c >/dev/null 2>conftest.out configure:2245: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2269: checking for ssize_t configure:2302: checking whether byte ordering is bigendian configure:2320: cc -c -fno-common conftest.c 1>&5 configure:2335: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:2330: error: `not' undeclared (first use in this function) configure:2330: error: (Each undeclared identifier is reported only once configure:2330: error: for each function it appears in.) configure:2330: error: parse error before "big" configure: failed program was: #line 2324 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:2392: checking for working const configure:2446: cc -c -fno-common conftest.c 1>&5 configure:2467: checking for st_blksize in struct stat configure:2480: cc -c -fno-common conftest.c 1>&5 configure:2501: checking for mode_t configure:2534: checking for off_t configure:2567: checking for pid_t configure:2600: checking for size_t configure:2633: checking whether struct tm is in sys/time.h or time.h configure:2646: cc -c -fno-common conftest.c 1>&5 configure:2670: checking for bsearch configure:2698: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2670: checking for gethostname configure:2698: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2670: checking for getopt configure:2698: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2670: checking for memchr configure:2698: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2670: checking for memcpy configure:2698: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 configure:2682: warning: conflicting types for built-in function `memcpy' ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2670: checking for memmove configure:2698: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2670: checking for memset configure:2698: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 configure:2682: warning: conflicting types for built-in function `memset' ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2725: checking for bsearch configure:2725: checking for gethostname configure:2725: checking for getopt configure:2725: checking for memchr configure:2725: checking for memcpy configure:2725: checking for memmove configure:2725: checking for memset configure:2782: checking for mkstemp configure:2810: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2782: checking for mmap configure:2810: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2782: checking for snprintf configure:2810: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 configure:2794: 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 symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2782: checking for strdup configure:2810: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2782: checking for strerror configure:2810: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2782: checking for strpbrk configure:2810: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 configure:2794: warning: conflicting types for built-in function `strpbrk' ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2782: checking for strtol configure:2810: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2837: checking for mkstemp configure:2837: checking for mmap configure:2837: checking for snprintf configure:2837: checking for strdup configure:2837: checking for strerror configure:2837: checking for strpbrk configure:2837: checking for strtol configure:2894: checking for strtoul configure:2922: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2894: checking for vsnprintf configure:2922: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 configure:2906: warning: conflicting types for built-in function `vsnprintf' ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:2949: checking for strtoul configure:2949: checking for vsnprintf configure:3007: checking for select configure:3035: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3062: checking for setenv configure:3090: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3118: checking for strsep configure:3146: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3174: checking for unsetenv configure:3202: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3232: checking for unistd.h configure:3242: cc -E conftest.c >/dev/null 2>conftest.out configure:3271: checking for getpagesize configure:3299: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3324: checking for working mmap configure:3472: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3496: checking for vfork.h configure:3506: cc -E conftest.c >/dev/null 2>conftest.out configure:3502:19: vfork.h: No such file or directory configure: failed program was: #line 3501 "configure" #include "confdefs.h" #include configure:3531: checking for working vfork configure:3682: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3714: checking for fcntl/flock configure:3731: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3776: checking for ftruncate/chsize configure:3788: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3837: checking for tigetstr/tigetnum configure:3849: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3884: checking for addnstr configure:3896: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3917: checking for beep configure:3929: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3950: checking for flash configure:3962: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:3983: checking for idlok configure:3995: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:4016: checking for keypad configure:4028: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:4049: checking for newterm configure:4061: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:4090: checking for setupterm configure:4102: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:4123: checking for broken gettimeofday system call configure:4136: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:4157: checking for System V pty calls configure:4169: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used ld: Undefined symbols: _XXXgrantpt symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure: failed program was: #line 4162 "configure" #include "confdefs.h" int main() { XXXgrantpt(0); ; return 0; } configure:4190: checking for revoke system call configure:4202: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:4223: checking for int type sprintf return value configure:4235: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lcurses -ltk84 -ltcl -ldl -lm -L/usr/X11R6/lib -lX11 -lm 1>&5 ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _dladdr used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlclose used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlerror used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlopen used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) symbol _dlsym used from dynamic library /usr/lib/libm.dylib(dyldAPIsInLibSystem.o) not from earlier dynamic library /usr/local/lib/libdl.1.dylib(dlfcn.o) configure:4258: checking if --enable-db option specified configure:4277: checking if --enable-re option specified configure:4297: checking for u_char configure:4309: cc -c -fno-common conftest.c 1>&5 configure:4328: checking for u_short configure:4340: cc -c -fno-common conftest.c 1>&5 configure:4359: checking for u_int configure:4371: cc -c -fno-common conftest.c 1>&5 configure:4390: checking for u_long configure:4402: cc -c -fno-common conftest.c 1>&5 configure:4421: checking for u_int8_t configure:4433: cc -c -fno-common conftest.c 1>&5 configure:4493: checking for u_int16_t configure:4505: cc -c -fno-common conftest.c 1>&5 configure:4584: checking for int16_t configure:4596: cc -c -fno-common conftest.c 1>&5 configure:4658: checking for u_int32_t configure:4670: cc -c -fno-common conftest.c 1>&5 configure:4749: checking for int32_t configure:4761: cc -c -fno-common conftest.c 1>&5