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 ## --------- ## ## Platform. ## ## --------- ## hostname = insomniac.ws.lan uname -m = i386 uname -r = 4.4 uname -s = OpenBSD uname -v = GENERIC#1011 /usr/bin/uname -p = Intel(R) Pentium(R) M processor 1600MHz ("GenuineIntel" 686-class) /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = OpenBSD.i386 /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/ryan/bin/i386-openbsd4.4 PATH: /home/ryan/bin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /sbin PATH: /bin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/X11R6/bin PATH: /usr/local/games PATH: /usr/games PATH: /home/ryan/.zsh/zfunc PATH: /usr/local/share/zsh/site-functions PATH: /usr/local/share/zsh/4.3.6/functions ## ----------- ## ## Core tests. ## ## ----------- ## configure:1343: checking build system type configure:1361: result: i386-unknown-openbsd4.4 configure:1369: checking host system type configure:1383: result: i386-unknown-openbsd4.4 configure:1391: checking target system type configure:1405: result: i386-unknown-openbsd4.4 configure:1440: checking for a BSD-compatible install configure:1495: result: /usr/bin/install -c configure:1506: checking whether build environment is sane configure:1549: result: yes configure:1564: checking whether make sets $(MAKE) configure:1584: result: yes configure:1616: checking for working aclocal-1.4 configure:1623: result: found configure:1631: checking for working autoconf configure:1638: result: found configure:1646: checking for working automake-1.4 configure:1653: result: found configure:1661: checking for working autoheader configure:1668: result: found configure:1676: checking for working makeinfo configure:1683: result: found configure:1753: checking for gcc configure:1769: found /usr/bin/gcc configure:1779: result: gcc configure:2023: checking for C compiler version configure:2026: gcc --version &5 gcc (GCC) 3.3.5 (propolice) Copyright (C) 2003 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:2029: $? = 0 configure:2031: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd4.4/3.3.5/specs Configured with: Thread model: single gcc version 3.3.5 (propolice) configure:2034: $? = 0 configure:2036: gcc -V &5 gcc: `-V' option must have argument configure:2039: $? = 1 configure:2062: checking for C compiler default output file name configure:2065: gcc conftest.c >&5 configure:2068: $? = 0 configure:2114: result: a.out configure:2119: checking whether the C compiler works configure:2125: ./a.out configure:2128: $? = 0 configure:2145: result: yes configure:2152: checking whether we are cross compiling configure:2154: result: no configure:2157: checking for suffix of executables configure:2159: gcc -o conftest conftest.c >&5 configure:2162: $? = 0 configure:2187: result: configure:2193: checking for suffix of object files configure:2214: gcc -c conftest.c >&5 configure:2217: $? = 0 configure:2239: result: o configure:2243: checking whether we are using the GNU C compiler configure:2267: gcc -c conftest.c >&5 configure:2273: $? = 0 configure:2276: test -z || test ! -s conftest.err configure:2279: $? = 0 configure:2282: test -s conftest.o configure:2285: $? = 0 configure:2298: result: yes configure:2304: checking whether gcc accepts -g configure:2325: gcc -c -g conftest.c >&5 configure:2331: $? = 0 configure:2334: test -z || test ! -s conftest.err configure:2337: $? = 0 configure:2340: test -s conftest.o configure:2343: $? = 0 configure:2354: result: yes configure:2371: checking for gcc option to accept ANSI C configure:2441: gcc -c conftest.c >&5 configure:2447: $? = 0 configure:2450: test -z || test ! -s conftest.err configure:2453: $? = 0 configure:2456: test -s conftest.o configure:2459: $? = 0 configure:2477: result: none needed configure:2495: gcc -c conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2501: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2672: checking for ranlib configure:2688: found /usr/bin/ranlib configure:2699: result: ranlib configure:2724: checking for acos in -lm configure:2754: gcc -o conftest conftest.c -lm >&5 configure:2760: $? = 0 configure:2763: test -z || test ! -s conftest.err configure:2766: $? = 0 configure:2769: test -s conftest configure:2772: $? = 0 configure:2785: result: yes configure:2797: checking for gzopen in -lz configure:2827: gcc -o conftest conftest.c -lz -lm >&5 configure:2833: $? = 0 configure:2836: test -z || test ! -s conftest.err configure:2839: $? = 0 configure:2842: test -s conftest configure:2845: $? = 0 configure:2858: result: yes configure:3009: checking for sdl-config configure:3025: found /usr/local/bin/sdl-config configure:3036: result: yes configure:3047: checking for SDL_Init in -lSDL configure:3077: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS conftest.c -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() /usr/X11R6/lib/libX11.so.11.1: warning: sprintf() is often misused, please use snprintf() configure:3083: $? = 0 configure:3086: test -z || test ! -s conftest.err configure:3089: $? = 0 configure:3092: test -s conftest configure:3095: $? = 0 configure:3108: result: yes configure:3132: checking for IMG_Load in -lSDL_image configure:3162: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:3168: $? = 0 configure:3171: test -z || test ! -s conftest.err configure:3174: $? = 0 configure:3177: test -s conftest configure:3180: $? = 0 configure:3193: result: yes configure:3209: checking for getopt_long configure:3266: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:3272: $? = 0 configure:3275: test -z || test ! -s conftest.err configure:3278: $? = 0 configure:3281: test -s conftest configure:3284: $? = 0 configure:3296: result: yes configure:3326: checking for scandir configure:3383: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:3389: $? = 0 configure:3392: test -z || test ! -s conftest.err configure:3395: $? = 0 configure:3398: test -s conftest configure:3401: $? = 0 configure:3413: result: yes configure:3521: checking for nasm configure:3537: found /usr/local/bin/nasm configure:3548: result: yes configure:3696: checking for dirent.h that defines DIR configure:3720: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:3726: $? = 0 configure:3729: test -z || test ! -s conftest.err configure:3732: $? = 0 configure:3735: test -s conftest.o configure:3738: $? = 0 configure:3749: result: yes configure:3762: checking for library containing opendir configure:3792: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:3798: $? = 0 configure:3801: test -z || test ! -s conftest.err configure:3804: $? = 0 configure:3807: test -s conftest configure:3810: $? = 0 configure:3879: result: none required configure:4018: checking how to run the C preprocessor configure:4053: gcc -E conftest.c configure:4059: $? = 0 configure:4091: gcc -E conftest.c conftest.c:18:28: ac_nonexistent.h: No such file or directory configure:4097: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gngeo" | #define VERSION "0.7" | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBSDL 1 | #define HAVE_LIBSDL_IMAGE 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_SCANDIR 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include configure:4136: result: gcc -E configure:4160: gcc -E conftest.c configure:4166: $? = 0 configure:4198: gcc -E conftest.c conftest.c:18:28: ac_nonexistent.h: No such file or directory configure:4204: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gngeo" | #define VERSION "0.7" | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBSDL 1 | #define HAVE_LIBSDL_IMAGE 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_SCANDIR 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include configure:4248: checking for egrep configure:4258: result: grep -E configure:4263: checking for ANSI C header files configure:4288: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4294: $? = 0 configure:4297: test -z || test ! -s conftest.err configure:4300: $? = 0 configure:4303: test -s conftest.o configure:4306: $? = 0 configure:4395: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:4398: $? = 0 configure:4400: ./conftest configure:4403: $? = 0 configure:4418: result: yes configure:4442: checking for sys/types.h configure:4458: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4464: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest.o configure:4476: $? = 0 configure:4487: result: yes configure:4442: checking for sys/stat.h configure:4458: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4464: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest.o configure:4476: $? = 0 configure:4487: result: yes configure:4442: checking for stdlib.h configure:4458: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4464: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest.o configure:4476: $? = 0 configure:4487: result: yes configure:4442: checking for string.h configure:4458: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4464: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest.o configure:4476: $? = 0 configure:4487: result: yes configure:4442: checking for memory.h configure:4458: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4464: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest.o configure:4476: $? = 0 configure:4487: result: yes configure:4442: checking for strings.h configure:4458: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4464: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest.o configure:4476: $? = 0 configure:4487: result: yes configure:4442: checking for inttypes.h configure:4458: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4464: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest.o configure:4476: $? = 0 configure:4487: result: yes configure:4442: checking for stdint.h configure:4458: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4464: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest.o configure:4476: $? = 0 configure:4487: result: yes configure:4442: checking for unistd.h configure:4458: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4464: $? = 0 configure:4467: test -z || test ! -s conftest.err configure:4470: $? = 0 configure:4473: test -s conftest.o configure:4476: $? = 0 configure:4487: result: yes configure:4520: checking errno.h usability configure:4532: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4538: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4560: result: yes configure:4564: checking errno.h presence configure:4574: gcc -E conftest.c configure:4580: $? = 0 configure:4600: result: yes configure:4635: checking for errno.h configure:4642: result: yes configure:4520: checking limits.h usability configure:4532: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4538: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4560: result: yes configure:4564: checking limits.h presence configure:4574: gcc -E conftest.c configure:4580: $? = 0 configure:4600: result: yes configure:4635: checking for limits.h configure:4642: result: yes configure:4520: checking malloc.h usability configure:4532: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 In file included from conftest.c:64: /usr/include/malloc.h:4:2: warning: #warning " is obsolete, use " configure:4538: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4560: result: yes configure:4564: checking malloc.h presence configure:4574: gcc -E conftest.c In file included from conftest.c:30: /usr/include/malloc.h:4:2: warning: #warning " is obsolete, use " configure:4580: $? = 0 configure:4600: result: yes configure:4635: checking for malloc.h configure:4642: result: yes configure:4520: checking stddef.h usability configure:4532: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4538: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4560: result: yes configure:4564: checking stddef.h presence configure:4574: gcc -E conftest.c configure:4580: $? = 0 configure:4600: result: yes configure:4635: checking for stddef.h configure:4642: result: yes configure:4511: checking for stdlib.h configure:4516: result: yes configure:4511: checking for string.h configure:4516: result: yes configure:4520: checking sys/time.h usability configure:4532: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4538: $? = 0 configure:4541: test -z || test ! -s conftest.err configure:4544: $? = 0 configure:4547: test -s conftest.o configure:4550: $? = 0 configure:4560: result: yes configure:4564: checking sys/time.h presence configure:4574: gcc -E conftest.c configure:4580: $? = 0 configure:4600: result: yes configure:4635: checking for sys/time.h configure:4642: result: yes configure:4511: checking for unistd.h configure:4516: result: yes configure:4657: checking for an ANSI C-conforming const configure:4724: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4730: $? = 0 configure:4733: test -z || test ! -s conftest.err configure:4736: $? = 0 configure:4739: test -s conftest.o configure:4742: $? = 0 configure:4753: result: yes configure:4763: checking for inline configure:4784: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4790: $? = 0 configure:4793: test -z || test ! -s conftest.err configure:4796: $? = 0 configure:4799: test -s conftest.o configure:4802: $? = 0 configure:4814: result: inline configure:4833: checking whether time.h and sys/time.h may both be included configure:4858: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4864: $? = 0 configure:4867: test -z || test ! -s conftest.err configure:4870: $? = 0 configure:4873: test -s conftest.o configure:4876: $? = 0 configure:4887: result: yes configure:4897: checking whether struct tm is in sys/time.h or time.h configure:4920: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4926: $? = 0 configure:4929: test -z || test ! -s conftest.err configure:4932: $? = 0 configure:4935: test -s conftest.o configure:4938: $? = 0 configure:4949: result: time.h configure:4959: checking whether byte ordering is bigendian configure:4986: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 configure:4992: $? = 0 configure:4995: test -z || test ! -s conftest.err configure:4998: $? = 0 configure:5001: test -s conftest.o configure:5004: $? = 0 configure:5028: gcc -c -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c >&5 conftest.c: In function `main': conftest.c:44: error: syntax error before "big" configure:5034: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gngeo" | #define VERSION "0.7" | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBSDL 1 | #define HAVE_LIBSDL_IMAGE 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_SCANDIR 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:5167: result: no configure:5192: checking for vprintf configure:5249: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 conftest.c:61: warning: conflicting types for built-in function `vprintf' /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5255: $? = 0 configure:5258: test -z || test ! -s conftest.err configure:5261: $? = 0 configure:5264: test -s conftest configure:5267: $? = 0 configure:5279: result: yes configure:5286: checking for _doprnt configure:5343: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() /tmp//ccK20314.o(.text+0x1e): In function `main': : undefined reference to `_doprnt' /tmp//ccK20314.o(.data+0x0): undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:5349: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gngeo" | #define VERSION "0.7" | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBSDL 1 | #define HAVE_LIBSDL_IMAGE 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_SCANDIR 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* 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 _doprnt (); | /* 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__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:5373: result: no configure:5399: checking for atexit configure:5456: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5462: $? = 0 configure:5465: test -z || test ! -s conftest.err configure:5468: $? = 0 configure:5471: test -s conftest configure:5474: $? = 0 configure:5486: result: yes configure:5399: checking for floor configure:5456: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5462: $? = 0 configure:5465: test -z || test ! -s conftest.err configure:5468: $? = 0 configure:5471: test -s conftest configure:5474: $? = 0 configure:5486: result: yes configure:5399: checking for gettimeofday configure:5456: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5462: $? = 0 configure:5465: test -z || test ! -s conftest.err configure:5468: $? = 0 configure:5471: test -s conftest configure:5474: $? = 0 configure:5486: result: yes configure:5399: checking for memset configure:5456: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 conftest.c:65: warning: conflicting types for built-in function `memset' /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5462: $? = 0 configure:5465: test -z || test ! -s conftest.err configure:5468: $? = 0 configure:5471: test -s conftest configure:5474: $? = 0 configure:5486: result: yes configure:5399: checking for mkdir configure:5456: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5462: $? = 0 configure:5465: test -z || test ! -s conftest.err configure:5468: $? = 0 configure:5471: test -s conftest configure:5474: $? = 0 configure:5486: result: yes configure:5399: checking for pow configure:5456: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5462: $? = 0 configure:5465: test -z || test ! -s conftest.err configure:5468: $? = 0 configure:5471: test -s conftest configure:5474: $? = 0 configure:5486: result: yes configure:5399: checking for strchr configure:5456: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 conftest.c:68: warning: conflicting types for built-in function `strchr' /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5462: $? = 0 configure:5465: test -z || test ! -s conftest.err configure:5468: $? = 0 configure:5471: test -s conftest configure:5474: $? = 0 configure:5486: result: yes configure:5399: checking for strstr configure:5456: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 conftest.c:69: warning: conflicting types for built-in function `strstr' /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5462: $? = 0 configure:5465: test -z || test ! -s conftest.err configure:5468: $? = 0 configure:5471: test -s conftest configure:5474: $? = 0 configure:5486: result: yes configure:5399: checking for strtoul configure:5456: gcc -o conftest -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE conftest.c -lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib >&5 /usr/local/lib/libSDL_image.so.2.0: warning: sprintf() is often misused, please use snprintf() /usr/X11R6/lib/libXau.so.9.0: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libXau.so.9.0: warning: strcat() is almost always misused, please use strlcat() configure:5462: $? = 0 configure:5465: test -z || test ! -s conftest.err configure:5468: $? = 0 configure:5471: test -s conftest configure:5474: $? = 0 configure:5486: result: yes configure:5504: result: Turning on x86 processor optimisations configure:5673: 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 insomniac.ws.lan config.status:756: creating Makefile config.status:756: creating src/Makefile config.status:756: creating src/raze/Makefile config.status:756: creating src/star/Makefile config.status:756: creating src/mamez80/Makefile config.status:756: creating src/generator68k/Makefile config.status:756: creating src/cyclone/Makefile config.status:756: creating src/drz80/Makefile config.status:756: creating src/effect/Makefile config.status:756: creating src/blitter/Makefile config.status:756: creating src/ym2610/Makefile config.status:756: creating src/gui/Makefile config.status:756: creating romrc.d/Makefile config.status:756: creating data/Makefile config.status:822: creating config.h config.status:1002: config.h is unchanged config.status:1160: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-openbsd4.4 ac_cv_build_alias=i386-unknown-openbsd4.4 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func__doprnt=no ac_cv_func_atexit=yes ac_cv_func_floor=yes ac_cv_func_getopt_long=yes ac_cv_func_gettimeofday=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_pow=yes ac_cv_func_scandir=yes ac_cv_func_strchr=yes ac_cv_func_strstr=yes ac_cv_func_strtoul=yes ac_cv_func_vprintf=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_errno_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-unknown-openbsd4.4 ac_cv_host_alias=i386-unknown-openbsd4.4 ac_cv_lib_SDL_SDL_Init=yes ac_cv_lib_SDL_image_IMG_Load=yes ac_cv_lib_m_acos=yes ac_cv_lib_z_gzopen=yes ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_NASM=yes ac_cv_prog_SDL_CONFIG=yes ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_struct_tm=time.h ac_cv_target=i386-unknown-openbsd4.4 ac_cv_target_alias=i386-unknown-openbsd4.4 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='aclocal-1.4' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.4' CC='gcc' CC_FOR_BUILD='gcc' CFLAGS=' -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DI386_ASM -DUSE_STARSCREAM -DUSE_RAZE -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops -ffast-math -falign-functions=2 -falign-jumps=2 -fexpensive-optimizations -falign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g -fno-strict-aliasing -pipe -mtune=i386 -DCPU=i386' CPP='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C=''ECHO_N='' ECHO_T='' EGREP='grep -E' EXEEXT='' HAVE_NASM_FALSE='#' HAVE_NASM_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='-lSDL_image -lSDL -lz -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -R/usr/X11R6/lib' LTLIBOBJS='' MAKEINFO='makeinfo' NASM='yes' OBJEXT='o' PACKAGE='gngeo' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SDL_CONFIG='yes' SET_MAKE='' SHELL='/bin/sh' USE_CYCLONE_FALSE='' USE_CYCLONE_TRUE='#' USE_DRZ80_FALSE='' USE_DRZ80_TRUE='#' USE_GENERATOR68K_FALSE='' USE_GENERATOR68K_TRUE='#' USE_GP2X_FALSE='' USE_GP2X_TRUE='#' USE_GUI_FALSE='' USE_GUI_TRUE='#' USE_MAMEZ80_FALSE='' USE_MAMEZ80_TRUE='#' USE_RAZE_FALSE='#' USE_RAZE_TRUE='' USE_STARSCREAM_FALSE='#' USE_STARSCREAM_TRUE='' VERSION='0.7' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build='i386-unknown-openbsd4.4' build_alias='' build_cpu='i386' build_os='openbsd4.4' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-openbsd4.4' host_alias='' host_cpu='i386' host_os='openbsd4.4' 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='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-openbsd4.4' target_alias='' target_cpu='i386' target_os='openbsd4.4' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ALIGNLONGS ALIGNLONGS #define HAVE_ATEXIT 1 #define HAVE_DIRENT_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FLOOR 1 #define HAVE_GETOPT_LONG 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBM 1 #define HAVE_LIBSDL 1 #define HAVE_LIBSDL_IMAGE 1 #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_POW 1 #define HAVE_SCANDIR 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCHR 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRSTR 1 #define HAVE_STRTOUL 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VPRINTF 1 #define PACKAGE "gngeo" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PROCESSOR_INTEL 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define VERSION "0.7" configure: exit 0