This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by lcdproc configure 0.5dev, which was generated by GNU Autoconf 2.62. Invocation command line was $ ./configure --enable-drivers=all,!mtc_s16209x --enable-debug ## --------- ## ## Platform. ## ## --------- ## hostname = marcie uname -m = sun4u uname -r = 5.9 uname -s = SunOS uname -v = Generic_118558-34 /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = marcie Release = 5.9 KernelID = Generic_118558-34 Machine = sun4u BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 1 /bin/arch = sun4 /usr/bin/arch -k = sun4u /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/bin PATH: /usr/ucb PATH: /usr/ccs/bin PATH: /usr/xpg4/bin PATH: /usr/dt/bin PATH: /usr/pkg/bin PATH: /usr/openwin/bin PATH: /opt/gcc/bin PATH: /usr/sfw/bin PATH: /usr/local/bin PATH: /export/home/tim/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1977: checking for a BSD-compatible install configure:2045: result: /usr/pkg/bin/ginstall -c configure:2056: checking whether build environment is sane configure:2099: result: yes configure:2124: checking for a thread-safe mkdir -p configure:2163: result: /usr/pkg/bin/gmkdir -p configure:2176: checking for gawk configure:2192: found /usr/pkg/bin/gawk configure:2203: result: gawk configure:2214: checking whether make sets $(MAKE) configure:2236: result: yes configure:2434: checking build system type configure:2452: result: sparc-sun-solaris2.9 configure:2474: checking host system type configure:2489: result: sparc-sun-solaris2.9 configure:2574: checking whether to enable debugging configure:2593: result: yes configure:2655: checking for gcc configure:2671: found /opt/gcc/bin/gcc configure:2682: result: gcc configure:2920: checking for C compiler version configure:2928: gcc --version >&5 sparc-sun-solaris2.9-gcc (GCC) 4.2.0 (gccfss) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2932: $? = 0 configure:2939: gcc -v >&5 Using built-in specs. Target: sparc-sun-solaris2.9 Configured with: /net/clpt-v490-0/export/data/bldmstr/20080701_ceres_gcc420/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld --disable-gnattools --with-mpfr=/ws/gccfss/tools --with-gmp=/ws/gccfss/tools Thread model: posix gcc version 4.2.0 (gccfss) configure:2943: $? = 0 configure:2950: gcc -V >&5 gcc: '-V' option must have argument configure:2954: $? = 1 configure:2977: checking for C compiler default output file name configure:2999: gcc -g -O conftest.c >&5 configure:3003: $? = 0 configure:3041: result: a.out configure:3058: checking whether the C compiler works configure:3068: ./a.out configure:3072: $? = 0 configure:3089: result: yes configure:3096: checking whether we are cross compiling configure:3098: result: no configure:3101: checking for suffix of executables configure:3108: gcc -o conftest -g -O conftest.c >&5 configure:3112: $? = 0 configure:3136: result: configure:3142: checking for suffix of object files configure:3168: gcc -c -g -O conftest.c >&5 configure:3172: $? = 0 configure:3195: result: o configure:3199: checking whether we are using the GNU C compiler configure:3228: gcc -c -g -O conftest.c >&5 configure:3235: $? = 0 configure:3252: result: yes configure:3261: checking whether gcc accepts -g configure:3291: gcc -c -g conftest.c >&5 configure:3298: $? = 0 configure:3399: result: yes configure:3416: checking for gcc option to accept ISO C89 configure:3490: gcc -c -g -O conftest.c >&5 configure:3497: $? = 0 configure:3520: result: none needed configure:3549: checking for style of include used by make configure:3577: result: GNU configure:3602: checking dependency style of gcc configure:3693: result: gcc3 configure:3713: checking how to run the C preprocessor configure:3753: gcc -E conftest.c configure:3760: $? = 0 configure:3791: gcc -E conftest.c conftest.c:13:28: error: ac_nonexistent.h: No such file or directory configure:3798: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | /* end confdefs.h. */ | #include configure:3831: result: gcc -E configure:3860: gcc -E conftest.c configure:3867: $? = 0 configure:3898: gcc -E conftest.c conftest.c:13:28: error: ac_nonexistent.h: No such file or directory configure:3905: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | /* end confdefs.h. */ | #include configure:3956: checking for a BSD-compatible install configure:4024: result: /usr/pkg/bin/ginstall -c configure:4078: checking for ranlib configure:4094: found /usr/ccs/bin/ranlib configure:4105: result: ranlib configure:4132: checking whether gcc and cc understand -c and -o together configure:4167: gcc -c conftest.c -o conftest2.o >&5 configure:4171: $? = 0 configure:4177: gcc -c conftest.c -o conftest2.o >&5 configure:4181: $? = 0 configure:4192: cc -c conftest.c >&5 /usr/ucb/cc: language optional software package not installed configure:4196: $? = 1 configure:4236: result: yes configure:4265: checking CFLAGS for gcc -Wno-unused-function configure:4302: gcc -c -Wall -g -O -pedantic -Wno-unused-function conftest.c >&5 configure:4309: $? = 0 configure:4333: result: -Wno-unused-function configure:4345: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Wno_unused_function" configure:4348: $? = 0 configure:4355: checking CFLAGS for gcc -ftrampolines configure:4392: gcc -c -Wall -g -O -Wno-unused-function -pedantic -ftrampolines conftest.c >&5 cc1: error: unrecognized command line option "-ftrampolines" configure:4399: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | /* end confdefs.h. */ | | int | main () | { | return 0; | ; | return 0; | } configure:4423: result: no, unknown configure:4447: checking for gethostbyname configure:4503: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c >&5 Undefined first referenced symbol in file gethostbyname /tmp/ccy8Rcvd.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:4510: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | /* end confdefs.h. */ | /* Define gethostbyname to an innocuous variant, in case declares gethostbyname. | For example, HP-UX 11i declares gettimeofday. */ | #define gethostbyname innocuous_gethostbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethostbyname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gethostbyname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostbyname (); | /* 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_gethostbyname || defined __stub___gethostbyname | choke me | #endif | | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:4530: result: no configure:4536: checking for gethostbyname in -lnsl configure:4571: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lnsl >&5 configure:4578: $? = 0 configure:4599: result: yes configure:4612: checking for connect configure:4668: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lnsl >&5 Undefined first referenced symbol in file connect /tmp/ccmKkPdC.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:4675: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | /* Define connect to an innocuous variant, in case declares connect. | For example, HP-UX 11i declares gettimeofday. */ | #define connect innocuous_connect | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char connect (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef connect | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char connect (); | /* 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_connect || defined __stub___connect | choke me | #endif | | int | main () | { | return connect (); | ; | return 0; | } configure:4695: result: no configure:4701: checking for connect in -lsocket configure:4736: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lsocket -lnsl >&5 configure:4743: $? = 0 configure:4764: result: yes configure:4777: checking for inet_aton configure:4833: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lsocket -lnsl >&5 Undefined first referenced symbol in file inet_aton /tmp/ccs3FqT7.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:4840: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | /* end confdefs.h. */ | /* Define inet_aton to an innocuous variant, in case declares inet_aton. | For example, HP-UX 11i declares gettimeofday. */ | #define inet_aton innocuous_inet_aton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char inet_aton (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef inet_aton | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_aton (); | /* 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_inet_aton || defined __stub___inet_aton | choke me | #endif | | int | main () | { | return inet_aton (); | ; | return 0; | } configure:4860: result: no configure:4866: checking for inet_aton in -lresolv configure:4901: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lresolv -lsocket -lnsl >&5 configure:4908: $? = 0 configure:4929: result: yes configure:4943: checking for kstat_open in -lkstat configure:4978: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkstat -lresolv -lsocket -lnsl >&5 configure:4985: $? = 0 configure:5006: result: yes configure:5018: checking for nanosleep in -lposix4 configure:5053: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:5060: $? = 0 configure:5081: result: yes configure:5097: checking for getloadavg configure:5153: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:5160: $? = 0 configure:5182: result: yes configure:5097: checking for swapctl configure:5153: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:5160: $? = 0 configure:5182: result: yes configure:5194: checking for grep that handles long lines and -e configure:5254: result: /usr/pkg/bin/ggrep configure:5259: checking for egrep configure:5323: result: /usr/pkg/bin/ggrep -E configure:5328: checking for ANSI C header files configure:5358: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5365: $? = 0 configure:5464: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:5468: $? = 0 configure:5474: ./conftest configure:5478: $? = 0 configure:5496: result: yes configure:5520: checking for sys/types.h configure:5541: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5548: $? = 0 configure:5565: result: yes configure:5520: checking for sys/stat.h configure:5541: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5548: $? = 0 configure:5565: result: yes configure:5520: checking for stdlib.h configure:5541: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5548: $? = 0 configure:5565: result: yes configure:5520: checking for string.h configure:5541: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5548: $? = 0 configure:5565: result: yes configure:5520: checking for memory.h configure:5541: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5548: $? = 0 configure:5565: result: yes configure:5520: checking for strings.h configure:5541: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5548: $? = 0 configure:5565: result: yes configure:5520: checking for inttypes.h configure:5541: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5548: $? = 0 configure:5565: result: yes configure:5520: checking for stdint.h configure:5541: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:62:20: error: stdint.h: No such file or directory configure:5548: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:5565: result: no configure:5520: checking for unistd.h configure:5541: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5548: $? = 0 configure:5565: result: yes configure:5597: checking procfs.h usability configure:5614: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5621: $? = 0 configure:5635: result: yes configure:5639: checking procfs.h presence configure:5654: gcc -E conftest.c configure:5661: $? = 0 configure:5675: result: yes configure:5708: checking for procfs.h configure:5717: result: yes configure:5597: checking sys/procfs.h usability configure:5614: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5621: $? = 0 configure:5635: result: yes configure:5639: checking sys/procfs.h presence configure:5654: gcc -E conftest.c configure:5661: $? = 0 configure:5675: result: yes configure:5708: checking for sys/procfs.h configure:5717: result: yes configure:5597: checking sys/loadavg.h usability configure:5614: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5621: $? = 0 configure:5635: result: yes configure:5639: checking sys/loadavg.h presence configure:5654: gcc -E conftest.c configure:5661: $? = 0 configure:5675: result: yes configure:5708: checking for sys/loadavg.h configure:5717: result: yes configure:5597: checking utmpx.h usability configure:5614: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5621: $? = 0 configure:5635: result: yes configure:5639: checking utmpx.h presence configure:5654: gcc -E conftest.c configure:5661: $? = 0 configure:5675: result: yes configure:5708: checking for utmpx.h configure:5717: result: yes configure:5732: checking for kvm_open in -lkvm configure:5767: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:5774: $? = 0 configure:5795: result: yes configure:5894: checking sched.h usability configure:5911: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5918: $? = 0 configure:5932: result: yes configure:5936: checking sched.h presence configure:5951: gcc -E conftest.c configure:5958: $? = 0 configure:5972: result: yes configure:6005: checking for sched.h configure:6014: result: yes configure:5883: checking for sys/types.h configure:5890: result: yes configure:5894: checking machine/pio.h usability configure:5911: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:68:25: error: machine/pio.h: No such file or directory configure:5918: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5932: result: no configure:5936: checking machine/pio.h presence configure:5951: gcc -E conftest.c conftest.c:35:25: error: machine/pio.h: No such file or directory configure:5958: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include configure:5972: result: no configure:6005: checking for machine/pio.h configure:6014: result: no configure:5894: checking machine/sysarch.h usability configure:5911: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:68:29: error: machine/sysarch.h: No such file or directory configure:5918: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5932: result: no configure:5936: checking machine/sysarch.h presence configure:5951: gcc -E conftest.c conftest.c:35:29: error: machine/sysarch.h: No such file or directory configure:5958: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | /* end confdefs.h. */ | #include configure:5972: result: no configure:6005: checking for machine/sysarch.h configure:6014: result: no configure:5894: checking sys/cpuvar.h usability configure:5911: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:5918: $? = 0 configure:5932: result: yes configure:5936: checking sys/cpuvar.h presence configure:5951: gcc -E conftest.c configure:5958: $? = 0 configure:5972: result: yes configure:6005: checking for sys/cpuvar.h configure:6014: result: yes configure:5894: checking machine/apm_bios.h usability configure:5911: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:69:30: error: machine/apm_bios.h: No such file or directory configure:5918: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5932: result: no configure:5936: checking machine/apm_bios.h presence configure:5951: gcc -E conftest.c conftest.c:36:30: error: machine/apm_bios.h: No such file or directory configure:5958: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | /* end confdefs.h. */ | #include configure:5972: result: no configure:6005: checking for machine/apm_bios.h configure:6014: result: no configure:5894: checking sys/pcpu.h usability configure:5911: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:69:22: error: sys/pcpu.h: No such file or directory configure:5918: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5932: result: no configure:5936: checking sys/pcpu.h presence configure:5951: gcc -E conftest.c conftest.c:36:22: error: sys/pcpu.h: No such file or directory configure:5958: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | /* end confdefs.h. */ | #include configure:5972: result: no configure:6005: checking for sys/pcpu.h configure:6014: result: no configure:6029: checking for System V IPC headers configure:6062: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:6069: $? = 0 configure:6085: result: yes configure:6098: checking for union semun configure:6129: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c: In function 'main': conftest.c:45: error: storage size of 's' isn't known conftest.c:45: warning: unused variable 's' configure:6136: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | union semun s | ; | return 0; | } configure:6152: result: no configure:6169: checking for machine/cpufunc.h configure:6193: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:42:29: error: machine/cpufunc.h: No such file or directory configure:6200: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | /* end confdefs.h. */ | #if HAVE_SYS_TYPES_H | # include | #endif | | | #include configure:6217: result: no configure:6234: checking for sched_setscheduler configure:6290: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:6297: $? = 0 configure:6319: result: yes configure:6330: checking for sched_setscheduler in -lposix4 configure:6365: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lposix4 -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:6372: $? = 0 configure:6393: result: yes configure:6405: checking for sched_setscheduler in -lrt configure:6440: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lrt -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:6447: $? = 0 configure:6468: result: yes configure:6481: checking for i386_get_ioperm in -li386 configure:6516: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -li386 -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 ld: fatal: library -li386: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:6523: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char i386_get_ioperm (); | int | main () | { | return i386_get_ioperm (); | ; | return 0; | } configure:6544: result: no configure:6555: checking for i386_get_ioperm in -lc configure:6590: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lc -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 Undefined first referenced symbol in file i386_get_ioperm /tmp/ccSSvlR3.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:6597: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char i386_get_ioperm (); | int | main () | { | return i386_get_ioperm (); | ; | return 0; | } configure:6618: result: no configure:6636: checking for iopl configure:6692: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 Undefined first referenced symbol in file iopl /tmp/ccOe7Zc8.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:6699: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | /* end confdefs.h. */ | /* Define iopl to an innocuous variant, in case declares iopl. | For example, HP-UX 11i declares gettimeofday. */ | #define iopl innocuous_iopl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char iopl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef iopl | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char iopl (); | /* 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_iopl || defined __stub___iopl | choke me | #endif | | int | main () | { | return iopl (); | ; | return 0; | } configure:6721: result: no configure:6736: checking for ioperm configure:6792: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 Undefined first referenced symbol in file ioperm /tmp/ccWP4sIC.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:6799: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | /* end confdefs.h. */ | /* Define ioperm to an innocuous variant, in case declares ioperm. | For example, HP-UX 11i declares gettimeofday. */ | #define ioperm innocuous_ioperm | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ioperm (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef ioperm | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ioperm (); | /* 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_ioperm || defined __stub___ioperm | choke me | #endif | | int | main () | { | return ioperm (); | ; | return 0; | } configure:6821: result: no configure:6848: checking sys/io.h usability configure:6865: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:73:20: error: sys/io.h: No such file or directory configure:6872: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6886: result: no configure:6890: checking sys/io.h presence configure:6905: gcc -E conftest.c conftest.c:40:20: error: sys/io.h: No such file or directory configure:6912: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | /* end confdefs.h. */ | #include configure:6926: result: no configure:6959: checking for sys/io.h configure:6968: result: no configure:6983: checking for a parallel port configure:7009: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c: In function 'main': conftest.c:44: warning: unused variable 'val' cg: assertion failed in file ../src/codegen/codegen_arg_map.cc at line 806 cg: codegen_arg_map_t::setup_asm(): wrong constraints string cg: 1 errors configure:7016: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | /* end confdefs.h. */ | #include "./server/drivers/port.h" | int | main () | { | char val = port_in(0x350) | ; | return 0; | } configure:7031: result: no configure:7041: WARNING: Can't talk to the parallel port, disabling drivers that use it. configure:7053: checking for dirent.h that defines DIR configure:7082: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7089: $? = 0 configure:7106: result: yes configure:7120: checking for library containing opendir configure:7161: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:7168: $? = 0 configure:7199: result: none required configure:7297: checking for ANSI C header files configure:7465: result: yes configure:7496: checking fcntl.h usability configure:7513: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7520: $? = 0 configure:7534: result: yes configure:7538: checking fcntl.h presence configure:7553: gcc -E conftest.c configure:7560: $? = 0 configure:7574: result: yes configure:7607: checking for fcntl.h configure:7616: result: yes configure:7496: checking sys/ioctl.h usability configure:7513: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7520: $? = 0 configure:7534: result: yes configure:7538: checking sys/ioctl.h presence configure:7553: gcc -E conftest.c configure:7560: $? = 0 configure:7574: result: yes configure:7607: checking for sys/ioctl.h configure:7616: result: yes configure:7496: checking sys/time.h usability configure:7513: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7520: $? = 0 configure:7534: result: yes configure:7538: checking sys/time.h presence configure:7553: gcc -E conftest.c configure:7560: $? = 0 configure:7574: result: yes configure:7607: checking for sys/time.h configure:7616: result: yes configure:7485: checking for unistd.h configure:7492: result: yes configure:7485: checking for sys/io.h configure:7492: result: no configure:7496: checking errno.h usability configure:7513: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7520: $? = 0 configure:7534: result: yes configure:7538: checking errno.h presence configure:7553: gcc -E conftest.c configure:7560: $? = 0 configure:7574: result: yes configure:7607: checking for errno.h configure:7616: result: yes configure:7649: checking limits.h usability configure:7666: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7673: $? = 0 configure:7687: result: yes configure:7691: checking limits.h presence configure:7706: gcc -E conftest.c configure:7713: $? = 0 configure:7727: result: yes configure:7760: checking for limits.h configure:7769: result: yes configure:7649: checking kvm.h usability configure:7666: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7673: $? = 0 configure:7687: result: yes configure:7691: checking kvm.h presence configure:7706: gcc -E conftest.c configure:7713: $? = 0 configure:7727: result: yes configure:7760: checking for kvm.h configure:7769: result: yes configure:7649: checking sys/param.h usability configure:7666: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7673: $? = 0 configure:7687: result: yes configure:7691: checking sys/param.h presence configure:7706: gcc -E conftest.c configure:7713: $? = 0 configure:7727: result: yes configure:7760: checking for sys/param.h configure:7769: result: yes configure:7649: checking sys/dkstat.h usability configure:7666: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:83:24: error: sys/dkstat.h: No such file or directory configure:7673: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7687: result: no configure:7691: checking sys/dkstat.h presence configure:7706: gcc -E conftest.c conftest.c:50:24: error: sys/dkstat.h: No such file or directory configure:7713: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:7727: result: no configure:7760: checking for sys/dkstat.h configure:7769: result: no configure:7788: checking for sys/sysctl.h configure:7812: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:55:24: error: sys/sysctl.h: No such file or directory configure:7819: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #if HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:7836: result: no configure:7850: checking for an ANSI C-conforming const configure:7925: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7932: $? = 0 configure:7947: result: yes configure:7957: checking for inline configure:7983: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:7990: $? = 0 configure:8008: result: inline configure:8027: checking for size_t configure:8055: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:8062: $? = 0 configure:8089: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c: In function 'main': conftest.c:86: error: expected expression before ')' token configure:8096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:8119: result: yes configure:8131: checking whether time.h and sys/time.h may both be included configure:8161: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:8168: $? = 0 configure:8183: result: yes configure:8193: checking whether struct tm is in sys/time.h or time.h configure:8223: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:8230: $? = 0 configure:8245: result: time.h configure:8255: checking for uid_t in sys/types.h configure:8278: result: yes configure:8295: checking whether gcc needs -traditional configure:8337: result: no configure:8344: checking return type of signal handlers configure:8372: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c: In function 'main': conftest.c:57: error: void value not ignored as it ought to be configure:8379: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:8394: result: void configure:8413: checking for select configure:8469: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:8476: $? = 0 configure:8498: result: yes configure:8413: checking for socket configure:8469: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:8476: $? = 0 configure:8498: result: yes configure:8413: checking for strdup configure:8469: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 conftest.c:77: warning: conflicting types for built-in function 'strdup' configure:8476: $? = 0 configure:8498: result: yes configure:8413: checking for strerror configure:8469: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:8476: $? = 0 configure:8498: result: yes configure:8413: checking for strtol configure:8469: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:8476: $? = 0 configure:8498: result: yes configure:8413: checking for uname configure:8469: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:8476: $? = 0 configure:8498: result: yes configure:8413: checking for cfmakeraw configure:8469: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 Undefined first referenced symbol in file cfmakeraw /tmp/ccWhaEsS.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:8476: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | /* end confdefs.h. */ | /* Define cfmakeraw to an innocuous variant, in case declares cfmakeraw. | For example, HP-UX 11i declares gettimeofday. */ | #define cfmakeraw innocuous_cfmakeraw | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cfmakeraw (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef cfmakeraw | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cfmakeraw (); | /* 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_cfmakeraw || defined __stub___cfmakeraw | choke me | #endif | | int | main () | { | return cfmakeraw (); | ; | return 0; | } configure:8498: result: no configure:8413: checking for snprintf configure:8469: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 conftest.c:81: warning: conflicting types for built-in function 'snprintf' configure:8476: $? = 0 configure:8498: result: yes configure:8511: checking for getopt configure:8567: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:8574: $? = 0 configure:8594: result: yes configure:8641: checking for your mounted filesystem table configure:8660: result: /etc/mnttab configure:8680: checking for fcntl.h configure:8687: result: yes configure:8691: checking sys/dustat.h usability configure:8708: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:94:24: error: sys/dustat.h: No such file or directory configure:8715: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:8729: result: no configure:8733: checking sys/dustat.h presence configure:8748: gcc -E conftest.c conftest.c:61:24: error: sys/dustat.h: No such file or directory configure:8755: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:8769: result: no configure:8802: checking for sys/dustat.h configure:8811: result: no configure:8680: checking for sys/param.h configure:8687: result: yes configure:8691: checking sys/statfs.h usability configure:8708: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:8715: $? = 0 configure:8729: result: yes configure:8733: checking sys/statfs.h presence configure:8748: gcc -E conftest.c configure:8755: $? = 0 configure:8769: result: yes configure:8802: checking for sys/statfs.h configure:8811: result: yes configure:8691: checking sys/fstyp.h usability configure:8708: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:8715: $? = 0 configure:8729: result: yes configure:8733: checking sys/fstyp.h presence configure:8748: gcc -E conftest.c configure:8755: $? = 0 configure:8769: result: yes configure:8802: checking for sys/fstyp.h configure:8811: result: yes configure:8845: checking mnttab.h usability configure:8862: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:97:20: error: mnttab.h: No such file or directory configure:8869: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:8883: result: no configure:8887: checking mnttab.h presence configure:8902: gcc -E conftest.c conftest.c:64:20: error: mnttab.h: No such file or directory configure:8909: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | /* end confdefs.h. */ | #include configure:8923: result: no configure:8956: checking for mnttab.h configure:8965: result: no configure:8845: checking mntent.h usability configure:8862: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:97:20: error: mntent.h: No such file or directory configure:8869: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:8883: result: no configure:8887: checking mntent.h presence configure:8902: gcc -E conftest.c conftest.c:64:20: error: mntent.h: No such file or directory configure:8909: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | /* end confdefs.h. */ | #include configure:8923: result: no configure:8956: checking for mntent.h configure:8965: result: no configure:8845: checking utime.h usability configure:8862: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:8869: $? = 0 configure:8883: result: yes configure:8887: checking utime.h presence configure:8902: gcc -E conftest.c configure:8909: $? = 0 configure:8923: result: yes configure:8956: checking for utime.h configure:8965: result: yes configure:8845: checking sys/statvfs.h usability configure:8862: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:8869: $? = 0 configure:8883: result: yes configure:8887: checking sys/statvfs.h presence configure:8902: gcc -E conftest.c configure:8909: $? = 0 configure:8923: result: yes configure:8956: checking for sys/statvfs.h configure:8965: result: yes configure:8845: checking sys/vfs.h usability configure:8862: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:8869: $? = 0 configure:8883: result: yes configure:8887: checking sys/vfs.h presence configure:8902: gcc -E conftest.c configure:8909: $? = 0 configure:8923: result: yes configure:8956: checking for sys/vfs.h configure:8965: result: yes configure:8996: checking sys/filsys.h usability configure:9013: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:100:24: error: sys/filsys.h: No such file or directory configure:9020: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9034: result: no configure:9038: checking sys/filsys.h presence configure:9053: gcc -E conftest.c conftest.c:67:24: error: sys/filsys.h: No such file or directory configure:9060: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | /* end confdefs.h. */ | #include configure:9074: result: no configure:9107: checking for sys/filsys.h configure:9116: result: no configure:8996: checking sys/fs_types.h usability configure:9013: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 conftest.c:100:26: error: sys/fs_types.h: No such file or directory configure:9020: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:9034: result: no configure:9038: checking sys/fs_types.h presence configure:9053: gcc -E conftest.c conftest.c:67:26: error: sys/fs_types.h: No such file or directory configure:9060: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | /* end confdefs.h. */ | #include configure:9074: result: no configure:9107: checking for sys/fs_types.h configure:9116: result: no configure:9134: checking for sys/mount.h configure:9158: gcc -c -Wall -g -O -Wno-unused-function conftest.c >&5 configure:9165: $? = 0 configure:9182: result: yes configure:9198: checking for getmntinfo configure:9254: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 Undefined first referenced symbol in file getmntinfo /tmp/ccL5RHrW.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:9261: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | /* Define getmntinfo to an innocuous variant, in case declares getmntinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define getmntinfo innocuous_getmntinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getmntinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getmntinfo | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getmntinfo (); | /* 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_getmntinfo || defined __stub___getmntinfo | choke me | #endif | | int | main () | { | return getmntinfo (); | ; | return 0; | } configure:9283: result: no configure:9295: checking how to get filesystem space usage... configure:9307: checking for statvfs configure:9363: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:9370: $? = 0 configure:9392: result: yes configure:9843: checking module extension configure:9858: result: .so configure:9892: checking for dlopen in -ldl configure:9927: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -ldl -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 configure:9934: $? = 0 configure:9955: result: yes configure:9967: checking for shl_load in -ldld configure:10002: gcc -o conftest -Wall -g -O -Wno-unused-function conftest.c -ldld -ldl -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl >&5 ld: fatal: library -ldld: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:10009: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "lcdproc" | #define PACKAGE_TARNAME "lcdproc" | #define PACKAGE_VERSION "0.5dev" | #define PACKAGE_STRING "lcdproc 0.5dev" | #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" | #define PACKAGE "lcdproc" | #define VERSION "0.5dev" | #define SOLARIS 1 | #define SYSTEM_HOST Solaris | #define DEBUG 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBKSTAT 1 | #define HAVE_LIBPOSIX4 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_SWAPCTL 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_PROCFS_H 1 | #define HAVE_SYS_PROCFS_H 1 | #define HAVE_SYS_LOADAVG_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_CPUVAR_H 1 | #define HAVE_SYSV_IPC 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_SCHED_SETSCHEDULER 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_KVM_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define RETSIGTYPE void | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_UNAME 1 | #define HAVE_SNPRINTF 1 | #define MTAB_FILE "/etc/mnttab" | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_FSTYP_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_STATVFS 1 | #define STAT_STATVFS 1 | #define LCDPORT 13666 | #define PROTOCOL_VERSION "0.3" | #define API_VERSION "0.5" | #define MODULE_EXTENSION ".so" | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:10030: result: no configure:10047: checking if libusb support has been enabled configure:10059: result: yes configure:10112: checking for pkg-config configure:10130: found /usr/pkg/bin/pkg-config configure:10142: result: /usr/pkg/bin/pkg-config configure:10171: checking pkg-config is at least version 0.9.0 configure:10174: result: yes configure:10185: checking for LIBUSB configure:10192: $PKG_CONFIG --exists --print-errors "libusb" Package libusb was not found in the pkg-config search path. Perhaps you should add the directory containing `libusb.pc' to the PKG_CONFIG_PATH environment variable No package 'libusb' found configure:10195: $? = 1 configure:10208: $PKG_CONFIG --exists --print-errors "libusb" Package libusb was not found in the pkg-config search path. Perhaps you should add the directory containing `libusb.pc' to the PKG_CONFIG_PATH environment variable No package 'libusb' found configure:10211: $? = 1 No package 'libusb' found configure:10238: result: no configure:10258: checking if libftdi support has been enabled configure:10270: result: yes configure:10276: checking for LIBFTDI configure:10283: $PKG_CONFIG --exists --print-errors "libftdi >= 0.8" Package libftdi was not found in the pkg-config search path. Perhaps you should add the directory containing `libftdi.pc' to the PKG_CONFIG_PATH environment variable No package 'libftdi' found configure:10286: $? = 1 configure:10299: $PKG_CONFIG --exists --print-errors "libftdi >= 0.8" Package libftdi was not found in the pkg-config search path. Perhaps you should add the directory containing `libftdi.pc' to the PKG_CONFIG_PATH environment variable No package 'libftdi' found configure:10302: $? = 1 No package 'libftdi' found configure:10329: result: no configure:10349: checking if ethlcd support has been enabled configure:10361: result: yes configure:10396: checking for doxygen configure:10429: result: no configure:10512: checking which drivers to compile... configure:14213: result: --------------------------------------- configure:14215: result: LCDd will be compiled with the drivers: configure:14221: result: --------------------------------------- configure:14479: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by lcdproc config.status 0.5dev, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on marcie config.status:888: creating Makefile config.status:888: creating shared/Makefile config.status:888: creating server/Makefile config.status:888: creating server/commands/Makefile config.status:888: creating server/drivers/Makefile config.status:888: creating clients/Makefile config.status:888: creating clients/lcdproc/Makefile config.status:888: creating clients/lcdexec/Makefile config.status:888: creating clients/lcdvc/Makefile config.status:888: creating clients/examples/Makefile config.status:888: creating clients/metar/Makefile config.status:888: creating docs/Makefile config.status:888: creating docs/Doxyfile config.status:888: creating docs/lcdproc-dev/Makefile config.status:888: creating docs/lcdproc-user/Makefile config.status:888: creating docs/lcdproc-user/drivers/Makefile config.status:888: creating scripts/Makefile config.status:888: creating scripts/init-LCDd.LSB config.status:888: creating scripts/init-lcdproc.LSB config.status:888: creating scripts/init-lcdexec.LSB config.status:888: creating scripts/init-lcdvc.LSB config.status:888: creating scripts/init-LCDd.debian config.status:888: creating scripts/init-lcdproc.debian config.status:888: creating scripts/init-lcdexec.debian config.status:888: creating scripts/init-lcdvc.debian config.status:888: creating scripts/init-LCDd.rpm config.status:888: creating scripts/init-lcdproc.rpm config.status:888: creating config.h config.status:1162: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=sparc-sun-solaris2.9 ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cflags_gcc_option__Wno_unused_function=-Wno-unused-function ac_cv_cflags_gcc_option__ftrampolines='no, unknown' ac_cv_env_CC_set='' ac_cv_env_CC_value='' ac_cv_env_CFLAGS_set='' ac_cv_env_CFLAGS_value='' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_LIBFTDI_CFLAGS_set='' ac_cv_env_LIBFTDI_CFLAGS_value='' ac_cv_env_LIBFTDI_LIBS_set='' ac_cv_env_LIBFTDI_LIBS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_LIBUSB_CFLAGS_set='' ac_cv_env_LIBUSB_CFLAGS_value='' ac_cv_env_LIBUSB_LIBS_set='' ac_cv_env_LIBUSB_LIBS_value='' ac_cv_env_PKG_CONFIG_set='' ac_cv_env_PKG_CONFIG_value='' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_func_cfmakeraw=no ac_cv_func_connect=no ac_cv_func_gethostbyname=no ac_cv_func_getloadavg=yes ac_cv_func_getmntinfo=no ac_cv_func_getopt=yes ac_cv_func_inet_aton=no ac_cv_func_ioperm=no ac_cv_func_iopl=no ac_cv_func_sched_setscheduler=yes ac_cv_func_select=yes ac_cv_func_snprintf=yes ac_cv_func_socket=yes ac_cv_func_statvfs=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strtol=yes ac_cv_func_swapctl=yes ac_cv_func_uname=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_kvm_h=yes ac_cv_header_limits_h=yes ac_cv_header_machine_apm_bios_h=no ac_cv_header_machine_cpufunc_h=no ac_cv_header_machine_pio_h=no ac_cv_header_machine_sysarch_h=no ac_cv_header_memory_h=yes ac_cv_header_mntent_h=no ac_cv_header_mnttab_h=no ac_cv_header_procfs_h=yes ac_cv_header_sched_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_cpuvar_h=yes ac_cv_header_sys_dkstat_h=no ac_cv_header_sys_dustat_h=no ac_cv_header_sys_filsys_h=no ac_cv_header_sys_fs_types_h=no ac_cv_header_sys_fstyp_h=yes ac_cv_header_sys_io_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_loadavg_h=yes ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_pcpu_h=no ac_cv_header_sys_procfs_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statfs_h=yes ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_sysctl_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_vfs_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_utmpx_h=yes ac_cv_host=sparc-sun-solaris2.9 ac_cv_lib_c_i386_get_ioperm=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_i386_i386_get_ioperm=no ac_cv_lib_kstat_kstat_open=yes ac_cv_lib_kvm_kvm_open=yes ac_cv_lib_nsl_gethostbyname=yes ac_cv_lib_posix4_nanosleep=yes ac_cv_lib_posix4_sched_setscheduler=yes ac_cv_lib_resolv_inet_aton=yes ac_cv_lib_rt_sched_setscheduler=yes ac_cv_lib_socket_connect=yes ac_cv_mtab_file=/etc/mnttab ac_cv_objext=o ac_cv_path_EGREP='/usr/pkg/bin/ggrep -E' ac_cv_path_GREP=/usr/pkg/bin/ggrep ac_cv_path_ac_pt_PKG_CONFIG=/usr/pkg/bin/pkg-config ac_cv_path_install='/usr/pkg/bin/ginstall -c' ac_cv_path_mkdir=/usr/pkg/bin/gmkdir ac_cv_port_have_lpt=no ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89='' ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_struct_tm=time.h ac_cv_sysv_ipc=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_uid_t=yes ac_cv_union_semun=no am_cv_CC_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /export/home/tim/dev/lcdproc/current-SunOS-5.9-sun4u/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /export/home/tim/dev/lcdproc/current-SunOS-5.9-sun4u/missing --run tar' AUTOCONF='${SHELL} /export/home/tim/dev/lcdproc/current-SunOS-5.9-sun4u/missing --run autoconf' AUTOHEADER='${SHELL} /export/home/tim/dev/lcdproc/current-SunOS-5.9-sun4u/missing --run autoheader' AUTOMAKE='${SHELL} /export/home/tim/dev/lcdproc/current-SunOS-5.9-sun4u/missing --run automake-1.10' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CCSHARED='-fPIC' CFLAGS='-Wall -g -O -Wno-unused-function' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DARWIN_FALSE='' DARWIN_TRUE='#' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DOT='' DOXYGEN='' DOX_FALSE='' DOX_TRUE='#' DRIVERS='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/pkg/bin/ggrep -E' EXEEXT='' GREP='/usr/pkg/bin/ggrep' HD44780_DRIVERS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LDSHARED='-shared' LIBCURSES='' LIBFTDI='' LIBFTDI_CFLAGS='' LIBFTDI_LIBS='' LIBG15='' LIBGLCD='' LIBIRMAN='' LIBLIRC_CLIENT='' LIBMX5000='' LIBOBJS='' LIBPTHREAD_LIBS='' LIBS='-ldl -lkvm -lposix4 -lkstat -lresolv -lsocket -lnsl ' LIBSVGA='' LIBUSB_CFLAGS='' LIBUSB_LIBS='' LIBXOSD='' LTLIBOBJS='' MAKEINFO='${SHELL} /export/home/tim/dev/lcdproc/current-SunOS-5.9-sun4u/missing --run makeinfo' MKDIR_P='/usr/pkg/bin/gmkdir -p' OBJEXT='o' PACKAGE='lcdproc' PACKAGE_BUGREPORT='lcdproc@lists.omnipotent.net' PACKAGE_NAME='lcdproc' PACKAGE_STRING='lcdproc 0.5dev' PACKAGE_TARNAME='lcdproc' PACKAGE_VERSION='0.5dev' PATH_SEPARATOR=':' PKG_CONFIG='/usr/pkg/bin/pkg-config' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/ksh' SO='.so' STRIP='' VERSION='0.5dev' ac_ct_CC='gcc' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='sparc-sun-solaris2.9' build_alias='' build_cpu='sparc' build_os='solaris2.9' build_vendor='sun' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_dot='no' enable_html_dox='yes' enable_latex_dox='no' exec_prefix='${prefix}' host='sparc-sun-solaris2.9' host_alias='' host_cpu='sparc' host_os='solaris2.9' host_vendor='sun' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /export/home/tim/dev/lcdproc/current-SunOS-5.9-sun4u/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/pkg/bin/gmkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pidfiledir='/var/run' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "lcdproc" #define PACKAGE_TARNAME "lcdproc" #define PACKAGE_VERSION "0.5dev" #define PACKAGE_STRING "lcdproc 0.5dev" #define PACKAGE_BUGREPORT "lcdproc@lists.omnipotent.net" #define PACKAGE "lcdproc" #define VERSION "0.5dev" #define SOLARIS 1 #define SYSTEM_HOST Solaris #define DEBUG 1 #define HAVE_LIBNSL 1 #define HAVE_LIBSOCKET 1 #define HAVE_LIBRESOLV 1 #define HAVE_LIBKSTAT 1 #define HAVE_LIBPOSIX4 1 #define HAVE_GETLOADAVG 1 #define HAVE_SWAPCTL 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_PROCFS_H 1 #define HAVE_SYS_PROCFS_H 1 #define HAVE_SYS_LOADAVG_H 1 #define HAVE_UTMPX_H 1 #define HAVE_SCHED_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_CPUVAR_H 1 #define HAVE_SYSV_IPC 1 #define HAVE_SCHED_SETSCHEDULER 1 #define HAVE_SCHED_SETSCHEDULER 1 #define HAVE_SCHED_SETSCHEDULER 1 #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_FCNTL_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_LIMITS_H 1 #define HAVE_KVM_H 1 #define HAVE_SYS_PARAM_H 1 #define TIME_WITH_SYS_TIME 1 #define RETSIGTYPE void #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRTOL 1 #define HAVE_UNAME 1 #define HAVE_SNPRINTF 1 #define MTAB_FILE "/etc/mnttab" #define HAVE_FCNTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_STATFS_H 1 #define HAVE_SYS_FSTYP_H 1 #define HAVE_UTIME_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_VFS_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_STATVFS 1 #define STAT_STATVFS 1 #define LCDPORT 13666 #define PROTOCOL_VERSION "0.3" #define API_VERSION "0.5" #define MODULE_EXTENSION ".so" #define HAVE_LIBDL 1 configure: exit 0