This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Atari800 configure 2.1.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --target basic ## --------- ## ## Platform. ## ## --------- ## hostname = eyecandy uname -m = i686 uname -r = 2.6.28-14-generic uname -s = Linux uname -v = #47-Ubuntu SMP Sat Jul 25 00:28:35 UTC 2009 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/pspdev/bin PATH: /usr/local/pspdev/psp/sdk/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1845: checking build system type configure:1863: result: i686-pc-linux-gnu configure:1887: checking host system type configure:1902: result: i686-pc-linux-gnu configure:2079: checking for gcc configure:2095: found /usr/bin/gcc configure:2106: result: gcc configure:2344: checking for C compiler version configure:2351: gcc --version >&5 gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 Copyright (C) 2008 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:2354: $? = 0 configure:2361: gcc -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) configure:2364: $? = 0 configure:2371: gcc -V >&5 gcc: '-V' option must have argument configure:2374: $? = 1 configure:2397: checking for C compiler default output file name configure:2424: gcc -O2 -Wall conftest.c >&5 configure:2427: $? = 0 configure:2465: result: a.out configure:2482: checking whether the C compiler works configure:2492: ./a.out configure:2495: $? = 0 configure:2512: result: yes configure:2519: checking whether we are cross compiling configure:2521: result: no configure:2524: checking for suffix of executables configure:2531: gcc -o conftest -O2 -Wall conftest.c >&5 configure:2534: $? = 0 configure:2558: result: configure:2564: checking for suffix of object files configure:2590: gcc -c -O2 -Wall conftest.c >&5 configure:2593: $? = 0 configure:2616: result: o configure:2620: checking whether we are using the GNU C compiler configure:2649: gcc -c -O2 -Wall conftest.c >&5 configure:2655: $? = 0 configure:2672: result: yes configure:2677: checking whether gcc accepts -g configure:2707: gcc -c -g conftest.c >&5 configure:2713: $? = 0 configure:2812: result: yes configure:2829: checking for gcc option to accept ISO C89 configure:2903: gcc -c -O2 -Wall conftest.c >&5 configure:2909: $? = 0 configure:2932: result: none needed configure:2963: checking for a BSD-compatible install configure:3019: result: /usr/bin/install -c configure:3039: checking how to run the C preprocessor configure:3079: gcc -E conftest.c configure:3085: $? = 0 configure:3116: gcc -E conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:3122: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | /* end confdefs.h. */ | #include configure:3155: result: gcc -E configure:3184: gcc -E conftest.c configure:3190: $? = 0 configure:3221: gcc -E conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:3227: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | /* end confdefs.h. */ | #include configure:3265: checking for X configure:3380: gcc -E conftest.c conftest.c:8:22: error: X11/Xlib.h: No such file or directory configure:3386: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | /* end confdefs.h. */ | #include configure:3435: gcc -o conftest -O2 -Wall conftest.c -lX11 >&5 conftest.c:8:22: error: X11/Xlib.h: No such file or directory conftest.c: In function 'main': conftest.c:12: warning: implicit declaration of function 'XrmInitialize' configure:3441: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | /* end confdefs.h. */ | #include | int | main () | { | XrmInitialize () | ; | return 0; | } configure:3489: result: no configure:3535: checking for dirent.h that defines DIR configure:3564: gcc -c -O2 -Wall conftest.c >&5 configure:3570: $? = 0 configure:3586: result: yes configure:3599: checking for library containing opendir configure:3640: gcc -o conftest -O2 -Wall conftest.c >&5 configure:3646: $? = 0 configure:3674: result: none required configure:3768: checking for grep that handles long lines and -e configure:3842: result: /bin/grep configure:3847: checking for egrep configure:3925: result: /bin/grep -E configure:3930: checking for ANSI C header files configure:3960: gcc -c -O2 -Wall conftest.c >&5 configure:3966: $? = 0 configure:4065: gcc -o conftest -O2 -Wall conftest.c >&5 configure:4068: $? = 0 configure:4074: ./conftest configure:4077: $? = 0 configure:4094: result: yes configure:4104: checking whether time.h and sys/time.h may both be included configure:4134: gcc -c -O2 -Wall conftest.c >&5 configure:4140: $? = 0 configure:4155: result: yes configure:4179: checking for sys/types.h configure:4200: gcc -c -O2 -Wall conftest.c >&5 configure:4206: $? = 0 configure:4222: result: yes configure:4179: checking for sys/stat.h configure:4200: gcc -c -O2 -Wall conftest.c >&5 configure:4206: $? = 0 configure:4222: result: yes configure:4179: checking for stdlib.h configure:4200: gcc -c -O2 -Wall conftest.c >&5 configure:4206: $? = 0 configure:4222: result: yes configure:4179: checking for string.h configure:4200: gcc -c -O2 -Wall conftest.c >&5 configure:4206: $? = 0 configure:4222: result: yes configure:4179: checking for memory.h configure:4200: gcc -c -O2 -Wall conftest.c >&5 configure:4206: $? = 0 configure:4222: result: yes configure:4179: checking for strings.h configure:4200: gcc -c -O2 -Wall conftest.c >&5 configure:4206: $? = 0 configure:4222: result: yes configure:4179: checking for inttypes.h configure:4200: gcc -c -O2 -Wall conftest.c >&5 configure:4206: $? = 0 configure:4222: result: yes configure:4179: checking for stdint.h configure:4200: gcc -c -O2 -Wall conftest.c >&5 configure:4206: $? = 0 configure:4222: result: yes configure:4179: checking for unistd.h configure:4200: gcc -c -O2 -Wall conftest.c >&5 configure:4206: $? = 0 configure:4222: result: yes configure:4256: checking direct.h usability configure:4273: gcc -c -O2 -Wall conftest.c >&5 conftest.c:53:20: error: direct.h: No such file or directory configure:4279: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4293: result: no configure:4297: checking direct.h presence configure:4312: gcc -E conftest.c conftest.c:20:20: error: direct.h: No such file or directory configure:4318: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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 | /* end confdefs.h. */ | #include configure:4332: result: no configure:4365: checking for direct.h configure:4373: result: no configure:4256: checking errno.h usability configure:4273: gcc -c -O2 -Wall conftest.c >&5 configure:4279: $? = 0 configure:4293: result: yes configure:4297: checking errno.h presence configure:4312: gcc -E conftest.c configure:4318: $? = 0 configure:4332: result: yes configure:4365: checking for errno.h configure:4373: result: yes configure:4256: checking file.h usability configure:4273: gcc -c -O2 -Wall conftest.c >&5 conftest.c:54:18: error: file.h: No such file or directory configure:4279: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4293: result: no configure:4297: checking file.h presence configure:4312: gcc -E conftest.c conftest.c:21:18: error: file.h: No such file or directory configure:4318: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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 | /* end confdefs.h. */ | #include configure:4332: result: no configure:4365: checking for file.h configure:4373: result: no configure:4256: checking signal.h usability configure:4273: gcc -c -O2 -Wall conftest.c >&5 configure:4279: $? = 0 configure:4293: result: yes configure:4297: checking signal.h presence configure:4312: gcc -E conftest.c configure:4318: $? = 0 configure:4332: result: yes configure:4365: checking for signal.h configure:4373: result: yes configure:4256: checking sys/time.h usability configure:4273: gcc -c -O2 -Wall conftest.c >&5 configure:4279: $? = 0 configure:4293: result: yes configure:4297: checking sys/time.h presence configure:4312: gcc -E conftest.c configure:4318: $? = 0 configure:4332: result: yes configure:4365: checking for sys/time.h configure:4373: result: yes configure:4256: checking time.h usability configure:4273: gcc -c -O2 -Wall conftest.c >&5 configure:4279: $? = 0 configure:4293: result: yes configure:4297: checking time.h presence configure:4312: gcc -E conftest.c configure:4318: $? = 0 configure:4332: result: yes configure:4365: checking for time.h configure:4373: result: yes configure:4246: checking for unistd.h configure:4252: result: yes configure:4256: checking unixio.h usability configure:4273: gcc -c -O2 -Wall conftest.c >&5 conftest.c:58:20: error: unixio.h: No such file or directory configure:4279: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4293: result: no configure:4297: checking unixio.h presence configure:4312: gcc -E conftest.c conftest.c:25:20: error: unixio.h: No such file or directory configure:4318: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:4332: result: no configure:4365: checking for unixio.h configure:4373: result: no configure:4404: checking fcntl.h usability configure:4421: gcc -c -O2 -Wall conftest.c >&5 configure:4427: $? = 0 configure:4441: result: yes configure:4445: checking fcntl.h presence configure:4460: gcc -E conftest.c configure:4466: $? = 0 configure:4480: result: yes configure:4513: checking for fcntl.h configure:4521: result: yes configure:4404: checking sys/ioctl.h usability configure:4421: gcc -c -O2 -Wall conftest.c >&5 configure:4427: $? = 0 configure:4441: result: yes configure:4445: checking sys/ioctl.h presence configure:4460: gcc -E conftest.c configure:4466: $? = 0 configure:4480: result: yes configure:4513: checking for sys/ioctl.h configure:4521: result: yes configure:4404: checking sys/soundcard.h usability configure:4421: gcc -c -O2 -Wall conftest.c >&5 configure:4427: $? = 0 configure:4441: result: yes configure:4445: checking sys/soundcard.h presence configure:4460: gcc -E conftest.c configure:4466: $? = 0 configure:4480: result: yes configure:4513: checking for sys/soundcard.h configure:4521: result: yes configure:4705: checking arpa/inet.h usability configure:4722: gcc -c -O2 -Wall conftest.c >&5 configure:4728: $? = 0 configure:4742: result: yes configure:4746: checking arpa/inet.h presence configure:4761: gcc -E conftest.c configure:4767: $? = 0 configure:4781: result: yes configure:4814: checking for arpa/inet.h configure:4822: result: yes configure:4705: checking netdb.h usability configure:4722: gcc -c -O2 -Wall conftest.c >&5 configure:4728: $? = 0 configure:4742: result: yes configure:4746: checking netdb.h presence configure:4761: gcc -E conftest.c configure:4767: $? = 0 configure:4781: result: yes configure:4814: checking for netdb.h configure:4822: result: yes configure:4705: checking netinet/in.h usability configure:4722: gcc -c -O2 -Wall conftest.c >&5 configure:4728: $? = 0 configure:4742: result: yes configure:4746: checking netinet/in.h presence configure:4761: gcc -E conftest.c configure:4767: $? = 0 configure:4781: result: yes configure:4814: checking for netinet/in.h configure:4822: result: yes configure:4705: checking sys/socket.h usability configure:4722: gcc -c -O2 -Wall conftest.c >&5 configure:4728: $? = 0 configure:4742: result: yes configure:4746: checking sys/socket.h presence configure:4761: gcc -E conftest.c configure:4767: $? = 0 configure:4781: result: yes configure:4814: checking for sys/socket.h configure:4822: result: yes configure:4705: checking termios.h usability configure:4722: gcc -c -O2 -Wall conftest.c >&5 configure:4728: $? = 0 configure:4742: result: yes configure:4746: checking termios.h presence configure:4761: gcc -E conftest.c configure:4767: $? = 0 configure:4781: result: yes configure:4814: checking for termios.h configure:4822: result: yes configure:4843: checking for gzopen in -lz configure:4878: gcc -o conftest -O2 -Wall conftest.c -lz >&5 /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status configure:4884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gzopen (); | int | main () | { | return gzopen (); | ; | return 0; | } configure:4902: result: no configure:4914: checking for png_get_libpng_ver in -lpng configure:4949: gcc -o conftest -O2 -Wall conftest.c -lpng >&5 /usr/bin/ld: cannot find -lpng collect2: ld returned 1 exit status configure:4955: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char png_get_libpng_ver (); | int | main () | { | return png_get_libpng_ver (); | ; | return 0; | } configure:4973: result: no configure:4984: checking for cos in -lm configure:5019: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:40: warning: conflicting types for built-in function 'cos' configure:5025: $? = 0 configure:5043: result: yes configure:5049: checking for _oss_ioctl in -lossaudio configure:5084: gcc -o conftest -O2 -Wall conftest.c -lossaudio -lm >&5 /usr/bin/ld: cannot find -lossaudio collect2: ld returned 1 exit status configure:5090: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _oss_ioctl (); | int | main () | { | return _oss_ioctl (); | ; | return 0; | } configure:5108: result: no configure:7530: checking whether byte ordering is bigendian configure:7563: gcc -c -O2 -Wall conftest.c >&5 configure:7569: $? = 0 configure:7601: gcc -c -O2 -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:41: error: 'not' undeclared (first use in this function) conftest.c:41: error: (Each undeclared identifier is reported only once conftest.c:41: error: for each function it appears in.) conftest.c:41: error: expected ';' before 'big' configure:7607: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | #define BASIC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:7747: result: no configure:7766: checking for an ANSI C-conforming const configure:7841: gcc -c -O2 -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:63: warning: 't' is used uninitialized in this function conftest.c:79: warning: 'b' may be used uninitialized in this function conftest.c:85: warning: 'cs[0]' is used uninitialized in this function configure:7847: $? = 0 configure:7862: result: yes configure:7872: checking for inline configure:7898: gcc -c -O2 -Wall conftest.c >&5 configure:7904: $? = 0 configure:7922: result: inline configure:7941: checking for working volatile configure:7970: gcc -c -O2 -Wall conftest.c >&5 configure:7976: $? = 0 configure:7991: result: yes configure:8002: checking whether gcc needs -traditional configure:8044: result: no configure:8051: checking whether struct tm is in sys/time.h or time.h configure:8081: gcc -c -O2 -Wall conftest.c >&5 configure:8087: $? = 0 configure:8102: result: time.h configure:8112: checking return type of signal handlers configure:8140: gcc -c -O2 -Wall conftest.c >&5 conftest.c: In function 'main': conftest.c:40: error: void value not ignored as it ought to be configure:8146: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | #define BASIC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:8161: result: void configure:8169: checking for size_t configure:8199: gcc -c -O2 -Wall conftest.c >&5 configure:8205: $? = 0 configure:8220: result: yes configure:8259: checking for unaligned word access validity configure:8309: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:8312: $? = 0 configure:8318: ./conftest configure:8321: $? = 0 configure:8323: result: yes configure:8349: checking whether closedir returns void configure:8383: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:8386: $? = 0 configure:8392: ./conftest configure:8395: $? = 0 configure:8411: result: no configure:8421: checking for working memcmp configure:8474: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:8477: $? = 0 configure:8483: ./conftest configure:8486: $? = 0 configure:8502: result: yes configure:8527: checking sys/select.h usability configure:8544: gcc -c -O2 -Wall conftest.c >&5 configure:8550: $? = 0 configure:8564: result: yes configure:8568: checking sys/select.h presence configure:8583: gcc -E conftest.c configure:8589: $? = 0 configure:8603: result: yes configure:8636: checking for sys/select.h configure:8644: result: yes configure:8517: checking for sys/socket.h configure:8523: result: yes configure:8657: checking types of arguments for select configure:8695: gcc -c -O2 -Wall conftest.c >&5 configure:8701: $? = 0 configure:8722: result: int,fd_set *,struct timeval * configure:8745: checking whether lstat dereferences a symlink specified with a trailing slash configure:8781: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:8784: $? = 0 configure:8790: ./conftest configure:8793: $? = 0 configure:8816: result: yes configure:8835: checking whether stat accepts an empty string configure:8865: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:8868: $? = 0 configure:8874: ./conftest configure:8877: $? = 0 configure:8893: result: no configure:8913: checking for vprintf configure:8969: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:65: warning: conflicting types for built-in function 'vprintf' configure:8975: $? = 0 configure:8993: result: yes configure:9000: checking for _doprnt configure:9056: gcc -o conftest -O2 -Wall conftest.c -lm >&5 /tmp/cc0SnWJ2.o: In function `main': conftest.c:(.text+0x12): undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:9062: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | #define BASIC 1 | #define RETSIGTYPE void | #define WORDS_UNALIGNED_OK 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 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 GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _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 | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:9079: result: no configure:9104: checking for atexit configure:9160: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9166: $? = 0 configure:9184: result: yes configure:9104: checking for chmod configure:9160: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9166: $? = 0 configure:9184: result: yes configure:9104: checking for clock configure:9160: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9166: $? = 0 configure:9184: result: yes configure:9104: checking for fdopen configure:9160: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9166: $? = 0 configure:9184: result: yes configure:9104: checking for fflush configure:9160: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9166: $? = 0 configure:9184: result: yes configure:9104: checking for floor configure:9160: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:71: warning: conflicting types for built-in function 'floor' configure:9166: $? = 0 configure:9184: result: yes configure:9104: checking for fstat configure:9160: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9166: $? = 0 configure:9184: result: yes configure:9104: checking for getcwd configure:9160: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9166: $? = 0 configure:9184: result: yes configure:9204: checking for gettimeofday configure:9260: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9266: $? = 0 configure:9284: result: yes configure:9204: checking for localtime configure:9260: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9266: $? = 0 configure:9284: result: yes configure:9204: checking for memmove configure:9260: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:76: warning: conflicting types for built-in function 'memmove' configure:9266: $? = 0 configure:9284: result: yes configure:9204: checking for memset configure:9260: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:77: warning: conflicting types for built-in function 'memset' configure:9266: $? = 0 configure:9284: result: yes configure:9204: checking for mkdir configure:9260: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9266: $? = 0 configure:9284: result: yes configure:9204: checking for mkstemp configure:9260: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9266: $? = 0 configure:9284: result: yes configure:9204: checking for mktemp configure:9260: gcc -o conftest -O2 -Wall conftest.c -lm >&5 /tmp/ccqIqypb.o: In function `main': conftest.c:(.text+0x12): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' configure:9266: $? = 0 configure:9284: result: yes configure:9305: checking for modf configure:9361: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:81: warning: conflicting types for built-in function 'modf' configure:9367: $? = 0 configure:9385: result: yes configure:9305: checking for nanosleep configure:9361: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9367: $? = 0 configure:9385: result: yes configure:9305: checking for opendir configure:9361: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9367: $? = 0 configure:9385: result: yes configure:9305: checking for rename configure:9361: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9367: $? = 0 configure:9385: result: yes configure:9305: checking for rewind configure:9361: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9367: $? = 0 configure:9385: result: yes configure:9305: checking for rmdir configure:9361: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9367: $? = 0 configure:9385: result: yes configure:9305: checking for signal configure:9361: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9367: $? = 0 configure:9385: result: yes configure:9305: checking for snprintf configure:9361: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:88: warning: conflicting types for built-in function 'snprintf' configure:9367: $? = 0 configure:9385: result: yes configure:9405: checking for stat configure:9461: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9467: $? = 0 configure:9485: result: yes configure:9405: checking for strcasecmp configure:9461: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:90: warning: conflicting types for built-in function 'strcasecmp' configure:9467: $? = 0 configure:9485: result: yes configure:9405: checking for strchr configure:9461: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:91: warning: conflicting types for built-in function 'strchr' configure:9467: $? = 0 configure:9485: result: yes configure:9405: checking for strdup configure:9461: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:92: warning: conflicting types for built-in function 'strdup' configure:9467: $? = 0 configure:9485: result: yes configure:9405: checking for strerror configure:9461: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9467: $? = 0 configure:9485: result: yes configure:9405: checking for strrchr configure:9461: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:94: warning: conflicting types for built-in function 'strrchr' configure:9467: $? = 0 configure:9485: result: yes configure:9405: checking for strstr configure:9461: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:95: warning: conflicting types for built-in function 'strstr' configure:9467: $? = 0 configure:9485: result: yes configure:9506: checking for strtol configure:9562: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9568: $? = 0 configure:9586: result: yes configure:9506: checking for system configure:9562: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9568: $? = 0 configure:9586: result: yes configure:9506: checking for time configure:9562: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9568: $? = 0 configure:9586: result: yes configure:9506: checking for tmpfile configure:9562: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9568: $? = 0 configure:9586: result: yes configure:9506: checking for tmpnam configure:9562: gcc -o conftest -O2 -Wall conftest.c -lm >&5 /tmp/cc6revfW.o: In function `main': conftest.c:(.text+0x12): warning: the use of `tmpnam' is dangerous, better use `mkstemp' configure:9568: $? = 0 configure:9586: result: yes configure:9506: checking for uclock configure:9562: gcc -o conftest -O2 -Wall conftest.c -lm >&5 /tmp/ccavYUe7.o: In function `main': conftest.c:(.text+0x12): undefined reference to `uclock' collect2: ld returned 1 exit status configure:9568: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Atari800" | #define PACKAGE_TARNAME "atari800" | #define PACKAGE_VERSION "2.1.0" | #define PACKAGE_STRING "Atari800 2.1.0" | #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_TERMIOS_H 1 | #define BASIC 1 | #define RETSIGTYPE void | #define WORDS_UNALIGNED_OK 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_VPRINTF 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHMOD 1 | #define HAVE_CLOCK 1 | #define HAVE_FDOPEN 1 | #define HAVE_FFLUSH 1 | #define HAVE_FLOOR 1 | #define HAVE_FSTAT 1 | #define HAVE_GETCWD 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALTIME 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDIR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MKTEMP 1 | #define HAVE_MODF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_OPENDIR 1 | #define HAVE_RENAME 1 | #define HAVE_REWIND 1 | #define HAVE_RMDIR 1 | #define HAVE_SIGNAL 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STAT 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_SYSTEM 1 | #define HAVE_TIME 1 | #define HAVE_TMPFILE 1 | #define HAVE_TMPNAM 1 | /* end confdefs.h. */ | /* Define uclock to an innocuous variant, in case declares uclock. | For example, HP-UX 11i declares gettimeofday. */ | #define uclock innocuous_uclock | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char uclock (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef uclock | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char uclock (); | /* 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_uclock || defined __stub___uclock | choke me | #endif | | int | main () | { | return uclock (); | ; | return 0; | } configure:9586: result: no configure:9506: checking for unlink configure:9562: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9568: $? = 0 configure:9586: result: yes configure:9506: checking for vsnprintf configure:9562: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:102: warning: conflicting types for built-in function 'vsnprintf' configure:9568: $? = 0 configure:9586: result: yes configure:9603: checking for select configure:9659: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9665: $? = 0 configure:9683: result: yes configure:9603: checking for usleep configure:9659: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9665: $? = 0 configure:9683: result: yes configure:9603: checking for strncpy configure:9659: gcc -o conftest -O2 -Wall conftest.c -lm >&5 conftest.c:105: warning: conflicting types for built-in function 'strncpy' configure:9665: $? = 0 configure:9683: result: yes configure:9702: checking for gethostbyaddr configure:9758: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9764: $? = 0 configure:9782: result: yes configure:9702: checking for gethostbyname configure:9758: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9764: $? = 0 configure:9782: result: yes configure:9702: checking for inet_ntoa configure:9758: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9764: $? = 0 configure:9782: result: yes configure:9702: checking for socket configure:9758: gcc -o conftest -O2 -Wall conftest.c -lm >&5 configure:9764: $? = 0 configure:9782: result: yes configure:10023: checking for readline in -lreadline configure:10058: gcc -o conftest -O2 -Wall conftest.c -lreadline -lm >&5 configure:10064: $? = 0 configure:10082: result: yes configure:10760: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Atari800 config.status 2.1.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on eyecandy config.status:608: creating Makefile config.status:608: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_volatile=yes 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_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_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=set ac_cv_env_target_alias_value=basic ac_cv_func__doprnt=no ac_cv_func_atexit=yes ac_cv_func_chmod=yes ac_cv_func_clock=yes ac_cv_func_closedir_void=no ac_cv_func_fdopen=yes ac_cv_func_fflush=yes ac_cv_func_floor=yes ac_cv_func_fstat=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyaddr=yes ac_cv_func_gethostbyname=yes ac_cv_func_gettimeofday=yes ac_cv_func_inet_ntoa=yes ac_cv_func_localtime=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_memcmp_working=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_mkstemp=yes ac_cv_func_mktemp=yes ac_cv_func_modf=yes ac_cv_func_nanosleep=yes ac_cv_func_opendir=yes ac_cv_func_rename=yes ac_cv_func_rewind=yes ac_cv_func_rmdir=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_signal=yes ac_cv_func_snprintf=yes ac_cv_func_socket=yes ac_cv_func_stat=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncpy=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_strtol=yes ac_cv_func_system=yes ac_cv_func_time=yes ac_cv_func_tmpfile=yes ac_cv_func_tmpnam=yes ac_cv_func_uclock=no ac_cv_func_unlink=yes ac_cv_func_usleep=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_have_x=have_x=no ac_cv_header_arpa_inet_h=yes ac_cv_header_direct_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_file_h=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdc=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_ioctl_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_soundcard_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_termios_h=yes ac_cv_header_time=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_unixio_h=no ac_cv_host=i686-pc-linux-gnu ac_cv_lib_m_cos=yes ac_cv_lib_ossaudio__oss_ioctl=no ac_cv_lib_png_png_get_libpng_ver=no ac_cv_lib_readline_readline=yes ac_cv_lib_z_gzopen=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_search_opendir='none required' ac_cv_struct_tm=time.h ac_cv_type_signal=void ac_cv_type_size_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-O2 -Wall' CONFIGURE_TARGET='basic' CPP='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' JAVACFLAGS='' JAVAFLAGS='' LDFLAGS='' LIBOBJS='' LIBS='-lreadline -ltermcap -lm ' LTLIBOBJS='' OBJEXT='o' OBJS='atari_basic.o pbi_mio.o pbi_bb.o pbi_scsi.o pokeysnd.o mzpokeysnd.o remez.o sndsave.o sound_oss.o pbi_xld.o votrax.o' PACKAGE_BUGREPORT='pstehlik@sophics.cz' PACKAGE_NAME='Atari800' PACKAGE_STRING='Atari800 2.1.0' PACKAGE_TARNAME='atari800' PACKAGE_VERSION='2.1.0' PATH_SEPARATOR=':' SHELL='/bin/bash' XMKMF='' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='basic' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "Atari800" #define PACKAGE_TARNAME "atari800" #define PACKAGE_VERSION "2.1.0" #define PACKAGE_STRING "Atari800 2.1.0" #define PACKAGE_BUGREPORT "pstehlik@sophics.cz" #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 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_SIGNAL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_FCNTL_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_TERMIOS_H 1 #define BASIC 1 #define RETSIGTYPE void #define WORDS_UNALIGNED_OK 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define HAVE_VPRINTF 1 #define HAVE_ATEXIT 1 #define HAVE_CHMOD 1 #define HAVE_CLOCK 1 #define HAVE_FDOPEN 1 #define HAVE_FFLUSH 1 #define HAVE_FLOOR 1 #define HAVE_FSTAT 1 #define HAVE_GETCWD 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_LOCALTIME 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_MKSTEMP 1 #define HAVE_MKTEMP 1 #define HAVE_MODF 1 #define HAVE_NANOSLEEP 1 #define HAVE_OPENDIR 1 #define HAVE_RENAME 1 #define HAVE_REWIND 1 #define HAVE_RMDIR 1 #define HAVE_SIGNAL 1 #define HAVE_SNPRINTF 1 #define HAVE_STAT 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRTOL 1 #define HAVE_SYSTEM 1 #define HAVE_TIME 1 #define HAVE_TMPFILE 1 #define HAVE_TMPNAM 1 #define HAVE_UNLINK 1 #define HAVE_VSNPRINTF 1 #define HAVE_SELECT 1 #define HAVE_USLEEP 1 #define HAVE_STRNCPY 1 #define HAVE_GETHOSTBYADDR 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_INET_NTOA 1 #define HAVE_SOCKET 1 #define MONITOR_ASSEMBLER 1 #define MONITOR_BREAK 1 #define MONITOR_HINTS 1 #define MONITOR_READLINE 1 #define PBI_MIO 1 #define PBI_BB 1 #define SOUND 1 #define INTERPOLATE_SOUND 1 #define STEREO_SOUND 1 #define VOL_ONLY_SOUND 1 #define CONSOLE_SOUND 1 #define PBI_XLD 1 configure: exit 0