This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:591: checking for gcc configure:704: checking whether the C compiler (cc -fno-common ) works configure:720: cc -o conftest -fno-common conftest.c 1>&5 configure:746: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:751: checking whether we are using GNU C configure:760: cc -E conftest.c configure:779: checking whether cc accepts -g configure:811: checking whether make sets ${MAKE} configure:849: checking for a BSD compatible install configure:902: checking whether ln -s works configure:927: checking for mawk configure:959: checking for gzip configure:1034: checking for ssh configure:1076: checking for etags configure:1112: checking for crypt in -lc configure:1131: cc -o conftest -fno-common conftest.c -lc 1>&5 configure:1201: checking for getuserattr in -ls configure:1220: cc -o conftest -fno-common conftest.c -ls 1>&5 ld: can't locate file for: -ls configure: failed program was: #line 1209 "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 getuserattr(); int main() { getuserattr() ; return 0; } configure:1249: checking for POSIXized ISC configure:1274: checking for dirent.h that defines DIR configure:1287: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1280: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 1279 "configure" #include "confdefs.h" #include #include int main() { DIR *dirp = 0; ; return 0; } configure:1274: checking for sys/ndir.h that defines DIR configure:1287: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1280: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:1281:22: sys/ndir.h: No such file or directory configure: In function `main': configure:1283: error: `DIR' undeclared (first use in this function) configure:1283: error: (Each undeclared identifier is reported only once configure:1283: error: for each function it appears in.) configure:1283: error: `dirp' undeclared (first use in this function) configure: failed program was: #line 1279 "configure" #include "confdefs.h" #include #include int main() { DIR *dirp = 0; ; return 0; } configure:1274: checking for sys/dir.h that defines DIR configure:1287: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1280: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 1279 "configure" #include "confdefs.h" #include #include int main() { DIR *dirp = 0; ; return 0; } configure:1274: checking for ndir.h that defines DIR configure:1287: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1280: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:1281:18: ndir.h: No such file or directory configure: In function `main': configure:1283: error: `DIR' undeclared (first use in this function) configure:1283: error: (Each undeclared identifier is reported only once configure:1283: error: for each function it appears in.) configure:1283: error: `dirp' undeclared (first use in this function) configure: failed program was: #line 1279 "configure" #include "confdefs.h" #include #include int main() { DIR *dirp = 0; ; return 0; } configure:1353: checking for opendir in -lx configure:1372: cc -o conftest -fno-common conftest.c -lx 1>&5 ld: can't locate file for: -lx configure: failed program was: #line 1361 "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 opendir(); int main() { opendir() ; return 0; } configure:1395: checking for sys/wait.h that is POSIX.1 compatible configure:1416: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1401: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 1400 "configure" #include "confdefs.h" #include #include #ifndef WEXITSTATUS #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) #endif #ifndef WIFEXITED #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) #endif int main() { int s; wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } configure:1437: checking how to run the C preprocessor configure:1458: cc -E conftest.c >/dev/null 2>conftest.out configure:1520: checking for fcntl.h configure:1530: cc -E conftest.c >/dev/null 2>conftest.out configure:1520: checking for unistd.h configure:1530: cc -E conftest.c >/dev/null 2>conftest.out configure:1558: checking for working const configure:1612: cc -c -fno-common conftest.c 1>&5 configure:1634: checking whether utime accepts a null argument configure:1655: cc -o conftest -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:1645: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 1644 "configure" #include "confdefs.h" #include #include main() { struct stat s, t; exit(!(stat ("conftestdata", &s) == 0 && utime("conftestdata", (long *)0) == 0 && stat("conftestdata", &t) == 0 && t.st_mtime >= s.st_mtime && t.st_mtime - s.st_mtime < 120)); } configure:1681: checking for snprintf configure:1709: cc -o conftest -fno-common conftest.c 1>&5 configure:1693: warning: conflicting types for built-in function `snprintf' configure:1736: checking for strlcpy configure:1764: cc -o conftest -fno-common conftest.c 1>&5 configure:1791: checking for strlcat configure:1819: cc -o conftest -fno-common conftest.c 1>&5 configure:1877: checking for tclsh8.4 configure:2079: checking for wish8.4 configure:2156: checking if tclsh is compiled with memory debugging configure:2171: checking tcl.h configure:2212: checking tk.h configure:2248: checking tkConfig.sh configure:2289: checking for X configure:2635: checking for OpenSSL configure:2676: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lcrypto 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from /usr/local/include/openssl/rand.h:62, from configure:2665: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 2662 "configure" #include "confdefs.h" #include #include int main(void) { char a[2048]; memset(a, 0, sizeof(a)); RAND_add(a, sizeof(a), sizeof(a)); return(RAND_status() <= 0); } configure:2676: cc -o conftest -fno-common -I/usr/local/include conftest.c -lcrypto 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from /usr/local/include/openssl/rand.h:62, from configure:2665: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 2662 "configure" #include "confdefs.h" #include #include int main(void) { char a[2048]; memset(a, 0, sizeof(a)); RAND_add(a, sizeof(a), sizeof(a)); return(RAND_status() <= 0); } configure:2676: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lcrypto 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from /usr/local/include/openssl/rand.h:62, from configure:2665: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 2662 "configure" #include "confdefs.h" #include #include int main(void) { char a[2048]; memset(a, 0, sizeof(a)); RAND_add(a, sizeof(a), sizeof(a)); return(RAND_status() <= 0); } configure:2755: checking system version (for imap & dynamic loading) configure:2781: checking for dlopen in -ldl configure:2800: cc -o conftest -fno-common conftest.c -ldl 1>&5 configure:3344: checking for sys/time.h configure:3354: cc -E conftest.c >/dev/null 2>conftest.out configure:3381: checking whether time.h and sys/time.h may both be included configure:3395: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:3387: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 3386 "configure" #include "confdefs.h" #include #include #include int main() { struct tm *tp; ; return 0; } configure:3416: checking whether struct tm is in sys/time.h or time.h configure:3429: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:3422: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 3421 "configure" #include "confdefs.h" #include #include int main() { struct tm *tp; tp->tm_sec; ; return 0; } configure:3450: checking for tm_zone in struct tm configure:3463: cc -c -fno-common conftest.c 1>&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:3456: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure: failed program was: #line 3455 "configure" #include "confdefs.h" #include #include int main() { struct tm tm; tm.tm_zone; ; return 0; } configure:3483: checking for tzname configure:3498: cc -o conftest -fno-common conftest.c 1>&5 configure:3521: checking tm_tzadj in struct tm configure:3530: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:3526: error: structure has no member named `tm_tzadj' configure: failed program was: #line 3523 "configure" #include "confdefs.h" #include int main() { struct tm tm; tm.tm_tzadj; ; return 0; } configure:3546: checking tm_gmtoff in struct tm configure:3555: cc -c -fno-common conftest.c 1>&5 configure:3576: checking long timezone variable configure:3587: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:3581: error: `timezone' redeclared as different kind of symbol /usr/include/time.h:149: error: previous declaration of `timezone' configure: failed program was: #line 3578 "configure" #include "confdefs.h" #include int main() { extern long timezone; timezone += 1; exit (0); ; return 0; } configure:3608: checking time_t timezone variable configure:3619: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:3613: error: `timezone' redeclared as different kind of symbol /usr/include/time.h:149: error: previous declaration of `timezone' configure: failed program was: #line 3610 "configure" #include "confdefs.h" #include int main() { extern time_t timezone; timezone += 1; exit (0); ; return 0; } configure:3700: checking Names of generated text files