This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:541: checking for bison configure:574: checking for gcc configure:687: checking whether the C compiler (gcc ) works configure:703: gcc -o conftest conftest.c 1>&5 configure:700:1: warning: return type defaults to 'int' [-Wimplicit-int] 700 | main(){return(0);} | ^~~~ configure:729: checking whether the C compiler (gcc ) is a cross-compiler configure:734: checking whether we are using GNU C configure:743: gcc -E conftest.c configure:762: checking whether gcc accepts -g configure:794: checking how to run the C preprocessor configure:815: gcc -E conftest.c >/dev/null 2>conftest.out configure:876: checking for flex configure:910: checking for yywrap in -lfl configure:929: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:982: checking for a BSD compatible install configure:1035: checking whether ln -s works configure:1056: checking whether make sets ${MAKE} configure:1085: checking for ranlib configure:1117: checking for c++ configure:1149: checking whether the C++ compiler (c++ ) works configure:1165: c++ -o conftest conftest.C 1>&5 configure:1191: checking whether the C++ compiler (c++ ) is a cross-compiler configure:1196: checking whether we are using GNU C++ configure:1205: c++ -E conftest.C configure:1224: checking whether c++ accepts -g configure:1261: checking for X configure:1328: gcc -E conftest.c >/dev/null 2>conftest.out configure:1404: gcc -o conftest -g -O2 conftest.c -lXt 1>&5 configure: In function 'main': configure:1400:1: warning: implicit declaration of function 'XtMalloc' [-Wimplicit-function-declaration] 1400 | ${x_direct_test_function}() | ^~~~~~~~ configure:1575: checking for dnet_ntoa in -ldnet configure:1594: gcc -o conftest -g -O2 conftest.c -ldnet 1>&5 collect2: fatal error: library libdnet not found compilation terminated. configure: failed program was: #line 1583 "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:1616: checking for dnet_ntoa in -ldnet_stub configure:1635: gcc -o conftest -g -O2 conftest.c -ldnet_stub 1>&5 collect2: fatal error: library libdnet_stub not found compilation terminated. configure: failed program was: #line 1624 "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:1664: checking for gethostbyname configure:1692: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1762: checking for connect configure:1790: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1854: checking for remove configure:1882: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1946: checking for shmat configure:1974: gcc -o conftest -g -O2 conftest.c 1>&5 configure:2047: checking for IceConnectionNumber in -lICE configure:2066: gcc -o conftest -g -O2 conftest.c -lICE 1>&5 configure:2091: checking for ANSI C header files configure:2104: gcc -E conftest.c >/dev/null 2>conftest.out configure:2171: gcc -o conftest -g -O2 conftest.c 1>&5 configure: In function 'main': configure:2166:67: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 2166 | if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); | ^~~~ configure:2166:67: warning: incompatible implicit declaration of built-in function 'exit' configure:2162:1: note: include '' or provide a declaration of 'exit' 2161 | #include +++ |+#include 2162 | #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') configure:2167:1: warning: incompatible implicit declaration of built-in function 'exit' 2167 | exit (0); } | ^~~~ configure:2167:1: note: include '' or provide a declaration of 'exit' configure:2198: checking for unistd.h configure:2208: gcc -E conftest.c >/dev/null 2>conftest.out configure:2236: checking for working const configure:2290: gcc -c -g -O2 conftest.c 1>&5 configure:2324: checking for XmGetPixmap in -lXm configure:2343: gcc -o conftest -g -O2 conftest.c -lXm -lXt -lX11 -lSM -lICE 1>&5 configure:2393: checking for XawInitializeWidgetSet in -lXaw3d configure:2412: gcc -o conftest -g -O2 conftest.c -lXaw3d -lXmu -lXt -lX11 -lSM -lICE 1>&5 collect2: fatal error: library libXaw3d not found compilation terminated. configure: failed program was: #line 2401 "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 XawInitializeWidgetSet(); int main() { XawInitializeWidgetSet() ; return 0; } configure:2435: checking for XawInitializeWidgetSet in -lXaw configure:2454: gcc -o conftest -g -O2 conftest.c -lXaw -lXmu -lXt -lXpm -lX11 -lSM -lICE 1>&5 ld: 0711-317 ERROR: Undefined symbol: .XShapeCombineMask ld: 0711-317 ERROR: Undefined symbol: .XShapeQueryExtension 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 2443 "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 XawInitializeWidgetSet(); int main() { XawInitializeWidgetSet() ; return 0; } configure:2512: checking for gtk-config