This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:531: checking for gcc configure:644: checking whether the C compiler (cc -fno-common ) works configure:660: cc -o conftest -fno-common conftest.c 1>&5 configure:686: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:691: checking whether we are using GNU C configure:700: cc -E conftest.c configure:719: checking whether cc accepts -g configure:781: checking for a BSD compatible install configure:835: checking for rstat in -lrpcsvc configure:854: cc -o conftest -fno-common conftest.c -lrpcsvc 1>&5 ld: Undefined symbols: _rstat configure: failed program was: #line 843 "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 rstat(); int main() { rstat() ; return 0; } configure:874: checking for xdr_statstime in -lrpcsvc configure:893: cc -o conftest -fno-common conftest.c -lrpcsvc 1>&5 ld: Undefined symbols: _xdr_statstime configure: failed program was: #line 882 "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 xdr_statstime(); int main() { xdr_statstime() ; return 0; } configure:925: checking for clnt_create in -lnsl configure:944: cc -o conftest -fno-common conftest.c -lnsl 1>&5 ld: can't locate file for: -lnsl configure: failed program was: #line 933 "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 clnt_create(); int main() { clnt_create() ; return 0; } configure:966: checking how to run the C preprocessor configure:987: cc -E conftest.c >/dev/null 2>conftest.out configure:1050: checking for X configure:1280: checking for ANSI C header files configure:1293: cc -E conftest.c >/dev/null 2>conftest.out configure:1360: cc -o conftest -fno-common conftest.c 1>&5 configure:1388: checking for callrpc configure:1416: cc -o conftest -fno-common conftest.c 1>&5 configure:1388: checking for rstat configure:1416: cc -o conftest -fno-common conftest.c 1>&5 ld: Undefined symbols: _rstat configure: failed program was: #line 1393 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char rstat(); 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 rstat(); 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_rstat) || defined (__stub___rstat) choke me #else rstat(); #endif ; return 0; } configure:1388: checking for xdr_statstime configure:1416: cc -o conftest -fno-common conftest.c 1>&5 ld: Undefined symbols: _xdr_statstime configure: failed program was: #line 1393 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char xdr_statstime(); 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 xdr_statstime(); 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_xdr_statstime) || defined (__stub___xdr_statstime) choke me #else xdr_statstime(); #endif ; return 0; }