This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by atlc configure 4.6.0, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 155 tasks, 209 threads, 4 processors Load average: 1.91, Mach factor: 2.08 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1325: checking for a BSD-compatible install configure:1379: result: /usr/bin/install -c -o root -g wheel configure:1390: checking whether build environment is sane configure:1433: result: yes configure:1466: checking for gawk configure:1482: found /usr/local/bin/gawk configure:1492: result: gawk configure:1502: checking whether make sets $(MAKE) configure:1522: result: yes configure:1708: checking for style of include used by make configure:1736: result: GNU configure:1769: checking for i386-unknown-gnu-gcc configure:1795: result: cc configure:2077: checking for C compiler version configure:2080: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:2083: $? = 0 configure:2085: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2088: $? = 0 configure:2090: cc -V &5 cc: `-V' option must have argument configure:2093: $? = 1 configure:2117: checking for C compiler default output configure:2120: cc -fno-common conftest.c >&5 configure:2123: $? = 0 configure:2169: result: a.out configure:2174: checking whether the C compiler works configure:2180: ./a.out configure:2183: $? = 0 configure:2200: result: yes configure:2207: checking whether we are cross compiling configure:2209: result: no configure:2212: checking for suffix of executables configure:2214: cc -o conftest -fno-common conftest.c >&5 configure:2217: $? = 0 configure:2242: result: configure:2248: checking for suffix of object files configure:2270: cc -c -fno-common conftest.c >&5 configure:2273: $? = 0 configure:2295: result: configure:2299: checking whether we are using the GNU C compiler configure:2324: cc -c -fno-common conftest.c >&5 configure:2327: $? = 0 configure:2330: test -s conftest. configure:2333: $? = 1 configure: failed program was: | #line 2304 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2346: result: no configure:2352: checking whether cc accepts -g configure:2374: cc -c -g conftest.c >&5 configure:2377: $? = 0 configure:2380: test -s conftest. configure:2383: $? = 1 configure: failed program was: | #line 2357 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2394: result: no configure:2411: checking for cc option to accept ANSI C configure:2472: cc -c -fno-common conftest.c >&5 configure:2475: $? = 0 configure:2478: test -s conftest. configure:2481: $? = 1 configure: failed program was: | #line 2418 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2472: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2475: $? = 0 configure:2478: test -s conftest. configure:2481: $? = 1 configure: failed program was: | #line 2418 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2472: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2475: $? = 1 configure: failed program was: | #line 2418 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2472: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2475: $? = 1 configure: failed program was: | #line 2418 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2472: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2475: $? = 1 configure: failed program was: | #line 2418 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2472: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2475: $? = 0 configure:2478: test -s conftest. configure:2481: $? = 1 configure: failed program was: | #line 2418 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2499: result: none needed configure:2517: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2520: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2631: checking dependency style of cc configure:2693: result: gcc3 configure:2711: checking for library containing strerror configure:2742: cc -o conftest -fno-common conftest.c >&5 configure:2745: $? = 0 configure:2748: test -s conftest configure:2751: $? = 0 configure:2810: result: none required configure:2826: checking for log in -lm configure:2857: cc -o conftest -fno-common conftest.c -lm >&5 configure:2850: warning: conflicting types for built-in function `log' configure:2860: $? = 0 configure:2863: test -s conftest configure:2866: $? = 0 configure:2878: result: yes configure:2896: checking how to run the C preprocessor configure:2932: cc -E conftest.c configure:2938: $? = 0 configure:2970: cc -E conftest.c configure:2972:28: ac_nonexistent.h: No such file or directory configure:2976: $? = 1 configure: failed program was: | #line 2961 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:3014: result: cc -E configure:3039: cc -E conftest.c configure:3045: $? = 0 configure:3077: cc -E conftest.c configure:3079:28: ac_nonexistent.h: No such file or directory configure:3083: $? = 1 configure: failed program was: | #line 3068 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:3126: checking for egrep configure:3136: result: grep -E configure:3141: checking for ANSI C header files configure:3167: cc -c -fno-common conftest.c >&5 configure:3170: $? = 0 configure:3173: test -s conftest. configure:3176: $? = 1 configure: failed program was: | #line 3146 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3288: result: no configure:3312: checking for sys/types.h configure:3329: cc -c -fno-common conftest.c >&5 configure:3332: $? = 0 configure:3335: test -s conftest. configure:3338: $? = 1 configure: failed program was: | #line 3317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3349: result: no configure:3312: checking for sys/stat.h configure:3329: cc -c -fno-common conftest.c >&5 configure:3332: $? = 0 configure:3335: test -s conftest. configure:3338: $? = 1 configure: failed program was: | #line 3317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3349: result: no configure:3312: checking for stdlib.h configure:3329: cc -c -fno-common conftest.c >&5 configure:3332: $? = 0 configure:3335: test -s conftest. configure:3338: $? = 1 configure: failed program was: | #line 3317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3349: result: no configure:3312: checking for string.h configure:3329: cc -c -fno-common conftest.c >&5 configure:3332: $? = 0 configure:3335: test -s conftest. configure:3338: $? = 1 configure: failed program was: | #line 3317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3349: result: no configure:3312: checking for memory.h configure:3329: cc -c -fno-common conftest.c >&5 configure:3332: $? = 0 configure:3335: test -s conftest. configure:3338: $? = 1 configure: failed program was: | #line 3317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3349: result: no configure:3312: checking for strings.h configure:3329: cc -c -fno-common conftest.c >&5 configure:3332: $? = 0 configure:3335: test -s conftest. configure:3338: $? = 1 configure: failed program was: | #line 3317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3349: result: no configure:3312: checking for inttypes.h configure:3329: cc -c -fno-common conftest.c >&5 configure:3332: $? = 0 configure:3335: test -s conftest. configure:3338: $? = 1 configure: failed program was: | #line 3317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3349: result: no configure:3312: checking for stdint.h configure:3329: cc -c -fno-common conftest.c >&5 configure:3332: $? = 0 configure:3335: test -s conftest. configure:3338: $? = 1 configure: failed program was: | #line 3317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3349: result: no configure:3312: checking for unistd.h configure:3329: cc -c -fno-common conftest.c >&5 configure:3332: $? = 0 configure:3335: test -s conftest. configure:3338: $? = 1 configure: failed program was: | #line 3317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3349: result: no configure:3381: checking stdio.h usability configure:3394: cc -c -fno-common conftest.c >&5 configure:3397: $? = 0 configure:3400: test -s conftest. configure:3403: $? = 1 configure: failed program was: | #line 3383 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3413: result: no configure:3417: checking stdio.h presence configure:3428: cc -E conftest.c configure:3434: $? = 0 configure:3453: result: yes configure:3473: WARNING: stdio.h: present but cannot be compiled configure:3475: WARNING: stdio.h: check for missing prerequisite headers? configure:3477: WARNING: stdio.h: proceeding with the preprocessor's result configure:3489: checking for stdio.h configure:3496: result: yes configure:3381: checking math.h usability configure:3394: cc -c -fno-common conftest.c >&5 configure:3397: $? = 0 configure:3400: test -s conftest. configure:3403: $? = 1 configure: failed program was: | #line 3383 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3413: result: no configure:3417: checking math.h presence configure:3428: cc -E conftest.c configure:3434: $? = 0 configure:3453: result: yes configure:3473: WARNING: math.h: present but cannot be compiled configure:3475: WARNING: math.h: check for missing prerequisite headers? configure:3477: WARNING: math.h: proceeding with the preprocessor's result configure:3489: checking for math.h configure:3496: result: yes configure:3381: checking malloc.h usability configure:3394: cc -c -fno-common conftest.c >&5 configure:3397: $? = 0 configure:3400: test -s conftest. configure:3403: $? = 1 configure: failed program was: | #line 3383 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3413: result: no configure:3417: checking malloc.h presence configure:3428: cc -E conftest.c configure:3434: $? = 0 configure:3453: result: yes configure:3473: WARNING: malloc.h: present but cannot be compiled configure:3475: WARNING: malloc.h: check for missing prerequisite headers? configure:3477: WARNING: malloc.h: proceeding with the preprocessor's result configure:3489: checking for malloc.h configure:3496: result: yes configure:3372: checking for stdlib.h configure:3377: result: no configure:3372: checking for string.h configure:3377: result: no configure:3381: checking time.h usability configure:3394: cc -c -fno-common conftest.c >&5 configure:3397: $? = 0 configure:3400: test -s conftest. configure:3403: $? = 1 configure: failed program was: | #line 3383 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3413: result: no configure:3417: checking time.h presence configure:3428: cc -E conftest.c configure:3434: $? = 0 configure:3453: result: yes configure:3473: WARNING: time.h: present but cannot be compiled configure:3475: WARNING: time.h: check for missing prerequisite headers? configure:3477: WARNING: time.h: proceeding with the preprocessor's result configure:3489: checking for time.h configure:3496: result: yes configure:3381: checking limits.h usability configure:3394: cc -c -fno-common conftest.c >&5 configure:3397: $? = 0 configure:3400: test -s conftest. configure:3403: $? = 1 configure: failed program was: | #line 3383 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3413: result: no configure:3417: checking limits.h presence configure:3428: cc -E conftest.c configure:3434: $? = 0 configure:3453: result: yes configure:3473: WARNING: limits.h: present but cannot be compiled configure:3475: WARNING: limits.h: check for missing prerequisite headers? configure:3477: WARNING: limits.h: proceeding with the preprocessor's result configure:3489: checking for limits.h configure:3496: result: yes configure:3517: checking for strings.h configure:3522: result: no configure:3517: checking for sys/types.h configure:3522: result: no configure:3526: checking machine/hal_sysinfo.h usability configure:3539: cc -c -fno-common conftest.c >&5 configure:3578:33: machine/hal_sysinfo.h: No such file or directory configure:3542: $? = 1 configure: failed program was: | #line 3528 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3558: result: no configure:3562: checking machine/hal_sysinfo.h presence configure:3573: cc -E conftest.c configure:3580:33: machine/hal_sysinfo.h: No such file or directory configure:3579: $? = 1 configure: failed program was: | #line 3564 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include configure:3598: result: no configure:3634: checking for machine/hal_sysinfo.h configure:3641: result: no configure:3526: checking sys/sysinfo.h usability configure:3539: cc -c -fno-common conftest.c >&5 configure:3578:25: sys/sysinfo.h: No such file or directory configure:3542: $? = 1 configure: failed program was: | #line 3528 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3558: result: no configure:3562: checking sys/sysinfo.h presence configure:3573: cc -E conftest.c configure:3580:25: sys/sysinfo.h: No such file or directory configure:3579: $? = 1 configure: failed program was: | #line 3564 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include configure:3598: result: no configure:3634: checking for sys/sysinfo.h configure:3641: result: no configure:3672: checking sys/processor.h usability configure:3685: cc -c -fno-common conftest.c >&5 configure:3724:27: sys/processor.h: No such file or directory configure:3688: $? = 1 configure: failed program was: | #line 3674 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3704: result: no configure:3708: checking sys/processor.h presence configure:3719: cc -E conftest.c configure:3726:27: sys/processor.h: No such file or directory configure:3725: $? = 1 configure: failed program was: | #line 3710 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include configure:3744: result: no configure:3780: checking for sys/processor.h configure:3787: result: no configure:3672: checking sched.h usability configure:3685: cc -c -fno-common conftest.c >&5 configure:3688: $? = 0 configure:3691: test -s conftest. configure:3694: $? = 1 configure: failed program was: | #line 3674 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3704: result: no configure:3708: checking sched.h presence configure:3719: cc -E conftest.c configure:3725: $? = 0 configure:3744: result: yes configure:3764: WARNING: sched.h: present but cannot be compiled configure:3766: WARNING: sched.h: check for missing prerequisite headers? configure:3768: WARNING: sched.h: proceeding with the preprocessor's result configure:3780: checking for sched.h configure:3787: result: yes configure:3672: checking sys/param.h usability configure:3685: cc -c -fno-common conftest.c >&5 configure:3688: $? = 0 configure:3691: test -s conftest. configure:3694: $? = 1 configure: failed program was: | #line 3674 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3704: result: no configure:3708: checking sys/param.h presence configure:3719: cc -E conftest.c configure:3725: $? = 0 configure:3744: result: yes configure:3764: WARNING: sys/param.h: present but cannot be compiled configure:3766: WARNING: sys/param.h: check for missing prerequisite headers? configure:3768: WARNING: sys/param.h: proceeding with the preprocessor's result configure:3780: checking for sys/param.h configure:3787: result: yes configure:3672: checking sys/pstat.h usability configure:3685: cc -c -fno-common conftest.c >&5 configure:3726:23: sys/pstat.h: No such file or directory configure:3688: $? = 1 configure: failed program was: | #line 3674 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3704: result: no configure:3708: checking sys/pstat.h presence configure:3719: cc -E conftest.c configure:3728:23: sys/pstat.h: No such file or directory configure:3725: $? = 1 configure: failed program was: | #line 3710 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:3744: result: no configure:3780: checking for sys/pstat.h configure:3787: result: no configure:3672: checking sys/unistd.h usability configure:3685: cc -c -fno-common conftest.c >&5 configure:3688: $? = 0 configure:3691: test -s conftest. configure:3694: $? = 1 configure: failed program was: | #line 3674 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3704: result: no configure:3708: checking sys/unistd.h presence configure:3719: cc -E conftest.c configure:3725: $? = 0 configure:3744: result: yes configure:3764: WARNING: sys/unistd.h: present but cannot be compiled configure:3766: WARNING: sys/unistd.h: check for missing prerequisite headers? configure:3768: WARNING: sys/unistd.h: proceeding with the preprocessor's result configure:3780: checking for sys/unistd.h configure:3787: result: yes configure:3817: checking sys/utsname.h usability configure:3830: cc -c -fno-common conftest.c >&5 configure:3833: $? = 0 configure:3836: test -s conftest. configure:3839: $? = 1 configure: failed program was: | #line 3819 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3849: result: no configure:3853: checking sys/utsname.h presence configure:3864: cc -E conftest.c configure:3870: $? = 0 configure:3889: result: yes configure:3909: WARNING: sys/utsname.h: present but cannot be compiled configure:3911: WARNING: sys/utsname.h: check for missing prerequisite headers? configure:3913: WARNING: sys/utsname.h: proceeding with the preprocessor's result configure:3925: checking for sys/utsname.h configure:3932: result: yes configure:3817: checking sys/systeminfo.h usability configure:3830: cc -c -fno-common conftest.c >&5 configure:3873:28: sys/systeminfo.h: No such file or directory configure:3833: $? = 1 configure: failed program was: | #line 3819 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3849: result: no configure:3853: checking sys/systeminfo.h presence configure:3864: cc -E conftest.c configure:3875:28: sys/systeminfo.h: No such file or directory configure:3870: $? = 1 configure: failed program was: | #line 3855 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include configure:3889: result: no configure:3925: checking for sys/systeminfo.h configure:3932: result: no configure:3808: checking for unistd.h configure:3813: result: no configure:3817: checking aixfont.h usability configure:3830: cc -c -fno-common conftest.c >&5 configure:3873:21: aixfont.h: No such file or directory configure:3833: $? = 1 configure: failed program was: | #line 3819 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3849: result: no configure:3853: checking aixfont.h presence configure:3864: cc -E conftest.c configure:3875:21: aixfont.h: No such file or directory configure:3870: $? = 1 configure: failed program was: | #line 3855 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include configure:3889: result: no configure:3925: checking for aixfont.h configure:3932: result: no configure:3963: checking linux/ip.h usability configure:3976: cc -c -fno-common conftest.c >&5 configure:4019:22: linux/ip.h: No such file or directory configure:3979: $? = 1 configure: failed program was: | #line 3965 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3995: result: no configure:3999: checking linux/ip.h presence configure:4010: cc -E conftest.c configure:4021:22: linux/ip.h: No such file or directory configure:4016: $? = 1 configure: failed program was: | #line 4001 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include configure:4035: result: no configure:4071: checking for linux/ip.h configure:4078: result: no configure:3963: checking errno.h usability configure:3976: cc -c -fno-common conftest.c >&5 configure:3979: $? = 0 configure:3982: test -s conftest. configure:3985: $? = 1 configure: failed program was: | #line 3965 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3995: result: no configure:3999: checking errno.h presence configure:4010: cc -E conftest.c configure:4016: $? = 0 configure:4035: result: yes configure:4055: WARNING: errno.h: present but cannot be compiled configure:4057: WARNING: errno.h: check for missing prerequisite headers? configure:4059: WARNING: errno.h: proceeding with the preprocessor's result configure:4071: checking for errno.h configure:4078: result: yes configure:3963: checking sys/vid.h usability configure:3976: cc -c -fno-common conftest.c >&5 configure:4020:21: sys/vid.h: No such file or directory configure:3979: $? = 1 configure: failed program was: | #line 3965 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3995: result: no configure:3999: checking sys/vid.h presence configure:4010: cc -E conftest.c configure:4022:21: sys/vid.h: No such file or directory configure:4016: $? = 1 configure: failed program was: | #line 4001 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include configure:4035: result: no configure:4071: checking for sys/vid.h configure:4078: result: no configure:3963: checking invent.h usability configure:3976: cc -c -fno-common conftest.c >&5 configure:4020:20: invent.h: No such file or directory configure:3979: $? = 1 configure: failed program was: | #line 3965 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3995: result: no configure:3999: checking invent.h presence configure:4010: cc -E conftest.c configure:4022:20: invent.h: No such file or directory configure:4016: $? = 1 configure: failed program was: | #line 4001 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include configure:4035: result: no configure:4071: checking for invent.h configure:4078: result: no configure:3963: checking sys/sysctl.h usability configure:3976: cc -c -fno-common conftest.c >&5 configure:3979: $? = 0 configure:3982: test -s conftest. configure:3985: $? = 1 configure: failed program was: | #line 3965 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3995: result: no configure:3999: checking sys/sysctl.h presence configure:4010: cc -E conftest.c configure:4016: $? = 0 configure:4035: result: yes configure:4055: WARNING: sys/sysctl.h: present but cannot be compiled configure:4057: WARNING: sys/sysctl.h: check for missing prerequisite headers? configure:4059: WARNING: sys/sysctl.h: proceeding with the preprocessor's result configure:4071: checking for sys/sysctl.h configure:4078: result: yes configure:4106: checking sys/syslimits.h usability configure:4119: cc -c -fno-common conftest.c >&5 configure:4122: $? = 0 configure:4125: test -s conftest. configure:4128: $? = 1 configure: failed program was: | #line 4108 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4138: result: no configure:4142: checking sys/syslimits.h presence configure:4153: cc -E conftest.c configure:4159: $? = 0 configure:4178: result: yes configure:4198: WARNING: sys/syslimits.h: present but cannot be compiled configure:4200: WARNING: sys/syslimits.h: check for missing prerequisite headers? configure:4202: WARNING: sys/syslimits.h: proceeding with the preprocessor's result configure:4214: checking for sys/syslimits.h configure:4221: result: yes configure:4236: checking for stdbool.h that conforms to C99 configure:4290: cc -c -fno-common conftest.c >&5 configure:4293: $? = 0 configure:4296: test -s conftest. configure:4299: $? = 1 configure: failed program was: | #line 4241 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | /* end confdefs.h. */ | | #include | #ifndef bool | # error bool is not defined | #endif | #ifndef false | # error false is not defined | #endif | #if false | # error false is not 0 | #endif | #ifndef true | # error true is not defined | #endif | #if true != 1 | # error true is not 1 | #endif | #ifndef __bool_true_false_are_defined | # error __bool_true_false_are_defined is not defined | #endif | | struct s { _Bool s: 1; _Bool t; } s; | | char a[true == 1 ? 1 : -1]; | char b[false == 0 ? 1 : -1]; | char c[__bool_true_false_are_defined == 1 ? 1 : -1]; | char d[(bool) -0.5 == true ? 1 : -1]; | bool e = &s; | char f[(_Bool) -0.0 == false ? 1 : -1]; | char g[true]; | char h[sizeof (_Bool)]; | char i[sizeof s.t]; | | int | main () | { | return !a + !b + !c + !d + !e + !f + !g + !h + !i; | ; | return 0; | } configure:4310: result: no configure:4312: checking for _Bool configure:4337: cc -c -fno-common conftest.c >&5 configure:4340: $? = 0 configure:4343: test -s conftest. configure:4346: $? = 1 configure: failed program was: | #line 4317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((_Bool *) 0) | return 0; | if (sizeof (_Bool)) | return 0; | ; | return 0; | } configure:4357: result: no configure:4376: checking for an ANSI C-conforming const configure:4444: cc -c -fno-common conftest.c >&5 configure:4447: $? = 0 configure:4450: test -s conftest. configure:4453: $? = 1 configure: failed program was: | #line 4381 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | /* end confdefs.h. */ | | int | main () | { | /* FIXME: Include the comments suggested by Paul. */ | #ifndef __cplusplus | /* Ultrix mips cc rejects this. */ | typedef int charset[2]; | const charset x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:4464: result: no configure:4474: checking for size_t configure:4499: cc -c -fno-common conftest.c >&5 configure:4502: $? = 0 configure:4505: test -s conftest. configure:4508: $? = 1 configure: failed program was: | #line 4479 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:4519: result: no configure:4535: checking whether byte ordering is bigendian configure:4563: cc -c -fno-common conftest.c >&5 configure:4566: $? = 0 configure:4569: test -s conftest. configure:4572: $? = 1 configure: failed program was: | #line 4541 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | bogus endian macros | #endif | | ; | return 0; | } configure:4696: cc -o conftest -fno-common conftest.c -lm >&5 configure:4699: $? = 0 configure:4701: ./conftest configure:4704: $? = 0 configure:4720: result: no configure:4739: checking for size_t configure:4784: result: no configure:4787: checking size of size_t configure:5093: result: 0 configure:5102: checking for working strtod configure:5146: cc -o conftest -fno-common conftest.c -lm >&5 configure:5149: $? = 0 configure:5151: ./conftest configure:5154: $? = 0 configure:5168: result: yes configure:5320: checking for memset configure:5370: cc -o conftest -fno-common conftest.c -lm >&5 configure:5367: warning: conflicting types for built-in function `memset' configure:5373: $? = 0 configure:5376: test -s conftest configure:5379: $? = 0 configure:5390: result: yes configure:5320: checking for strchr configure:5370: cc -o conftest -fno-common conftest.c -lm >&5 configure:5368: warning: conflicting types for built-in function `strchr' configure:5373: $? = 0 configure:5376: test -s conftest configure:5379: $? = 0 configure:5390: result: yes configure:5320: checking for strtol configure:5370: cc -o conftest -fno-common conftest.c -lm >&5 configure:5373: $? = 0 configure:5376: test -s conftest configure:5379: $? = 0 configure:5390: result: yes configure:5320: checking for processor_info configure:5370: cc -o conftest -fno-common conftest.c -lm >&5 configure:5373: $? = 0 configure:5376: test -s conftest configure:5379: $? = 0 configure:5390: result: yes configure:5320: checking for getsysinfo configure:5370: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _getsysinfo configure:5373: $? = 1 configure: failed program was: | #line 5325 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getsysinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getsysinfo (); | /* 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_getsysinfo) || defined (__stub___getsysinfo) | choke me | #else | char (*f) () = getsysinfo; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getsysinfo; | ; | return 0; | } configure:5390: result: no configure:5320: checking for pthread_num_processors_np configure:5370: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _pthread_num_processors_np configure:5373: $? = 1 configure: failed program was: | #line 5325 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_num_processors_np (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pthread_num_processors_np (); | /* 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_pthread_num_processors_np) || defined (__stub___pthread_num_processors_np) | choke me | #else | char (*f) () = pthread_num_processors_np; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pthread_num_processors_np; | ; | return 0; | } configure:5390: result: no configure:5410: checking for cpu_get_max configure:5460: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _cpu_get_max configure:5463: $? = 1 configure: failed program was: | #line 5415 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cpu_get_max (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char cpu_get_max (); | /* 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_cpu_get_max) || defined (__stub___cpu_get_max) | choke me | #else | char (*f) () = cpu_get_max; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != cpu_get_max; | ; | return 0; | } configure:5480: result: no configure:5410: checking for pstat configure:5460: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _pstat configure:5463: $? = 1 configure: failed program was: | #line 5415 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pstat (); | /* 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_pstat) || defined (__stub___pstat) | choke me | #else | char (*f) () = pstat; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pstat; | ; | return 0; | } configure:5480: result: no configure:5410: checking for pstat_getdynamic configure:5460: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _pstat_getdynamic configure:5463: $? = 1 configure: failed program was: | #line 5415 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat_getdynamic (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pstat_getdynamic (); | /* 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_pstat_getdynamic) || defined (__stub___pstat_getdynamic) | choke me | #else | char (*f) () = pstat_getdynamic; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pstat_getdynamic; | ; | return 0; | } configure:5480: result: no configure:5410: checking for pstat_getprocessor configure:5460: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _pstat_getprocessor configure:5463: $? = 1 configure: failed program was: | #line 5415 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat_getprocessor (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pstat_getprocessor (); | /* 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_pstat_getprocessor) || defined (__stub___pstat_getprocessor) | choke me | #else | char (*f) () = pstat_getprocessor; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pstat_getprocessor; | ; | return 0; | } configure:5480: result: no configure:5410: checking for uname configure:5460: cc -o conftest -fno-common conftest.c -lm >&5 configure:5463: $? = 0 configure:5466: test -s conftest configure:5469: $? = 0 configure:5480: result: yes configure:5410: checking for sysconf configure:5460: cc -o conftest -fno-common conftest.c -lm >&5 configure:5463: $? = 0 configure:5466: test -s conftest configure:5469: $? = 0 configure:5480: result: yes configure:5410: checking for sysinfo configure:5460: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _sysinfo configure:5463: $? = 1 configure: failed program was: | #line 5415 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | #define HAVE_UNAME 1 | #define HAVE_SYSCONF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char sysinfo (); | /* 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_sysinfo) || defined (__stub___sysinfo) | choke me | #else | char (*f) () = sysinfo; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != sysinfo; | ; | return 0; | } configure:5480: result: no configure:5497: checking for cpusetcreate configure:5547: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _cpusetcreate configure:5550: $? = 1 configure: failed program was: | #line 5502 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | #define HAVE_UNAME 1 | #define HAVE_SYSCONF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cpusetcreate (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char cpusetcreate (); | /* 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_cpusetcreate) || defined (__stub___cpusetcreate) | choke me | #else | char (*f) () = cpusetcreate; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != cpusetcreate; | ; | return 0; | } configure:5567: result: no configure:5497: checking for cpucountset configure:5547: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _cpucountset configure:5550: $? = 1 configure: failed program was: | #line 5502 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | #define HAVE_UNAME 1 | #define HAVE_SYSCONF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cpucountset (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char cpucountset (); | /* 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_cpucountset) || defined (__stub___cpucountset) | choke me | #else | char (*f) () = cpucountset; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != cpucountset; | ; | return 0; | } configure:5567: result: no configure:5497: checking for cpu_get_num configure:5547: cc -o conftest -fno-common conftest.c -lm >&5 ld: Undefined symbols: _cpu_get_num configure:5550: $? = 1 configure: failed program was: | #line 5502 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | #define HAVE_UNAME 1 | #define HAVE_SYSCONF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cpu_get_num (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char cpu_get_num (); | /* 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_cpu_get_num) || defined (__stub___cpu_get_num) | choke me | #else | char (*f) () = cpu_get_num; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != cpu_get_num; | ; | return 0; | } configure:5567: result: no configure:5497: checking for sysctl configure:5547: cc -o conftest -fno-common conftest.c -lm >&5 configure:5550: $? = 0 configure:5553: test -s conftest configure:5556: $? = 0 configure:5567: result: yes configure:6166: checking whether _SC_PHYS_PAGES is declared configure:6191: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:6243: error: `_SC_PHYS_PAGES' undeclared (first use in this function) configure:6243: error: (Each undeclared identifier is reported only once configure:6243: error: for each function it appears in.) configure:6194: $? = 1 configure: failed program was: | #line 6171 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | #define HAVE_UNAME 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSCTL 1 | #define TRY_TO_GET_HARDWARE_INFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef _SC_PHYS_PAGES | char *p = (char *) _SC_PHYS_PAGES; | #endif | | ; | return 0; | } configure:6211: result: no configure:6214: checking whether _SC_PAGESIZE is declared configure:6239: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:6291: error: `_SC_PAGESIZE' undeclared (first use in this function) configure:6291: error: (Each undeclared identifier is reported only once configure:6291: error: for each function it appears in.) configure:6242: $? = 1 configure: failed program was: | #line 6219 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | #define HAVE_UNAME 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSCTL 1 | #define TRY_TO_GET_HARDWARE_INFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef _SC_PAGESIZE | char *p = (char *) _SC_PAGESIZE; | #endif | | ; | return 0; | } configure:6259: result: no configure:6262: checking whether _SC_CRAY_NCPU is declared configure:6287: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:6339: error: `_SC_CRAY_NCPU' undeclared (first use in this function) configure:6339: error: (Each undeclared identifier is reported only once configure:6339: error: for each function it appears in.) configure:6290: $? = 1 configure: failed program was: | #line 6267 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | #define HAVE_UNAME 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSCTL 1 | #define TRY_TO_GET_HARDWARE_INFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef _SC_CRAY_NCPU | char *p = (char *) _SC_CRAY_NCPU; | #endif | | ; | return 0; | } configure:6307: result: no configure:6310: checking whether _SC_CRAY_NCPU is declared configure:6355: result: no configure:6358: checking whether _SC_NPROC_CONF is declared configure:6383: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:6435: error: `_SC_NPROC_CONF' undeclared (first use in this function) configure:6435: error: (Each undeclared identifier is reported only once configure:6435: error: for each function it appears in.) configure:6386: $? = 1 configure: failed program was: | #line 6363 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | #define HAVE_UNAME 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSCTL 1 | #define TRY_TO_GET_HARDWARE_INFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef _SC_NPROC_CONF | char *p = (char *) _SC_NPROC_CONF; | #endif | | ; | return 0; | } configure:6403: result: no configure:6406: checking whether _SC_NPROC_ONLN is declared configure:6431: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:6483: error: `_SC_NPROC_ONLN' undeclared (first use in this function) configure:6483: error: (Each undeclared identifier is reported only once configure:6483: error: for each function it appears in.) configure:6434: $? = 1 configure: failed program was: | #line 6411 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "atlc" | #define PACKAGE_TARNAME "atlc" | #define PACKAGE_VERSION "4.6.0" | #define PACKAGE_STRING "atlc 4.6.0" | #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" | #define PACKAGE "atlc" | #define VERSION "4.6.0" | #define HAVE_LIBM 1 | #define HAVE_STDIO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_UNISTD_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYS_SYSLIMITS_H 1 | #define const | #define size_t unsigned | #define SIZEOF_SIZE_T 0 | #define HAVE_MEMSET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_PROCESSOR_INFO 1 | #define HAVE_UNAME 1 | #define HAVE_SYSCONF 1 | #define HAVE_SYSCTL 1 | #define TRY_TO_GET_HARDWARE_INFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef _SC_NPROC_ONLN | char *p = (char *) _SC_NPROC_ONLN; | #endif | | ; | return 0; | } configure:6451: result: no configure:6599: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by atlc config.status 4.6.0, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:680: creating Makefile config.status:680: creating src/Makefile config.status:680: creating src/non_gui/Makefile config.status:680: creating m4/Makefile config.status:680: creating man/Makefile config.status:680: creating man/man1/Makefile config.status:680: creating examples/Makefile config.status:680: creating tools/Makefile config.status:680: creating tools/src/Makefile config.status:680: creating tests/Makefile config.status:680: creating docs/html-docs/Makefile config.status:680: creating docs/html-docs/jpgs/Makefile config.status:680: creating docs/qex-december-1996/Makefile config.status:680: creating docs/theory/Makefile config.status:680: creating docs/Makefile config.status:784: creating config.h config.status:1030: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common 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_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_cpu_get_max=no ac_cv_func_cpu_get_num=no ac_cv_func_cpucountset=no ac_cv_func_cpusetcreate=no ac_cv_func_getsysinfo=no ac_cv_func_memset=yes ac_cv_func_processor_info=yes ac_cv_func_pstat=no ac_cv_func_pstat_getdynamic=no ac_cv_func_pstat_getprocessor=no ac_cv_func_pthread_num_processors_np=no ac_cv_func_strchr=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_sysconf=yes ac_cv_func_sysctl=yes ac_cv_func_sysinfo=no ac_cv_func_uname=yes ac_cv_have_decl__SC_CRAY_NCPU=no ac_cv_have_decl__SC_NPROC_CONF=no ac_cv_have_decl__SC_NPROC_ONLN=no ac_cv_have_decl__SC_PAGESIZE=no ac_cv_have_decl__SC_PHYS_PAGES=no ac_cv_header_aixfont_h=no ac_cv_header_errno_h=yes ac_cv_header_inttypes_h=no ac_cv_header_invent_h=no ac_cv_header_limits_h=yes ac_cv_header_linux_ip_h=no ac_cv_header_machine_hal_sysinfo_h=no ac_cv_header_malloc_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=no ac_cv_header_sched_h=yes ac_cv_header_stdbool_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_processor_h=no ac_cv_header_sys_pstat_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_sysinfo_h=no ac_cv_header_sys_syslimits_h=yes ac_cv_header_sys_systeminfo_h=no ac_cv_header_sys_types_h=no ac_cv_header_sys_unistd_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_vid_h=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=no ac_cv_lib_m_log=yes ac_cv_objext= ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_search_strerror='none required' ac_cv_sizeof_size_t=0 ac_cv_type__Bool=no ac_cv_type_size_t=no am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/cad/atlc/work/atlc-4.6.0/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/cad/atlc/work/atlc-4.6.0/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/cad/atlc/work/atlc-4.6.0/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/cad/atlc/work/atlc-4.6.0/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/cad/atlc/work/atlc-4.6.0/missing --run automake-1.7' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-lm ' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/cad/atlc/work/atlc-4.6.0/missing --run makeinfo' OBJEXT='' PACKAGE='atlc' PACKAGE_BUGREPORT='drkirkby@ntlworld.com' PACKAGE_NAME='atlc' PACKAGE_STRING='atlc 4.6.0' PACKAGE_TARNAME='atlc' PACKAGE_VERSION='4.6.0' PATH_SEPARATOR=':' POW_LIB='' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='4.6.0' ac_ct_CC='' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='' build_os='' build_vendor='' built_with_posix_threads='' compiled_with_cflags='-fno-common' compiled_with_compiler='cc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='' host_os='' host_vendor='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/cad/atlc/work/atlc-4.6.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ERRNO_H 1 #define HAVE_LIBM 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MATH_H 1 #define HAVE_MEMSET 1 #define HAVE_PROCESSOR_INFO 1 #define HAVE_SCHED_H 1 #define HAVE_STDIO_H 1 #define HAVE_STRCHR 1 #define HAVE_STRTOL 1 #define HAVE_SYSCONF 1 #define HAVE_SYSCTL 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_SYS_SYSLIMITS_H 1 #define HAVE_SYS_UNISTD_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_TIME_H 1 #define HAVE_UNAME 1 #define PACKAGE "atlc" #define PACKAGE_BUGREPORT "drkirkby@ntlworld.com" #define PACKAGE_NAME "atlc" #define PACKAGE_STRING "atlc 4.6.0" #define PACKAGE_TARNAME "atlc" #define PACKAGE_VERSION "4.6.0" #define SIZEOF_SIZE_T 0 #define TRY_TO_GET_HARDWARE_INFO 1 #define VERSION "4.6.0" #define const #define size_t unsigned configure: exit 0