This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:569: checking host system type configure:618: checking for gcc configure:731: checking whether the C compiler (gcc ) works configure:747: gcc -o conftest conftest.c 1>&5 configure:744:1: warning: return type defaults to 'int' [-Wimplicit-int] 744 | main(){return(0);} | ^~~~ configure:773: checking whether the C compiler (gcc ) is a cross-compiler configure:778: checking whether we are using GNU C configure:787: gcc -E conftest.c configure:806: checking whether gcc accepts -g configure:838: checking how to run the C preprocessor configure:859: gcc -E conftest.c >/dev/null 2>conftest.out configure:920: checking for ranlib configure:959: checking for a BSD compatible install configure:1012: checking whether make sets ${MAKE} configure:1184: checking for ANSI C header files configure:1197: gcc -E conftest.c >/dev/null 2>conftest.out configure:1264: gcc -o conftest -g -O2 -Wall conftest.c 1>&5 configure: In function 'main': configure:1259:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 1259 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | ^~~~ configure:1259:67: warning: incompatible implicit declaration of built-in function 'exit' configure:1255:1: note: include '' or provide a declaration of 'exit' 1254 | #include +++ |+#include 1255 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') configure:1260:1: warning: incompatible implicit declaration of built-in function 'exit' 1260 | exit (0); } | ^~~~ configure:1260:1: note: include '' or provide a declaration of 'exit' configure:1291: checking for string.h configure:1301: gcc -E conftest.c >/dev/null 2>conftest.out configure:1291: checking for getopt.h configure:1301: gcc -E conftest.c >/dev/null 2>conftest.out configure:1297:10: fatal error: getopt.h: No such file or directory 1297 | #include <$ac_hdr> | ^~~~~~~~~ compilation terminated. configure: failed program was: #line 1296 "configure" #include "confdefs.h" #include configure:1291: checking for dirent.h configure:1301: gcc -E conftest.c >/dev/null 2>conftest.out configure:1291: checking for time.h configure:1301: gcc -E conftest.c >/dev/null 2>conftest.out configure:1331: checking for graphics support configure:1540: checking for X configure:1607: gcc -E conftest.c >/dev/null 2>conftest.out configure:1683: gcc -o conftest -g -O2 -Wall conftest.c -lXt 1>&5 configure: In function 'main': configure:1679:1: warning: implicit declaration of function 'XtMalloc' [-Wimplicit-function-declaration] 1679 | ${x_direct_test_function}() | ^~~~~~~~ configure:1856: checking for dnet_ntoa in -ldnet configure:1875: gcc -o conftest -g -O2 -Wall conftest.c -ldnet 1>&5 collect2: fatal error: library libdnet not found compilation terminated. configure: failed program was: #line 1864 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1897: checking for dnet_ntoa in -ldnet_stub configure:1916: gcc -o conftest -g -O2 -Wall conftest.c -ldnet_stub 1>&5 collect2: fatal error: library libdnet_stub not found compilation terminated. configure: failed program was: #line 1905 "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 dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1945: checking for gethostbyname configure:1973: gcc -o conftest -g -O2 -Wall conftest.c 1>&5 configure:2043: checking for connect configure:2071: gcc -o conftest -g -O2 -Wall conftest.c 1>&5 configure:2135: checking for remove configure:2163: gcc -o conftest -g -O2 -Wall conftest.c 1>&5 configure:2227: checking for shmat configure:2255: gcc -o conftest -g -O2 -Wall conftest.c 1>&5 configure:2328: checking for IceConnectionNumber in -lICE configure:2347: gcc -o conftest -g -O2 -Wall conftest.c -lICE 1>&5 configure:2375: checking for X11/extensions/XShm.h configure:2385: gcc -E conftest.c >/dev/null 2>conftest.out configure:2425: checking for sound support configure:2928: checking for file globbing support configure:2931: checking for _dos_findfirst configure:2959: gcc -o conftest -g -O2 -Wall -DMITSHM conftest.c 1>&5 ld: 0711-317 ERROR: Undefined symbol: ._dos_findfirst ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: error: ld returned 8 exit status configure: failed program was: #line 2936 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _dos_findfirst(); below. */ #include /* 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 _dos_findfirst(); int main() { /* 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__dos_findfirst) || defined (__stub____dos_findfirst) choke me #else _dos_findfirst(); #endif ; return 0; } configure:2979: checking for _findfirst configure:3007: gcc -o conftest -g -O2 -Wall -DMITSHM conftest.c 1>&5 ld: 0711-317 ERROR: Undefined symbol: ._findfirst ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: error: ld returned 8 exit status configure: failed program was: #line 2984 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _findfirst(); below. */ #include /* 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 _findfirst(); int main() { /* 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__findfirst) || defined (__stub____findfirst) choke me #else _findfirst(); #endif ; return 0; } configure:3030: checking for working const configure:3084: gcc -c -g -O2 -Wall -DMITSHM conftest.c 1>&5 configure: In function 'main': configure:3058:15: warning: unused variable 's' [-Wunused-variable] 3058 | char const *s = 0 ? (char *) 0 : (char const *) 0; | ^ configure:3078:13: warning: unused variable 'foo' [-Wunused-variable] 3078 | const int foo = 10; | ^~~ configure:3046:27: warning: unused variable 'zero' [-Wunused-variable] 3046 | static struct point const zero = {0,0}; | ^~~~ configure:3040:39: warning: unused variable 'x' [-Wunused-variable] 3040 | typedef int charset[2]; const charset x; | ^ configure:3060:5: warning: 't' is used uninitialized in this function [-Wuninitialized] 3060 | *t++ = 0; | ~^~ configure:3075:21: warning: 'b' is used uninitialized in this function [-Wuninitialized] 3075 | struct s *b; b->j = 5; | ~~~~~^~~ configure:3105: checking for inline configure:3119: gcc -c -g -O2 -Wall -DMITSHM conftest.c 1>&5 configure:3115:10: warning: return type defaults to 'int' [-Wimplicit-int] 3115 | } $ac_kw foo() { | ^~~ configure:3145: checking whether time.h and sys/time.h may both be included configure:3159: gcc -c -g -O2 -Wall -DMITSHM conftest.c 1>&5 configure: In function 'main': configure:3155:12: warning: unused variable 'tp' [-Wunused-variable] 3155 | struct tm *tp; | ^~ configure:3188: checking whether gcc needs -traditional configure:3234: checking for 8-bit clean memcmp configure:3252: gcc -o conftest -g -O2 -Wall -DMITSHM -DINLINE=inline conftest.c 1>&5 configure:3244:1: warning: return type defaults to 'int' [-Wimplicit-int] 3244 | main() | ^~~~ configure: In function 'main': configure:3247:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 3247 | exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); | ^~~~ configure:3247:3: warning: incompatible implicit declaration of built-in function 'exit' configure:3243:1: note: include '' or provide a declaration of 'exit' 3242 | #include "confdefs.h" +++ |+#include 3243 | configure:3247:8: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] 3247 | exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); | ^~~~~~ configure:3247:25: warning: 'memcmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 3247 | exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); | ^ : note: built-in 'memcmp' declared here configure:3247:52: warning: 'memcmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 3247 | exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1); | ^ : note: built-in 'memcmp' declared here configure:3270: checking for vprintf configure:3298: gcc -o conftest -g -O2 -Wall -DMITSHM -DINLINE=inline conftest.c 1>&5 configure:3282:6: warning: conflicting types for built-in function 'vprintf'; expected 'int(const char *, char *)' [-Wbuiltin-declaration-mismatch] 3282 | char vprintf(); | ^~~~~~~ configure:3279:1: note: 'vprintf' is declared in header '' 3278 | #include +++ |+#include 3279 | /* Override any gcc2 internal prototype to avoid an error. */ configure:3377: checking for vsnprintf configure:3405: gcc -o conftest -g -O2 -Wall -DMITSHM -DINLINE=inline conftest.c 1>&5 configure:3389:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, long unsigned int, const char *, char *)' [-Wbuiltin-declaration-mismatch] 3389 | char $ac_func(); | ^~~~~~~~~ configure:3386:1: note: 'vsnprintf' is declared in header '' 3385 | #include +++ |+#include 3386 | /* Override any gcc2 internal prototype to avoid an error. */ configure:3377: checking for gettimeofday configure:3405: gcc -o conftest -g -O2 -Wall -DMITSHM -DINLINE=inline conftest.c 1>&5 configure:3377: checking for getopt_long configure:3405: gcc -o conftest -g -O2 -Wall -DMITSHM -DINLINE=inline conftest.c 1>&5 ld: 0711-317 ERROR: Undefined symbol: .getopt_long ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: error: ld returned 8 exit status configure: failed program was: #line 3382 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getopt_long(); below. */ #include /* 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 getopt_long(); int main() { /* 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_getopt_long) || defined (__stub___getopt_long) choke me #else getopt_long(); #endif ; return 0; }