This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix= --prefix=/usr/local i386-unknown-gnu build_alias=i386-unknown-gnu host_alias=i386-unknown-gnu target_alias=i386-unknown-gnu --cache-file=/dev/null --srcdir=. ## --------- ## ## 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: 103 tasks, 158 threads, 4 processors Load average: 0.72, Mach factor: 3.27 /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: /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: /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:1211: creating cache configure:1301: checking for i386-unknown-gnu-gcc configure:1327: result: cc configure:1609: checking for C compiler version configure:1612: 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:1615: $? = 0 configure:1617: 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:1620: $? = 0 configure:1622: cc -V &5 cc: `-V' option must have argument configure:1625: $? = 1 configure:1648: checking for C compiler default output file name configure:1651: cc -fno-common conftest.c >&5 configure:1654: $? = 0 configure:1700: result: a.out configure:1705: checking whether the C compiler works configure:1711: ./a.out configure:1714: $? = 0 configure:1731: result: yes configure:1738: checking whether we are cross compiling configure:1740: result: no configure:1743: checking for suffix of executables configure:1745: cc -o conftest -fno-common conftest.c >&5 configure:1748: $? = 0 configure:1773: result: configure:1779: checking for suffix of object files configure:1800: cc -c -fno-common conftest.c >&5 configure:1803: $? = 0 configure:1825: result: configure:1829: checking whether we are using the GNU C compiler configure:1853: cc -c -fno-common conftest.c >&5 configure:1859: $? = 0 configure:1863: test -z || test ! -s conftest.err configure:1866: $? = 0 configure:1869: test -s conftest. configure:1872: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1885: result: no configure:1891: checking whether cc accepts -g configure:1912: cc -c -g conftest.c >&5 configure:1918: $? = 0 configure:1922: test -z || test ! -s conftest.err configure:1925: $? = 0 configure:1928: test -s conftest. configure:1931: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1942: result: no configure:1959: checking for cc option to accept ANSI C configure:2029: cc -c -fno-common conftest.c >&5 configure:2035: $? = 0 configure:2039: test -z || test ! -s conftest.err configure:2042: $? = 0 configure:2045: test -s conftest. configure:2048: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2029: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2035: $? = 0 configure:2039: test -z || test ! -s conftest.err configure:2042: $? = 0 configure:2045: test -s conftest. configure:2048: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2029: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2035: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2029: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2035: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2029: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2035: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2029: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2035: $? = 0 configure:2039: test -z || test ! -s conftest.err configure:2042: $? = 0 configure:2045: test -s conftest. configure:2048: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2066: result: none needed configure:2084: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2090: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2228: checking how to run the C preprocessor configure:2263: cc -E conftest.c configure:2269: $? = 0 configure:2301: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2307: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2346: result: cc -E configure:2370: cc -E conftest.c configure:2376: $? = 0 configure:2408: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2414: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2459: checking for egrep configure:2469: result: grep -E configure:2525: checking whether using GNU C configure:2552: result: yes configure:2564: checking for underscore in external names configure:2578: cc -S conftest.c configure:2581: $? = 0 configure:2591: result: yes configure:2606: checking for ranlib configure:2622: found /usr/bin/ranlib configure:2633: result: ranlib configure:2640: checking whether gmake sets $(MAKE) configure:2660: result: yes configure:2679: checking for a BSD compatible install configure:2726: result: /usr/bin/install -c -o root -g wheel configure:2738: checking how to copy files configure:2754: result: cp -p configure:2758: checking how to make hard links configure:2774: result: ln configure:2778: checking whether ln -s works configure:2794: result: yes configure:2802: checking for working void configure:2827: cc -c -fno-common conftest.c >&5 configure:2833: $? = 0 configure:2837: test -z || test ! -s conftest.err configure:2840: $? = 0 configure:2843: test -s conftest. configure:2846: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | /* end confdefs.h. */ | | int | main () | { | void f(); | typedef void x; x g(); | typedef void* y; y a; | | ; | return 0; | } configure:2859: result: no configure:2940: checking for ANSI C header files configure:2958: cc -E conftest.c configure:2964: $? = 0 configure:2987: result: yes configure:2997: checking for ANSI C header files configure:3022: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:13: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:13: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3150: result: no configure:3174: checking for sys/types.h configure:3190: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3196: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 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:3220: result: no configure:3174: checking for sys/stat.h configure:3190: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3196: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 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:3220: result: no configure:3174: checking for stdlib.h configure:3190: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3196: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 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:3220: result: no configure:3174: checking for string.h configure:3190: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3196: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 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:3220: result: no configure:3174: checking for memory.h configure:3190: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3196: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 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:3220: result: no configure:3174: checking for strings.h configure:3190: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3196: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 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:3220: result: no configure:3174: checking for inttypes.h configure:3190: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3196: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 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:3220: result: no configure:3174: checking for stdint.h configure:3190: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3196: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 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:3220: result: no configure:3174: checking for unistd.h configure:3190: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3196: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 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:3220: result: no configure:3237: checking for unistd_h configure:3242: result: no configure:3383: checking for getpagesize configure:3410: cc -o conftest -fno-common conftest.c >&5 configure:3416: $? = 0 configure:3420: test -z || test ! -s conftest.err configure:3423: $? = 0 configure:3426: test -s conftest configure:3429: $? = 0 configure:3443: result: yes configure:3454: checking for getpagesize declaration configure:3492: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:15: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:15: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3498: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | /* end confdefs.h. */ | | #include | #ifdef HAVE_UNISTD_H | #include | #endif | | extern | #ifdef __cplusplus | "C" | #endif | | #if defined(__STDC__) || defined(__cplusplus) | int getpagesize(); | #else | int getpagesize(); | #endif | | int | main () | { | | ; | return 0; | } configure:3528: result: extern size_t getpagesize (void); configure:3690: checking for vm_allocate configure:3712: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _task_self configure:3718: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | /* end confdefs.h. */ | | int | main () | { | vm_allocate(); task_self(); | ; | return 0; | } configure:3745: result: no configure:3770: checking sys/file.h usability configure:3782: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:23: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:23: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3788: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | /* 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:3811: result: no configure:3815: checking sys/file.h presence configure:3825: cc -E conftest.c configure:3831: $? = 0 configure:3851: result: yes configure:3864: WARNING: sys/file.h: present but cannot be compiled configure:3866: WARNING: sys/file.h: check for missing prerequisite headers? configure:3868: WARNING: sys/file.h: see the Autoconf documentation configure:3870: WARNING: sys/file.h: section "Present But Cannot Be Compiled" configure:3872: WARNING: sys/file.h: proceeding with the preprocessor's result configure:3874: WARNING: sys/file.h: in the future, the compiler will take precedence configure:3886: checking for sys/file.h configure:3893: result: yes configure:3916: checking for O_RDWR in fcntl.h configure:3938: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:17: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:17: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:3944: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_UNISTD_H | #include | #include | #endif | #include | | int | main () | { | int x = O_RDWR | O_RDONLY | O_WRONLY | O_CREAT | O_TRUNC; | ; | return 0; | } configure:3970: result: no configure:3995: checking sys/mman.h usability configure:4007: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:25: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:25: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:4013: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | /* 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:4036: result: no configure:4040: checking sys/mman.h presence configure:4050: cc -E conftest.c configure:4056: $? = 0 configure:4076: result: yes configure:4089: WARNING: sys/mman.h: present but cannot be compiled configure:4091: WARNING: sys/mman.h: check for missing prerequisite headers? configure:4093: WARNING: sys/mman.h: see the Autoconf documentation configure:4095: WARNING: sys/mman.h: section "Present But Cannot Be Compiled" configure:4097: WARNING: sys/mman.h: proceeding with the preprocessor's result configure:4099: WARNING: sys/mman.h: in the future, the compiler will take precedence configure:4111: checking for sys/mman.h configure:4118: result: yes configure:4129: checking for mmap configure:4186: cc -o conftest -fno-common conftest.c >&5 configure:4192: $? = 0 configure:4196: test -z || test ! -s conftest.err configure:4199: $? = 0 configure:4202: test -s conftest configure:4205: $? = 0 configure:4217: result: yes configure:4230: checking for working mmap configure:4311: cc -o conftest -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:19: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:19: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:4314: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | #define HAVE_MMAP | /* end confdefs.h. */ | | #include | #ifdef HAVE_UNISTD_H | #include | #endif | #include | #ifdef OPEN_NEEDS_SYS_FILE_H | #include | #endif | #include | #include | int main () { | | int flags = MAP_ANON | MAP_PRIVATE; | int fd = -1; | #define bits_to_avoid 0 | #define my_shift 24 | #define my_low 1 | #ifdef FOR_SUN4_29 | #define my_high 31 | #define my_size 32768 /* hope that 32768 is a multiple of the page size */ | /* i*32 KB for i=1..31 gives a total of 15.5 MB, which is close to what we need */ | #else | #define my_high 64 | #define my_size 8192 /* hope that 8192 is a multiple of the page size */ | /* i*8 KB for i=1..64 gives a total of 16.25 MB, which is close to what we need */ | #endif | {long i; | #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0) | for (i=my_low; i<=my_high; i++) | if (i_ok(i)) | { caddr_t addr = (caddr_t)(i << my_shift); | /* Check for 8 MB, not 16 MB. This is more likely to work on Solaris 2. */ | #if bits_to_avoid | long size = i*my_size; | #else | long size = ((i+1)/2)*my_size; | #endif | if (mmap(addr,size,PROT_READ|PROT_WRITE,flags|MAP_FIXED,fd,0) == (void*)-1) exit(1); | } | #define x(i) *(unsigned char *) ((i<=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); } | exit(0); | }} | | configure:4350: cc -o conftest -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:19: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:19: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted conftest.c: In function `main': conftest.c:31: error: `MAP_ANONYMOUS' undeclared (first use in this function) conftest.c:31: error: (Each undeclared identifier is reported only once conftest.c:31: error: for each function it appears in.) configure:4353: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | #define HAVE_MMAP | /* end confdefs.h. */ | | #include | #ifdef HAVE_UNISTD_H | #include | #endif | #include | #ifdef OPEN_NEEDS_SYS_FILE_H | #include | #endif | #include | #include | int main () { | | int flags = MAP_ANONYMOUS | MAP_PRIVATE; | int fd = -1; | #define bits_to_avoid 0 | #define my_shift 24 | #define my_low 1 | #ifdef FOR_SUN4_29 | #define my_high 31 | #define my_size 32768 /* hope that 32768 is a multiple of the page size */ | /* i*32 KB for i=1..31 gives a total of 15.5 MB, which is close to what we need */ | #else | #define my_high 64 | #define my_size 8192 /* hope that 8192 is a multiple of the page size */ | /* i*8 KB for i=1..64 gives a total of 16.25 MB, which is close to what we need */ | #endif | {long i; | #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0) | for (i=my_low; i<=my_high; i++) | if (i_ok(i)) | { caddr_t addr = (caddr_t)(i << my_shift); | /* Check for 8 MB, not 16 MB. This is more likely to work on Solaris 2. */ | #if bits_to_avoid | long size = i*my_size; | #else | long size = ((i+1)/2)*my_size; | #endif | if (mmap(addr,size,PROT_READ|PROT_WRITE,flags|MAP_FIXED,fd,0) == (void*)-1) exit(1); | } | #define x(i) *(unsigned char *) ((i<=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); } | exit(0); | }} | | configure:4393: cc -o conftest -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:19: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:19: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:4396: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | #define HAVE_MMAP | /* end confdefs.h. */ | | #include | #ifdef HAVE_UNISTD_H | #include | #endif | #include | #ifdef OPEN_NEEDS_SYS_FILE_H | #include | #endif | #include | #include | int main () { | | #ifndef MAP_FILE | #define MAP_FILE 0 | #endif | int flags = MAP_FILE | MAP_PRIVATE; | int fd = open("/dev/zero",O_RDONLY,0666); | if (fd<0) exit(1); | #define bits_to_avoid 0 | #define my_shift 24 | #define my_low 1 | #ifdef FOR_SUN4_29 | #define my_high 31 | #define my_size 32768 /* hope that 32768 is a multiple of the page size */ | /* i*32 KB for i=1..31 gives a total of 15.5 MB, which is close to what we need */ | #else | #define my_high 64 | #define my_size 8192 /* hope that 8192 is a multiple of the page size */ | /* i*8 KB for i=1..64 gives a total of 16.25 MB, which is close to what we need */ | #endif | {long i; | #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0) | for (i=my_low; i<=my_high; i++) | if (i_ok(i)) | { caddr_t addr = (caddr_t)(i << my_shift); | /* Check for 8 MB, not 16 MB. This is more likely to work on Solaris 2. */ | #if bits_to_avoid | long size = i*my_size; | #else | long size = ((i+1)/2)*my_size; | #endif | if (mmap(addr,size,PROT_READ|PROT_WRITE,flags|MAP_FIXED,fd,0) == (void*)-1) exit(1); | } | #define x(i) *(unsigned char *) ((i<=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); } | exit(0); | }} | | configure:4439: cc -o conftest -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:20: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:20: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:4442: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | #define HAVE_MMAP | /* end confdefs.h. */ | #define FOR_SUN4_29 | | #include | #ifdef HAVE_UNISTD_H | #include | #endif | #include | #ifdef OPEN_NEEDS_SYS_FILE_H | #include | #endif | #include | #include | int main () { | | #ifndef MAP_FILE | #define MAP_FILE 0 | #endif | int flags = MAP_FILE | MAP_PRIVATE; | int fd = open("/dev/zero",O_RDONLY,0666); | if (fd<0) exit(1); | #define bits_to_avoid 0 | #define my_shift 24 | #define my_low 1 | #ifdef FOR_SUN4_29 | #define my_high 31 | #define my_size 32768 /* hope that 32768 is a multiple of the page size */ | /* i*32 KB for i=1..31 gives a total of 15.5 MB, which is close to what we need */ | #else | #define my_high 64 | #define my_size 8192 /* hope that 8192 is a multiple of the page size */ | /* i*8 KB for i=1..64 gives a total of 16.25 MB, which is close to what we need */ | #endif | {long i; | #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0) | for (i=my_low; i<=my_high; i++) | if (i_ok(i)) | { caddr_t addr = (caddr_t)(i << my_shift); | /* Check for 8 MB, not 16 MB. This is more likely to work on Solaris 2. */ | #if bits_to_avoid | long size = i*my_size; | #else | long size = ((i+1)/2)*my_size; | #endif | if (mmap(addr,size,PROT_READ|PROT_WRITE,flags|MAP_FIXED,fd,0) == (void*)-1) exit(1); | } | #define x(i) *(unsigned char *) ((i<=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); } | exit(0); | }} | | configure:4469: result: no configure:4506: checking for mprotect configure:4563: cc -o conftest -fno-common conftest.c >&5 configure:4569: $? = 0 configure:4573: test -z || test ! -s conftest.err configure:4576: $? = 0 configure:4579: test -s conftest configure:4582: $? = 0 configure:4594: result: yes configure:4604: checking for working mprotect configure:4654: cc -o conftest -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:20: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:20: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted conftest.c: In function `main': conftest.c:45: error: too few arguments to function `getpagesize' configure:4657: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | #define HAVE_MMAP | #define HAVE_MPROTECT 1 | /* end confdefs.h. */ | | #include | /* declare malloc() */ | #include | #ifdef HAVE_UNISTD_H | #include | #endif | /* declare getpagesize() and mprotect() */ | #include | #ifndef HAVE_GETPAGESIZE | #include | #define getpagesize() PAGESIZE | #else | extern | #ifdef __cplusplus | "C" | #endif | | #if defined(__STDC__) || defined(__cplusplus) | RETGETPAGESIZETYPE getpagesize (void); | #else | RETGETPAGESIZETYPE getpagesize(); | #endif | #endif | char foo; | int main () { | unsigned long pagesize = getpagesize(); | #define page_align(address) (char*)((unsigned long)(address) & -pagesize) | | if ((pagesize-1) & pagesize) exit(1); | exit(0); } configure:4844: result: no configure:4869: checking sys/shm.h usability configure:4881: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:27: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:27: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:4887: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | #define HAVE_MMAP | #define HAVE_MPROTECT 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:4910: result: no configure:4914: checking sys/shm.h presence configure:4924: cc -E conftest.c configure:4930: $? = 0 configure:4950: result: yes configure:4963: WARNING: sys/shm.h: present but cannot be compiled configure:4965: WARNING: sys/shm.h: check for missing prerequisite headers? configure:4967: WARNING: sys/shm.h: see the Autoconf documentation configure:4969: WARNING: sys/shm.h: section "Present But Cannot Be Compiled" configure:4971: WARNING: sys/shm.h: proceeding with the preprocessor's result configure:4973: WARNING: sys/shm.h: in the future, the compiler will take precedence configure:4985: checking for sys/shm.h configure:4992: result: yes configure:5020: checking sys/ipc.h usability configure:5032: cc -c -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:28: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:28: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:5038: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | #define HAVE_MMAP | #define HAVE_MPROTECT 1 | #define HAVE_SYS_SHM_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:5061: result: no configure:5065: checking sys/ipc.h presence configure:5075: cc -E conftest.c configure:5081: $? = 0 configure:5101: result: yes configure:5114: WARNING: sys/ipc.h: present but cannot be compiled configure:5116: WARNING: sys/ipc.h: check for missing prerequisite headers? configure:5118: WARNING: sys/ipc.h: see the Autoconf documentation configure:5120: WARNING: sys/ipc.h: section "Present But Cannot Be Compiled" configure:5122: WARNING: sys/ipc.h: proceeding with the preprocessor's result configure:5124: WARNING: sys/ipc.h: in the future, the compiler will take precedence configure:5136: checking for sys/ipc.h configure:5143: result: yes configure:5160: checking for working shared memory configure:5194: cc -o conftest -fno-common conftest.c >&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:21: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:21: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:5197: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | #define HAVE_MMAP | #define HAVE_MPROTECT 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_IPC_H 1 | /* end confdefs.h. */ | #include | #include | #include | /* try attaching a single segment to multiple addresses */ | #define segsize 0x10000 | #define attaches 128 | #define base_addr 0x01000000 | int main () | { int shmid, i; char* addr; char* result; | if ((shmid = shmget(IPC_PRIVATE,segsize,0400)) < 0) exit(1); | for (i=0, addr = (char*)0x01000000; i&5 In file included from /usr/include/architecture/byte_order.h:34, from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:25: /usr/include/libkern/OSByteOrder.h: In function `OSHostByteOrder': /usr/include/libkern/OSByteOrder.h:50: error: parameter name omitted In file included from /usr/include/machine/byte_order.h:29, from /usr/include/sys/_endian.h:104, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:25: /usr/include/architecture/byte_order.h: In function `NXHostByteOrder': /usr/include/architecture/byte_order.h:144: error: parameter name omitted configure:5611: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #define void char | #define return_void | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE | #define RETGETPAGESIZETYPE size_t | #define HAVE_SYS_FILE_H 1 | #define OPEN_NEEDS_SYS_FILE_H | #define HAVE_MMAP | #define HAVE_MPROTECT 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_IPC_H 1 | #ifndef __i386__ | #define __i386__ 1 | #endif | /* end confdefs.h. */ | | #include | /* declare malloc() */ | #include | int fun () { return 31415926; } | int main () | { long size = (char*)&main - (char*)&fun; | char* funcopy = (char*) malloc(size); | int i; | for (i = 0; i < size; i++) { funcopy[i] = ((char*)&fun)[i]; } | exit(!((*(int(*)())funcopy)() == 31415926)); | } configure:5636: result: no configure:6066: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:661: creating Makefile config.status:764: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=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_mmap=yes ac_cv_func_mprotect=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_file_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_gmake_set=yes cl_cv_c_void=no cl_cv_codeexec=no cl_cv_decl_O_RDWR_fcntl_h=no cl_cv_func_getpagesize=yes cl_cv_func_mmap_works=no cl_cv_func_mprotect_works=no cl_cv_func_vm=no cl_cv_header_stdc=yes cl_cv_prog_LN=ln cl_cv_prog_LN_S='ln -s' cl_cv_prog_as_underscore=yes cl_cv_prog_cc_gcc=yes cl_cv_prog_cp='cp -p' cl_cv_proto_getpagesize='extern size_t getpagesize (void);' cl_cv_proto_getpagesize_ret=size_t cl_cv_sys_shm_works=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## AS_UNDERSCORE='true' CC='cc' CC_GCC='true' CFLAGS='-fno-common' CP='cp -p' CPP='cc -E' CPPFLAGS='' CPU_OBJECTS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GCC_X_NONE='-x none' INSTALL='/usr/bin/install -c -o root -g wheel' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS='' LN='ln' LN_S='ln -s' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' 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 ASM_UNDERSCORE #define HAVE_GETPAGESIZE #define HAVE_MMAP #define HAVE_MPROTECT 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_SHM_H 1 #define OPEN_NEEDS_SYS_FILE_H #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define RETGETPAGESIZETYPE size_t #define STDC_HEADERS 1 #define __i386__ 1 #define return_void #define void char #endif #ifndef __i386__ configure: exit 0