Pandora Aclocal And Autoconf For Pandora?


goldenegg

Member
Joined
Nov 4, 2003
Messages
135
I'm trying to compile PUAE 2.3.1 directly on my Pandora, but I don't have aclocal or autoconf on my system. I've already configured the dev environment on their system, so I expected for those to be part of the installed packages. Where can I get these to install on my system?
 
That's what I thought it should be, but it just comes back saying it's unable to instal (yes, I am using sudo). It's as if it can't find the package. Doing 'opkg search 'autot*' returns nothing.
 
Last edited by a moderator:
do
Code:
sudo opkg list | grep whatyousearchfor

And I think you have to download autoconf, autogen, etc. one by one, as they are all different packages... could be wroug though.

Edit: Or search here: http://www.angstrom-distribution.org/repo/
 
goldenegg said:
I'm trying to compile PUAE 2.3.1 directly on my Pandora, but I don't have aclocal or autoconf on my system. I've already configured the dev environment on their system, so I expected for those to be part of the installed packages. Where can I get these to install on my system?

'opkg install automake autoconf' will work on the Pandora IIRC, and get you what you need.

You'll also want git-core, to pull down PUAE directly. PUAE also needs a pile of other libaries installed, after which it compiles fine.

I can't recall them all, but you'll definitely want: libsdl1.2-dev, libgtk, zlib1g, pkgconfig, xorg (probably xserver-xorg-dev I think). Mayebe gtk+-2.0... Then there were several libraries that come up as errors during the autotools checks. - you'll need to check config.log after running ./build_pandora_gtk.sh...
 
Last edited by a moderator:
silver said:
'opkg install automake autoconf' will work on the Pandora IIRC, and get you what you need.

You'll also want git-core, to pull down PUAE directly. PUAE also needs a pile of other libaries installed, after which it compiles fine.

I can't recall them all, but you'll definitely want: libsdl1.2-dev, libgtk, zlib1g, pkgconfig, xorg (probably xserver-xorg-dev I think). Mayebe gtk+-2.0... Then there were several libraries that come up as errors during the autotools checks. - you'll need to check config.log after running ./build_pandora_gtk.sh...

Thanks! That helped.

Now I'm just running in to PUAE compiling issue, as it appears to be looking for source files in a directory that doesn't exist. I'm sending the information to Gnostic and also trying to edit the makefile to work around the errors.
 
Last edited by a moderator:
goldenegg said:
silver said:
'opkg install automake autoconf' will work on the Pandora IIRC, and get you what you need.

You'll also want git-core, to pull down PUAE directly. PUAE also needs a pile of other libaries installed, after which it compiles fine.

I can't recall them all, but you'll definitely want: libsdl1.2-dev, libgtk, zlib1g, pkgconfig, xorg (probably xserver-xorg-dev I think). Mayebe gtk+-2.0... Then there were several libraries that come up as errors during the autotools checks. - you'll need to check config.log after running ./build_pandora_gtk.sh...

Thanks! That helped.

Now I'm just running in to PUAE compiling issue, as it appears to be looking for source files in a directory that doesn't exist. I'm sending the information to Gnostic and also trying to edit the makefile to work around the errors.


The makefile is fine, if you have all needed libs and packages installed. It's probably libraries like libgl etc... If you run 'pkg-config gtk --libs' (or similar) it should show a list of libraries that you can work through with opkg to check...

EDIT: Happy to help if you post your config.log. I'll try and pull a full list of all my opkg installed stuff and post so you can do a quick check.
 
Last edited by a moderator:
so the problem isn't what I originally thought. it errors with the following:

Code:
config.status: linking src/md-generic to src/machdep
cp: omitting directory `src/md-generic'
config.status: error: cannot link or copy src/md-generic to src/machdep

Here's my config.log

Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by PUAE configure 2.3.1, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ./configure --with-sdl --with-sdl-gfx --with-sdl-sound --enable-drvsnd --enable-cd32 --enable-gayle --enable-scsi-device --enable-ncr --enable-a2091 --with-caps --enable-amax

## --------- ##
## Platform. ##
## --------- ##

hostname = goldenegg-openpandora
uname -m = armv7l
uname -r = 2.6.27.46-omap1
uname -s = Linux
uname -v = #1 Wed Feb 2 01:04:27 CET 2011

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = armv7l
/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/bin/X11
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2693: checking build system type
configure:2707: result: armv7l-unknown-linux-gnu
configure:2727: checking host system type
configure:2740: result: armv7l-unknown-linux-gnu
configure:2760: checking target system type
configure:2773: result: armv7l-unknown-linux-gnu
configure:2816: checking for a BSD-compatible install
configure:2884: result: /usr/bin/install -c
configure:2895: checking whether build environment is sane
configure:2945: result: yes
configure:3086: checking for a thread-safe mkdir -p
configure:3125: result: /bin/mkdir -p
configure:3138: checking for gawk
configure:3154: found /usr/bin/gawk
configure:3165: result: gawk
configure:3176: checking whether make sets $(MAKE)
configure:3198: result: yes
configure:3328: checking for gcc
configure:3344: found /usr/bin/gcc
configure:3355: result: gcc
configure:3584: checking for C compiler version
configure:3593: gcc --version >&5
gcc (GCC) 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:3604: $? = 0
configure:3593: gcc -v >&5
Using built-in specs.
Target: arm-angstrom-linux-gnueabi
Configured with: /OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gcc-4.3.3-r23.1/gcc-4.3.3/configure --build=x86_64-linux --host=arm-angstrom-linux-gnueabi --target=arm-angstrom-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --enable-largefile --disable-nls --enable-ipv6 --with-gnu-ld --enable-shared --enable-languages=c,c++,objc,fortran --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-local-prefix=/usr/local --with-gxx-include-dir=/usr/include/c++/4.3.3 --with-build-sysroot=/OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi --enable-__cxa_atexit
Thread model: posix
gcc version 4.3.3 (GCC) 
configure:3604: $? = 0
configure:3593: gcc -V >&5
gcc: '-V' option must have argument
configure:3604: $? = 1
configure:3593: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3604: $? = 1
configure:3624: checking whether the C compiler works
configure:3646: gcc    conftest.c  >&5
configure:3650: $? = 0
configure:3699: result: yes
configure:3702: checking for C compiler default output file name
configure:3704: result: a.out
configure:3710: checking for suffix of executables
configure:3717: gcc -o conftest    conftest.c  >&5
configure:3721: $? = 0
configure:3743: result: 
configure:3765: checking whether we are cross compiling
configure:3773: gcc -o conftest    conftest.c  >&5
configure:3777: $? = 0
configure:3784: ./conftest
configure:3788: $? = 0
configure:3803: result: no
configure:3808: checking for suffix of object files
configure:3830: gcc -c   conftest.c >&5
configure:3834: $? = 0
configure:3855: result: o
configure:3859: checking whether we are using the GNU C compiler
configure:3878: gcc -c   conftest.c >&5
configure:3878: $? = 0
configure:3887: result: yes
configure:3896: checking whether gcc accepts -g
configure:3916: gcc -c -g  conftest.c >&5
configure:3916: $? = 0
configure:3957: result: yes
configure:3974: checking for gcc option to accept ISO C89
configure:4038: gcc  -c -g -O2  conftest.c >&5
configure:4038: $? = 0
configure:4051: result: none needed
configure:4082: checking for style of include used by make
configure:4110: result: GNU
configure:4135: checking dependency style of gcc
configure:4245: result: gcc3
configure:4265: checking how to run the C preprocessor
configure:4296: gcc -E  conftest.c
configure:4296: $? = 0
configure:4310: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4310: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4335: result: gcc -E
configure:4355: gcc -E  conftest.c
configure:4355: $? = 0
configure:4369: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4369: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4455: checking for g++
configure:4471: found /usr/bin/g++
configure:4482: result: g++
configure:4509: checking for C++ compiler version
configure:4518: g++ --version >&5
g++ (GCC) 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:4529: $? = 0
configure:4518: g++ -v >&5
Using built-in specs.
Target: arm-angstrom-linux-gnueabi
Configured with: /OE/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gcc-4.3.3-r23.1/gcc-4.3.3/configure --build=x86_64-linux --host=arm-angstrom-linux-gnueabi --target=arm-angstrom-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --enable-largefile --disable-nls --enable-ipv6 --with-gnu-ld --enable-shared --enable-languages=c,c++,objc,fortran --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace --enable-cheaders=c_std --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-local-prefix=/usr/local --with-gxx-include-dir=/usr/include/c++/4.3.3 --with-build-sysroot=/OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi --enable-__cxa_atexit
Thread model: posix
gcc version 4.3.3 (GCC) 
configure:4529: $? = 0
configure:4518: g++ -V >&5
g++: '-V' option must have argument
configure:4529: $? = 1
configure:4518: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:4529: $? = 1
configure:4533: checking whether we are using the GNU C++ compiler
configure:4552: g++ -c   conftest.cpp >&5
configure:4552: $? = 0
configure:4561: result: yes
configure:4570: checking whether g++ accepts -g
configure:4590: g++ -c -g  conftest.cpp >&5
configure:4590: $? = 0
configure:4631: result: yes
configure:4656: checking dependency style of g++
configure:4766: result: gcc3
configure:4831: checking for objcc
configure:4861: result: no
configure:4831: checking for objc
configure:4861: result: no
configure:4831: checking for gcc
configure:4847: found /usr/bin/gcc
configure:4858: result: gcc
configure:4889: checking dependency style of gcc
configure:4997: result: gcc3
configure:5012: checking if Objective C compiler works
gcc: error trying to exec 'cc1obj': execvp: No such file or directory
failed program is:
#include <objc/Object.h>
@interface Moo:Object
{
}
- moo;
int main();
@end

@implementation Moo
- moo
{
  exit(0);
}

int main()
{
  id moo;
  moo = [Moo new];
  [moo moo];
  return 1;
}
@end
configure:5047: result: no
configure:5061: checking dependency style of gcc
configure:5169: result: gcc3
configure:5184: checking whether make sets $(MAKE)
configure:5206: result: yes
configure:5258: checking for ranlib
configure:5274: found /usr/bin/ranlib
configure:5285: result: ranlib
configure:5350: checking for ar
configure:5366: found /usr/bin/ar
configure:5377: result: ar
configure:5402: checking for makedepend
configure:5433: result: not-found
configure:5443: checking for file
configure:5461: found /usr/bin/file
configure:5474: result: /usr/bin/file
configure:5484: checking for wrc
configure:5515: result: not-found
configure:5525: checking for rcl
configure:5556: result: not-found
configure:5567: checking for grep that handles long lines and -e
configure:5625: result: /bin/grep
configure:5630: checking for egrep
configure:5692: result: /bin/grep -E
configure:5697: checking for ANSI C header files
configure:5717: gcc -c -g -O2  conftest.c >&5
configure:5717: $? = 0
configure:5790: gcc -o conftest -g -O2   conftest.c  >&5
configure:5790: $? = 0
configure:5790: ./conftest
configure:5790: $? = 0
configure:5801: result: yes
configure:5814: checking for sys/types.h
configure:5814: gcc -c -g -O2  conftest.c >&5
configure:5814: $? = 0
configure:5814: result: yes
configure:5814: checking for sys/stat.h
configure:5814: gcc -c -g -O2  conftest.c >&5
configure:5814: $? = 0
configure:5814: result: yes
configure:5814: checking for stdlib.h
configure:5814: gcc -c -g -O2  conftest.c >&5
configure:5814: $? = 0
configure:5814: result: yes
configure:5814: checking for string.h
configure:5814: gcc -c -g -O2  conftest.c >&5
configure:5814: $? = 0
configure:5814: result: yes
configure:5814: checking for memory.h
configure:5814: gcc -c -g -O2  conftest.c >&5
configure:5814: $? = 0
configure:5814: result: yes
configure:5814: checking for strings.h
configure:5814: gcc -c -g -O2  conftest.c >&5
configure:5814: $? = 0
configure:5814: result: yes
configure:5814: checking for inttypes.h
configure:5814: gcc -c -g -O2  conftest.c >&5
configure:5814: $? = 0
configure:5814: result: yes
configure:5814: checking for stdint.h
configure:5814: gcc -c -g -O2  conftest.c >&5
configure:5814: $? = 0
configure:5814: result: yes
configure:5814: checking for unistd.h
configure:5814: gcc -c -g -O2  conftest.c >&5
configure:5814: $? = 0
configure:5814: result: yes
configure:5828: checking minix/config.h usability
configure:5828: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: error: minix/config.h: No such file or directory
configure:5828: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5828: result: no
configure:5828: checking minix/config.h presence
configure:5828: gcc -E  conftest.c
conftest.c:21:26: error: minix/config.h: No such file or directory
configure:5828: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:5828: result: no
configure:5828: checking for minix/config.h
configure:5828: result: no
configure:5849: checking whether it is safe to define __EXTENSIONS__
configure:5867: gcc -c -g -O2  conftest.c >&5
configure:5867: $? = 0
configure:5874: result: yes
configure:5889: checking for library containing strerror
configure:5920: gcc -o conftest -g -O2   conftest.c  >&5
configure:5920: $? = 0
configure:5937: result: none required
configure:5956: checking for _oss_ioctl in -lossaudio
configure:5981: gcc -o conftest -g -O2   conftest.c -lossaudio   >&5
/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lossaudio
collect2: ld returned 1 exit status
configure:5981: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 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:5990: result: no
configure:6021: checking for pkg-config
configure:6039: found /usr/bin/pkg-config
configure:6052: result: /usr/bin/pkg-config
configure:6074: checking for GTK+ - version >= 2.0.0
configure:6184: gcc -o conftest -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     conftest.c -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0    >&5
/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lgio-2.0
collect2: ld returned 1 exit status
configure:6184: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| #include <gtk/gtk.h>
| #include <stdio.h>
| #include <stdlib.h>
| 
| int
| main ()
| {
|   int major, minor, micro;
|   char *tmp_version;
| 
|   system ("touch conf.gtktest");
| 
|   /* HP/UX 9 (%@#!) writes to sscanf strings */
|   tmp_version = g_strdup("2.0.0");
|   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
|      printf("%s, bad version string\n", "2.0.0");
|      exit(1);
|    }
| 
|   if ((gtk_major_version != 2) ||
|       (gtk_minor_version != 20) ||
|       (gtk_micro_version != 1))
|     {
|       printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
|              2, 20, 1,
|              gtk_major_version, gtk_minor_version, gtk_micro_version);
|       printf ("*** was found! If pkg-config was correct, then it is best\n");
|       printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
|       printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
|       printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
|       printf("*** required on your system.\n");
|       printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
|       printf("*** to point to the correct configuration files\n");
|     }
|   else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
| 	   (gtk_minor_version != GTK_MINOR_VERSION) ||
|            (gtk_micro_version != GTK_MICRO_VERSION))
|     {
|       printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
| 	     GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
|       printf("*** library (version %d.%d.%d)\n",
| 	     gtk_major_version, gtk_minor_version, gtk_micro_version);
|     }
|   else
|     {
|       if ((gtk_major_version > major) ||
|         ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
|         ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
|       {
|         return 0;
|        }
|      else
|       {
|         printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
|                gtk_major_version, gtk_minor_version, gtk_micro_version);
|         printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
| 	       major, minor, micro);
|         printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
|         printf("***\n");
|         printf("*** If you have already installed a sufficiently new version, this error\n");
|         printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
|         printf("*** being found. The easiest way to fix this is to remove the old version\n");
|         printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
|         printf("*** correct copy of pkg-config. (In this case, you will have to\n");
|         printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
|         printf("*** so that the correct libraries are found at run-time))\n");
|       }
|     }
|   return 1;
| }
| 
configure:6202: result: no
configure:6230: gcc -o conftest -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12     conftest.c  -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   >&5
/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lgio-2.0
collect2: ld returned 1 exit status
configure:6230: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| #include <gtk/gtk.h>
| #include <stdio.h>
| 
| int
| main ()
| {
|  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
|   ;
|   return 0;
| }
configure:6307: checking for gtk-config
configure:6338: result: no
configure:6347: checking for GTK - version >= 1.0.0
configure:6466: result: no
configure:6532: checking QT version via qmake
configure:6537: Can't find qmake
configure:6616: checking for dirent.h that defines DIR
configure:6635: gcc -c -g -O2  conftest.c >&5
configure:6635: $? = 0
configure:6643: result: yes
configure:6657: checking for library containing opendir
configure:6688: gcc -o conftest -g -O2   conftest.c  >&5
configure:6688: $? = 0
configure:6705: result: none required
configure:6772: checking for ANSI C header files
configure:6876: result: yes
configure:6888: checking fcntl.h usability
configure:6888: gcc -c -g -O2  conftest.c >&5
configure:6888: $? = 0
configure:6888: result: yes
configure:6888: checking fcntl.h presence
configure:6888: gcc -E  conftest.c
configure:6888: $? = 0
configure:6888: result: yes
configure:6888: checking for fcntl.h
configure:6888: result: yes
configure:6888: checking sys/ioctl.h usability
configure:6888: gcc -c -g -O2  conftest.c >&5
configure:6888: $? = 0
configure:6888: result: yes
configure:6888: checking sys/ioctl.h presence
configure:6888: gcc -E  conftest.c
configure:6888: $? = 0
configure:6888: result: yes
configure:6888: checking for sys/ioctl.h
configure:6888: result: yes
configure:6888: checking sys/time.h usability
configure:6888: gcc -c -g -O2  conftest.c >&5
configure:6888: $? = 0
configure:6888: result: yes
configure:6888: checking sys/time.h presence
configure:6888: gcc -E  conftest.c
configure:6888: $? = 0
configure:6888: result: yes
configure:6888: checking for sys/time.h
configure:6888: result: yes
configure:6888: checking utime.h usability
configure:6888: gcc -c -g -O2  conftest.c >&5
configure:6888: $? = 0
configure:6888: result: yes
configure:6888: checking utime.h presence
configure:6888: gcc -E  conftest.c
configure:6888: $? = 0
configure:6888: result: yes
configure:6888: checking for utime.h
configure:6888: result: yes
configure:6902: checking values.h usability
configure:6902: gcc -c -g -O2  conftest.c >&5
configure:6902: $? = 0
configure:6902: result: yes
configure:6902: checking values.h presence
configure:6902: gcc -E  conftest.c
configure:6902: $? = 0
configure:6902: result: yes
configure:6902: checking for values.h
configure:6902: result: yes
configure:6902: checking ncurses.h usability
configure:6902: gcc -c -g -O2  conftest.c >&5
configure:6902: $? = 0
configure:6902: result: yes
configure:6902: checking ncurses.h presence
configure:6902: gcc -E  conftest.c
configure:6902: $? = 0
configure:6902: result: yes
configure:6902: checking for ncurses.h
configure:6902: result: yes
configure:6902: checking curses.h usability
configure:6902: gcc -c -g -O2  conftest.c >&5
configure:6902: $? = 0
configure:6902: result: yes
configure:6902: checking curses.h presence
configure:6902: gcc -E  conftest.c
configure:6902: $? = 0
configure:6902: result: yes
configure:6902: checking for curses.h
configure:6902: result: yes
configure:6902: checking sys/termios.h usability
configure:6902: gcc -c -g -O2  conftest.c >&5
configure:6902: $? = 0
configure:6902: result: yes
configure:6902: checking sys/termios.h presence
configure:6902: gcc -E  conftest.c
configure:6902: $? = 0
configure:6902: result: yes
configure:6902: checking for sys/termios.h
configure:6902: result: yes
configure:6916: checking for sys/stat.h
configure:6916: result: yes
configure:6916: checking sys/ipc.h usability
configure:6916: gcc -c -g -O2  conftest.c >&5
configure:6916: $? = 0
configure:6916: result: yes
configure:6916: checking sys/ipc.h presence
configure:6916: gcc -E  conftest.c
configure:6916: $? = 0
configure:6916: result: yes
configure:6916: checking for sys/ipc.h
configure:6916: result: yes
configure:6916: checking sys/shm.h usability
configure:6916: gcc -c -g -O2  conftest.c >&5
configure:6916: $? = 0
configure:6916: result: yes
configure:6916: checking sys/shm.h presence
configure:6916: gcc -E  conftest.c
configure:6916: $? = 0
configure:6916: result: yes
configure:6916: checking for sys/shm.h
configure:6916: result: yes
configure:6916: checking sys/mman.h usability
configure:6916: gcc -c -g -O2  conftest.c >&5
configure:6916: $? = 0
configure:6916: result: yes
configure:6916: checking sys/mman.h presence
configure:6916: gcc -E  conftest.c
configure:6916: $? = 0
configure:6916: result: yes
configure:6916: checking for sys/mman.h
configure:6916: result: yes
configure:6929: checking sys/filio.h usability
configure:6929: gcc -c -g -O2  conftest.c >&5
conftest.c:73:23: error: sys/filio.h: No such file or directory
configure:6929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filio.h>
configure:6929: result: no
configure:6929: checking sys/filio.h presence
configure:6929: gcc -E  conftest.c
conftest.c:40:23: error: sys/filio.h: No such file or directory
configure:6929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <sys/filio.h>
configure:6929: result: no
configure:6929: checking for sys/filio.h
configure:6929: result: no
configure:6943: checking libraries/cybergraphics.h usability
configure:6943: gcc -c -g -O2  conftest.c >&5
conftest.c:73:37: error: libraries/cybergraphics.h: No such file or directory
configure:6943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libraries/cybergraphics.h>
configure:6943: result: no
configure:6943: checking libraries/cybergraphics.h presence
configure:6943: gcc -E  conftest.c
conftest.c:40:37: error: libraries/cybergraphics.h: No such file or directory
configure:6943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <libraries/cybergraphics.h>
configure:6943: result: no
configure:6943: checking for libraries/cybergraphics.h
configure:6943: result: no
configure:6943: checking cybergraphx/cybergraphics.h usability
configure:6943: gcc -c -g -O2  conftest.c >&5
conftest.c:73:39: error: cybergraphx/cybergraphics.h: No such file or directory
configure:6943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cybergraphx/cybergraphics.h>
configure:6943: result: no
configure:6943: checking cybergraphx/cybergraphics.h presence
configure:6943: gcc -E  conftest.c
conftest.c:40:39: error: cybergraphx/cybergraphics.h: No such file or directory
configure:6943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <cybergraphx/cybergraphics.h>
configure:6943: result: no
configure:6943: checking for cybergraphx/cybergraphics.h
configure:6943: result: no
configure:6957: checking devices/ahi.h usability
configure:6957: gcc -c -g -O2  conftest.c >&5
conftest.c:73:25: error: devices/ahi.h: No such file or directory
configure:6957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <devices/ahi.h>
configure:6957: result: no
configure:6957: checking devices/ahi.h presence
configure:6957: gcc -E  conftest.c
conftest.c:40:25: error: devices/ahi.h: No such file or directory
configure:6957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <devices/ahi.h>
configure:6957: result: no
configure:6957: checking for devices/ahi.h
configure:6957: result: no
configure:6970: checking sys/soundcard.h usability
configure:6970: gcc -c -g -O2  conftest.c >&5
configure:6970: $? = 0
configure:6970: result: yes
configure:6970: checking sys/soundcard.h presence
configure:6970: gcc -E  conftest.c
configure:6970: $? = 0
configure:6970: result: yes
configure:6970: checking for sys/soundcard.h
configure:6970: result: yes
configure:6970: checking machine/soundcard.h usability
configure:6970: gcc -c -g -O2  conftest.c >&5
conftest.c:74:31: error: machine/soundcard.h: No such file or directory
configure:6970: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <machine/soundcard.h>
configure:6970: result: no
configure:6970: checking machine/soundcard.h presence
configure:6970: gcc -E  conftest.c
conftest.c:41:31: error: machine/soundcard.h: No such file or directory
configure:6970: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <machine/soundcard.h>
configure:6970: result: no
configure:6970: checking for machine/soundcard.h
configure:6970: result: no
configure:6970: checking sun/audioio.h usability
configure:6970: gcc -c -g -O2  conftest.c >&5
conftest.c:74:25: error: sun/audioio.h: No such file or directory
configure:6970: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sun/audioio.h>
configure:6970: result: no
configure:6970: checking sun/audioio.h presence
configure:6970: gcc -E  conftest.c
conftest.c:41:25: error: sun/audioio.h: No such file or directory
configure:6970: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <sun/audioio.h>
configure:6970: result: no
configure:6970: checking for sun/audioio.h
configure:6970: result: no
configure:6970: checking sys/audioio.h usability
configure:6970: gcc -c -g -O2  conftest.c >&5
conftest.c:74:25: error: sys/audioio.h: No such file or directory
configure:6970: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/audioio.h>
configure:6970: result: no
configure:6970: checking sys/audioio.h presence
configure:6970: gcc -E  conftest.c
conftest.c:41:25: error: sys/audioio.h: No such file or directory
configure:6970: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <sys/audioio.h>
configure:6970: result: no
configure:6970: checking for sys/audioio.h
configure:6970: result: no
configure:6984: checking machine/joystick.h usability
configure:6984: gcc -c -g -O2  conftest.c >&5
conftest.c:74:30: error: machine/joystick.h: No such file or directory
configure:6984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <machine/joystick.h>
configure:6984: result: no
configure:6984: checking machine/joystick.h presence
configure:6984: gcc -E  conftest.c
conftest.c:41:30: error: machine/joystick.h: No such file or directory
configure:6984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <machine/joystick.h>
configure:6984: result: no
configure:6984: checking for machine/joystick.h
configure:6984: result: no
configure:6994: checking amigainput/amigainput.h usability
configure:6994: gcc -c -g -O2  conftest.c >&5
conftest.c:74:35: error: amigainput/amigainput.h: No such file or directory
configure:6994: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <amigainput/amigainput.h>
configure:6994: result: no
configure:6994: checking amigainput/amigainput.h presence
configure:6994: gcc -E  conftest.c
conftest.c:41:35: error: amigainput/amigainput.h: No such file or directory
configure:6994: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <amigainput/amigainput.h>
configure:6994: result: no
configure:6994: checking for amigainput/amigainput.h
configure:6994: result: no
configure:7005: checking byteswap.h usability
configure:7005: gcc -c -g -O2  conftest.c >&5
configure:7005: $? = 0
configure:7005: result: yes
configure:7005: checking byteswap.h presence
configure:7005: gcc -E  conftest.c
configure:7005: $? = 0
configure:7005: result: yes
configure:7005: checking for byteswap.h
configure:7005: result: yes
configure:7016: checking for stdbool.h that conforms to C99
configure:7101: gcc -c -g -O2  conftest.c >&5
configure:7101: $? = 0
configure:7108: result: yes
configure:7110: checking for _Bool
configure:7110: gcc -c -g -O2  conftest.c >&5
configure:7110: $? = 0
configure:7110: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:78: error: expected expression before ')' token
configure:7110: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:7110: result: yes
configure:7126: checking for an ANSI C-conforming const
configure:7191: gcc -c -g -O2  conftest.c >&5
configure:7191: $? = 0
configure:7198: result: yes
configure:7206: checking for inline
configure:7222: gcc -c -g -O2  conftest.c >&5
configure:7222: $? = 0
configure:7230: result: inline
configure:7248: checking for mode_t
configure:7248: gcc -c -g -O2  conftest.c >&5
configure:7248: $? = 0
configure:7248: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: expected expression before ')' token
configure:7248: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:7248: result: yes
configure:7259: checking for off_t
configure:7259: gcc -c -g -O2  conftest.c >&5
configure:7259: $? = 0
configure:7259: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: expected expression before ')' token
configure:7259: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:7259: result: yes
configure:7270: checking for size_t
configure:7270: gcc -c -g -O2  conftest.c >&5
configure:7270: $? = 0
configure:7270: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: expected expression before ')' token
configure:7270: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:7270: result: yes
configure:7281: checking for struct stat.st_blocks
configure:7281: gcc -c -g -O2  conftest.c >&5
configure:7281: $? = 0
configure:7281: result: yes
configure:7301: checking whether time.h and sys/time.h may both be included
configure:7321: gcc -c -g -O2  conftest.c >&5
configure:7321: $? = 0
configure:7328: result: yes
configure:7336: checking whether struct tm is in sys/time.h or time.h
configure:7356: gcc -c -g -O2  conftest.c >&5
configure:7356: $? = 0
configure:7363: result: time.h
configure:7371: checking for working volatile
configure:7390: gcc -c -g -O2  conftest.c >&5
configure:7390: $? = 0
configure:7397: result: yes
configure:7405: checking whether byte ordering is bigendian
configure:7420: gcc -c -g -O2  conftest.c >&5
conftest.c:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:7420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:7465: gcc -c -g -O2  conftest.c >&5
configure:7465: $? = 0
configure:7483: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:54: error: 'not' undeclared (first use in this function)
conftest.c:54: error: (Each undeclared identifier is reported only once
conftest.c:54: error: for each function it appears in.)
conftest.c:54: error: expected ';' before 'big'
configure:7483: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:7611: result: no
configure:7634: checking size of char
configure:7639: gcc -o conftest -g -O2   conftest.c  >&5
configure:7639: $? = 0
configure:7639: ./conftest
configure:7639: $? = 0
configure:7654: result: 1
configure:7668: checking size of short
configure:7673: gcc -o conftest -g -O2   conftest.c  >&5
configure:7673: $? = 0
configure:7673: ./conftest
configure:7673: $? = 0
configure:7688: result: 2
configure:7702: checking size of int
configure:7707: gcc -o conftest -g -O2   conftest.c  >&5
configure:7707: $? = 0
configure:7707: ./conftest
configure:7707: $? = 0
configure:7722: result: 4
configure:7736: checking size of long
configure:7741: gcc -o conftest -g -O2   conftest.c  >&5
configure:7741: $? = 0
configure:7741: ./conftest
configure:7741: $? = 0
configure:7756: result: 4
configure:7770: checking size of long long
configure:7775: gcc -o conftest -g -O2   conftest.c  >&5
configure:7775: $? = 0
configure:7775: ./conftest
configure:7775: $? = 0
configure:7790: result: 8
configure:7804: checking size of __int64
configure:7809: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'longval':
conftest.c:85: error: '__int64' undeclared (first use in this function)
conftest.c:85: error: (Each undeclared identifier is reported only once
conftest.c:85: error: for each function it appears in.)
conftest.c: In function 'ulongval':
conftest.c:86: error: '__int64' undeclared (first use in this function)
conftest.c: In function 'main':
conftest.c:96: error: '__int64' undeclared (first use in this function)
configure:7809: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| static long int longval () { return (long int) (sizeof (__int64)); }
| static unsigned long int ulongval () { return (long int) (sizeof (__int64)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (__int64))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (__int64))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (__int64))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:7824: result: 0
configure:7838: checking size of void *
configure:7843: gcc -o conftest -g -O2   conftest.c  >&5
configure:7843: $? = 0
configure:7843: ./conftest
configure:7843: $? = 0
configure:7858: result: 4
configure:7869: checking for socklen_t
configure:7887: gcc -c -g -O2  conftest.c >&5
configure:7887: $? = 0
configure:7895: result: yes
configure:7905: checking whether gcc needs -traditional
configure:7939: result: no
configure:7946: checking for working memcmp
configure:7989: gcc -o conftest -g -O2   conftest.c  >&5
configure:7989: $? = 0
configure:7989: ./conftest
configure:7989: $? = 0
configure:7999: result: yes
configure:8008: checking return type of signal handlers
configure:8026: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60: error: void value not ignored as it ought to be
configure:8026: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:8033: result: void
configure:8047: checking for utime.h
configure:8047: result: yes
configure:8062: checking whether utime accepts a null argument
configure:8091: gcc -o conftest -g -O2   conftest.c  >&5
configure:8091: $? = 0
configure:8091: ./conftest
configure:8091: $? = 0
configure:8101: result: yes
configure:8114: checking for gettimeofday
configure:8114: gcc -o conftest -g -O2   conftest.c  >&5
configure:8114: $? = 0
configure:8114: result: yes
configure:8114: checking for sigaction
configure:8114: gcc -o conftest -g -O2   conftest.c  >&5
configure:8114: $? = 0
configure:8114: result: yes
configure:8127: checking for select
configure:8127: gcc -o conftest -g -O2   conftest.c  >&5
configure:8127: $? = 0
configure:8127: result: yes
configure:8127: checking for strerror
configure:8127: gcc -o conftest -g -O2   conftest.c  >&5
configure:8127: $? = 0
configure:8127: result: yes
configure:8127: checking for isnan
configure:8127: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:84: warning: conflicting types for built-in function 'isnan'
configure:8127: $? = 0
configure:8127: result: yes
configure:8127: checking for isinf
configure:8127: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:85: warning: conflicting types for built-in function 'isinf'
configure:8127: $? = 0
configure:8127: result: yes
configure:8127: checking for setitimer
configure:8127: gcc -o conftest -g -O2   conftest.c  >&5
configure:8127: $? = 0
configure:8127: result: yes
configure:8127: checking for alarm
configure:8127: gcc -o conftest -g -O2   conftest.c  >&5
configure:8127: $? = 0
configure:8127: result: yes
configure:8127: checking for sync
configure:8127: gcc -o conftest -g -O2   conftest.c  >&5
configure:8127: $? = 0
configure:8127: result: yes
configure:8139: checking for readdir_r
configure:8139: gcc -o conftest -g -O2   conftest.c  >&5
configure:8139: $? = 0
configure:8139: result: yes
configure:8151: checking for strdup
configure:8151: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:90: warning: conflicting types for built-in function 'strdup'
configure:8151: $? = 0
configure:8151: result: yes
configure:8151: checking for strstr
configure:8151: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:91: warning: conflicting types for built-in function 'strstr'
configure:8151: $? = 0
configure:8151: result: yes
configure:8151: checking for strcasecmp
configure:8151: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:92: warning: conflicting types for built-in function 'strcasecmp'
configure:8151: $? = 0
configure:8151: result: yes
configure:8151: checking for stricmp
configure:8151: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccwSXT6c.o: In function `main':
/media/PANDORA_SD2/puae/conftest.c:104: undefined reference to `stricmp'
collect2: ld returned 1 exit status
configure:8151: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| /* end confdefs.h.  */
| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define stricmp innocuous_stricmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char stricmp (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef stricmp
| 
| /* 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 stricmp ();
| /* 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_stricmp || defined __stub___stricmp
| choke me
| #endif
| 
| int
| main ()
| {
| return stricmp ();
|   ;
|   return 0;
| }
configure:8151: result: no
configure:8151: checking for strcmpi
configure:8151: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccNLkzYm.o: In function `main':
/media/PANDORA_SD2/puae/conftest.c:104: undefined reference to `strcmpi'
collect2: ld returned 1 exit status
configure:8151: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| /* end confdefs.h.  */
| /* Define strcmpi to an innocuous variant, in case <limits.h> declares strcmpi.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strcmpi innocuous_strcmpi
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strcmpi (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strcmpi
| 
| /* 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 strcmpi ();
| /* 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_strcmpi || defined __stub___strcmpi
| choke me
| #endif
| 
| int
| main ()
| {
| return strcmpi ();
|   ;
|   return 0;
| }
configure:8151: result: no
configure:8164: checking for nanosleep
configure:8164: gcc -o conftest -g -O2   conftest.c  >&5
configure:8164: $? = 0
configure:8164: result: yes
configure:8164: checking for usleep
configure:8164: gcc -o conftest -g -O2   conftest.c  >&5
configure:8164: $? = 0
configure:8164: result: yes
configure:8164: checking for sleep
configure:8164: gcc -o conftest -g -O2   conftest.c  >&5
configure:8164: $? = 0
configure:8164: result: yes
configure:8177: checking for vprintf
configure:8177: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:96: warning: conflicting types for built-in function 'vprintf'
configure:8177: $? = 0
configure:8177: result: yes
configure:8177: checking for vsprintf
configure:8177: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:97: warning: conflicting types for built-in function 'vsprintf'
configure:8177: $? = 0
configure:8177: result: yes
configure:8177: checking for vfprintf
configure:8177: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:98: warning: conflicting types for built-in function 'vfprintf'
configure:8177: $? = 0
configure:8177: result: yes
configure:8191: checking for localtime_r
configure:8191: gcc -o conftest -g -O2   conftest.c  >&5
configure:8191: $? = 0
configure:8191: result: yes
configure:8191: checking for timegm
configure:8191: gcc -o conftest -g -O2   conftest.c  >&5
configure:8191: $? = 0
configure:8191: result: yes
configure:8191: checking for gmtime_r
configure:8191: gcc -o conftest -g -O2   conftest.c  >&5
configure:8191: $? = 0
configure:8191: result: yes
configure:8208: checking for special C compiler options needed for large files
configure:8253: result: no
configure:8259: checking for _FILE_OFFSET_BITS value needed for large files
configure:8284: gcc -c -g -O2  conftest.c >&5
conftest.c:85: warning: left shift count >= width of type
conftest.c:85: warning: left shift count >= width of type
conftest.c:87: error: size of array 'off_t_is_large' is negative
configure:8284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:8308: gcc -c -g -O2  conftest.c >&5
configure:8308: $? = 0
configure:8316: result: 64
configure:8400: checking for bswap_16
configure:8419: gcc -o conftest -g -O2   conftest.c  >&5
configure:8419: $? = 0
configure:8424: result: yes
configure:8435: checking for bswap_32
configure:8454: gcc -o conftest -g -O2   conftest.c  >&5
configure:8454: $? = 0
configure:8459: result: yes
configure:8474: checking sys/param.h usability
configure:8474: gcc -c -g -O2  conftest.c >&5
configure:8474: $? = 0
configure:8474: result: yes
configure:8474: checking sys/param.h presence
configure:8474: gcc -E  conftest.c
configure:8474: $? = 0
configure:8474: result: yes
configure:8474: checking for sys/param.h
configure:8474: result: yes
configure:8474: checking sys/vfs.h usability
configure:8474: gcc -c -g -O2  conftest.c >&5
configure:8474: $? = 0
configure:8474: result: yes
configure:8474: checking sys/vfs.h presence
configure:8474: gcc -E  conftest.c
configure:8474: $? = 0
configure:8474: result: yes
configure:8474: checking for sys/vfs.h
configure:8474: result: yes
configure:8474: checking sys/fs_types.h usability
configure:8474: gcc -c -g -O2  conftest.c >&5
conftest.c:117:26: error: sys/fs_types.h: No such file or directory
configure:8474: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fs_types.h>
configure:8474: result: no
configure:8474: checking sys/fs_types.h presence
configure:8474: gcc -E  conftest.c
conftest.c:84:26: error: sys/fs_types.h: No such file or directory
configure:8474: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| /* end confdefs.h.  */
| #include <sys/fs_types.h>
configure:8474: result: no
configure:8474: checking for sys/fs_types.h
configure:8474: result: no
configure:8487: checking for sys/mount.h
configure:8487: gcc -c -g -O2  conftest.c >&5
configure:8487: $? = 0
configure:8487: result: yes
configure:8514: checking for statvfs function (SVR4)
configure:8536: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:87: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'not'
conftest.c: In function 'main':
conftest.c:95: error: storage size of 'fsd' isn't known
configure:8536: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef __GLIBC__
| Do not use statvfs on systems with GNU libc, because that function stats
| all preceding entries in /proc/mounts, and that makes df hang if even
| one of the corresponding file systems is hard-mounted, but not available.
| #endif
| #include <sys/statvfs.h>
| int
| main ()
| {
| struct statvfs fsd; statvfs (0, &fsd);
|   ;
|   return 0;
| }
configure:8544: result: no
configure:8556: checking for 3-argument statfs function (DEC OSF/1)
configure:8577: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:91: error: storage size of 'fsd' isn't known
conftest.c:93: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:93: error: invalid application of 'sizeof' to incomplete type 'struct statfs' 
configure:8577: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h.  */
| 
| #include <sys/param.h>
| #include <sys/types.h>
| #include <sys/mount.h>
|   main ()
|   {
|     struct statfs fsd;
|     fsd.f_fsize = 0;
|     exit (statfs (".", &fsd, sizeof (struct statfs)));
|   }
configure:8588: result: no
configure:8600: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)
configure:8627: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:99: warning: incompatible implicit declaration of built-in function 'exit'
configure:8627: $? = 0
configure:8627: ./conftest
configure:8627: $? = 0
configure:8638: result: yes
configure:8818: checking for inttypes.h
configure:8835: gcc -c -g -O2  conftest.c >&5
configure:8835: $? = 0
configure:8842: result: yes
configure:8853: checking for stdint.h
configure:8870: gcc -c -g -O2  conftest.c >&5
configure:8870: $? = 0
configure:8877: result: yes
configure:8888: checking for unsigned long long
configure:8905: gcc -o conftest -g -O2   conftest.c  >&5
configure:8905: $? = 0
configure:8913: result: yes
configure:8944: checking for fcntl.h
configure:8944: result: yes
configure:8957: checking dustat.h usability
configure:8957: gcc -c -g -O2  conftest.c >&5
conftest.c:124:20: error: dustat.h: No such file or directory
configure:8957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dustat.h>
configure:8957: result: no
configure:8957: checking dustat.h presence
configure:8957: gcc -E  conftest.c
conftest.c:91:20: error: dustat.h: No such file or directory
configure:8957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <dustat.h>
configure:8957: result: no
configure:8957: checking for dustat.h
configure:8957: result: no
configure:8957: checking sys/fs/s5param.h usability
configure:8957: gcc -c -g -O2  conftest.c >&5
conftest.c:124:28: error: sys/fs/s5param.h: No such file or directory
configure:8957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fs/s5param.h>
configure:8957: result: no
configure:8957: checking sys/fs/s5param.h presence
configure:8957: gcc -E  conftest.c
conftest.c:91:28: error: sys/fs/s5param.h: No such file or directory
configure:8957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <sys/fs/s5param.h>
configure:8957: result: no
configure:8957: checking for sys/fs/s5param.h
configure:8957: result: no
configure:8957: checking sys/filsys.h usability
configure:8957: gcc -c -g -O2  conftest.c >&5
conftest.c:124:24: error: sys/filsys.h: No such file or directory
configure:8957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filsys.h>
configure:8957: result: no
configure:8957: checking sys/filsys.h presence
configure:8957: gcc -E  conftest.c
conftest.c:91:24: error: sys/filsys.h: No such file or directory
configure:8957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <sys/filsys.h>
configure:8957: result: no
configure:8957: checking for sys/filsys.h
configure:8957: result: no
configure:8957: checking sys/statfs.h usability
configure:8957: gcc -c -g -O2  conftest.c >&5
configure:8957: $? = 0
configure:8957: result: yes
configure:8957: checking sys/statfs.h presence
configure:8957: gcc -E  conftest.c
configure:8957: $? = 0
configure:8957: result: yes
configure:8957: checking for sys/statfs.h
configure:8957: result: yes
configure:8957: checking sys/statvfs.h usability
configure:8957: gcc -c -g -O2  conftest.c >&5
configure:8957: $? = 0
configure:8957: result: yes
configure:8957: checking sys/statvfs.h presence
configure:8957: gcc -E  conftest.c
configure:8957: $? = 0
configure:8957: result: yes
configure:8957: checking for sys/statvfs.h
configure:8957: result: yes
configure:8969: checking for statfs that truncates block counts
configure:8990: gcc -c -g -O2  conftest.c >&5
conftest.c:95: error: expected '=', ',', ';', 'asm' or '__attribute__' before '--' token
configure:8990: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h.  */
| 
| #if !defined(sun) && !defined(__sun)
| choke -- this is a workaround for a Sun-specific problem
| #endif
| #include <sys/types.h>
| #include <sys/vfs.h>
| int
| main ()
| {
| struct statfs t; long c = *(t.f_spare);
|   ;
|   return 0;
| }
configure:9003: result: no
configure:9084: checking for inflateEnd in -lz
configure:9109: gcc -o conftest -g -O2   conftest.c -lz   >&5
configure:9109: $? = 0
configure:9118: result: yes
configure:9126: checking zlib.h usability
configure:9126: gcc -c -g -O2  conftest.c >&5
configure:9126: $? = 0
configure:9126: result: yes
configure:9126: checking zlib.h presence
configure:9126: gcc -E  conftest.c
configure:9126: $? = 0
configure:9126: result: yes
configure:9126: checking for zlib.h
configure:9126: result: yes
configure:9259: checking for the pthreads library -lpthreads
configure:9292: gcc -o conftest -g -O2    conftest.c -lpthreads  >&5
/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:9301: result: no
configure:9248: checking whether pthreads work without any flags
configure:9292: gcc -o conftest -g -O2    conftest.c   >&5
/tmp/ccS1XBiY.o: In function `main':
/media/PANDORA_SD2/puae/conftest.c:97: undefined reference to `pthread_join'
/media/PANDORA_SD2/puae/conftest.c:98: undefined reference to `__pthread_register_cancel'
/media/PANDORA_SD2/puae/conftest.c:99: undefined reference to `pthread_create'
/media/PANDORA_SD2/puae/conftest.c:99: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:9301: result: no
configure:9253: checking whether pthreads work with -Kthread
configure:9292: gcc -o conftest -g -O2 -Kthread   conftest.c   >&5
gcc: unrecognized option '-Kthread'
/tmp/ccmCMU5t.o: In function `main':
/media/PANDORA_SD2/puae/conftest.c:97: undefined reference to `pthread_join'
/media/PANDORA_SD2/puae/conftest.c:98: undefined reference to `__pthread_register_cancel'
/media/PANDORA_SD2/puae/conftest.c:99: undefined reference to `pthread_create'
/media/PANDORA_SD2/puae/conftest.c:99: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:9301: result: no
configure:9253: checking whether pthreads work with -kthread
configure:9292: gcc -o conftest -g -O2 -kthread   conftest.c   >&5
gcc: unrecognized option '-kthread'
/tmp/cc8WLfUZ.o: In function `main':
/media/PANDORA_SD2/puae/conftest.c:97: undefined reference to `pthread_join'
/media/PANDORA_SD2/puae/conftest.c:98: undefined reference to `__pthread_register_cancel'
/media/PANDORA_SD2/puae/conftest.c:99: undefined reference to `pthread_create'
/media/PANDORA_SD2/puae/conftest.c:99: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:9301: result: no
configure:9259: checking for the pthreads library -llthread
configure:9292: gcc -o conftest -g -O2    conftest.c -llthread  >&5
/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:9301: result: no
configure:9253: checking whether pthreads work with -pthread
configure:9292: gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:9292: $? = 0
configure:9301: result: yes
configure:9321: checking for joinable pthread attribute
configure:9334: gcc -o conftest -g -O2 -pthread   conftest.c   >&5
configure:9334: $? = 0
configure:9366: result: PTHREAD_CREATE_JOINABLE
configure:9373: checking if more special flags are required for pthreads
configure:9380: result: no
configure:9392: checking for cc_r
configure:9420: result: gcc
configure:9457: checking for library containing sem_init
configure:9488: gcc -o conftest -pthread -g -O2   conftest.c  >&5
configure:9488: $? = 0
configure:9505: result: none required
configure:9518: checking for dlopen in -ldl
configure:9543: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:9543: $? = 0
configure:9552: result: yes
configure:9570: checking whether sys/soundcard.h or machine/soundcard.h works
configure:9591: gcc -o conftest -g -O2   conftest.c  >&5
configure:9591: $? = 0
configure:9592: result: yes
configure:9607: checking host OS support
configure:9643: result: linux
configure:9646: checking host cpu support
configure:9671: result: generic
configure:9685: checking for GCC 2.7 or higher
configure:9696: result: yes
configure:9706: checking for GCC 3.0 or higher
configure:9717: result: yes
configure:9728: checking for GCC 4.0 or higher
configure:9739: result: yes
configure:10213: checking configuration options
configure:10250: result: ok
configure:10254: checking for X
configure:10362: gcc -E  conftest.c
configure:10362: $? = 0
configure:10393: gcc -o conftest -g -O2   conftest.c -lX11  >&5
configure:10393: $? = 0
configure:10443: result: libraries , headers 
configure:10542: gcc -o conftest -g -O2   conftest.c   -lX11 >&5
configure:10542: $? = 0
configure:10640: checking for gethostbyname
configure:10640: gcc -o conftest -g -O2   conftest.c  >&5
configure:10640: $? = 0
configure:10640: result: yes
configure:10737: checking for connect
configure:10737: gcc -o conftest -g -O2   conftest.c  >&5
configure:10737: $? = 0
configure:10737: result: yes
configure:10786: checking for remove
configure:10786: gcc -o conftest -g -O2   conftest.c  >&5
configure:10786: $? = 0
configure:10786: result: yes
configure:10835: checking for shmat
configure:10835: gcc -o conftest -g -O2   conftest.c  >&5
configure:10835: $? = 0
configure:10835: result: yes
configure:10893: checking for IceConnectionNumber in -lICE
configure:10918: gcc -o conftest -g -O2   conftest.c -lICE   >&5
configure:10918: $? = 0
configure:10927: result: yes
configure:10938: checking for waddch in -lncurses
configure:10963: gcc -o conftest -g -O2   conftest.c -lncurses   >&5
configure:10963: $? = 0
configure:10972: result: yes
configure:11070: checking for sdl-config
configure:11088: found /usr/bin/sdl-config
configure:11101: result: /usr/bin/sdl-config
configure:11110: checking for SDL - version >= 1.2.0
configure:11195: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT   conftest.c  -L/usr/lib -lSDL -lpthread >&5
configure:11195: $? = 0
configure:11195: ./conftest
configure:11195: $? = 0
configure:11209: result: yes
configure:11351: checking whether to build JIT compiler
configure:11402: result: no
configure:11481: checking for graphics target to build
configure:11530: result: "SDL"
configure:11763: ================================================================
configure:11766: checking for sound target to build
configure:11801: result: "SDL"
configure:11811: checking which UI target to build
configure:11844: WARNING: UI wanted, but no UI useable target found
configure:11860: result: "none"
configure:11864: checking whether to build AMAX support
configure:11871: result: yes
configure:11875: checking whether to build GAYLE IDE emulation
configure:11882: result: yes
configure:11886: checking whether to build NCR SCSI emulation
configure:11893: result: yes
configure:11898: checking whether to build A2065 Ethernet emulation
configure:11901: result: no
configure:11909: checking whether to build A2091 SCSI emulation
configure:11915: result: yes
configure:11919: checking whether to build AGA emulation
configure:11923: result: yes
configure:11930: checking whether to build support for Autconfig devices
configure:11942: result: yes
configure:11950: checking whether to build SCSI emulation
configure:11976: result: yes
configure:11978: checking for libscg and libschily
configure:12011: gcc -o conftest -g -O2    conftest.c  -lscg -lschily >&5
conftest.c:97:24: error: scg/scgcmd.h: No such file or directory
conftest.c:98:28: error: scg/scsitransp.h: No such file or directory
conftest.c:99:25: error: scg/scsireg.h: No such file or directory
conftest.c: In function 'main':
conftest.c:103: error: 'SCSI' undeclared (first use in this function)
conftest.c:103: error: (Each undeclared identifier is reported only once
conftest.c:103: error: for each function it appears in.)
conftest.c:103: error: 'scgp' undeclared (first use in this function)
configure:12011: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_DLOPEN 1
| #define MULTIPLICATION_PROFITABLE 1
| /* end confdefs.h.  */
| 
| typedef int BOOL;
| #include "scg/scgcmd.h"
| #include "scg/scsitransp.h"
| #include "scg/scsireg.h"
| int
| main ()
| {
| {SCSI *scgp = scg_open (0, 0, 0, 0, 0);}
|   ;
|   return 0;
| }
configure:12027: result: no
configure:12029: checking for libscg and libschily in UAE source tree
configure:12050: gcc -o conftest -g -O2  -I./src/include  conftest.c -L./src  -lscg -lschily >&5
conftest.c:97:24: error: scg/scgcmd.h: No such file or directory
conftest.c:98:28: error: scg/scsitransp.h: No such file or directory
conftest.c:99:25: error: scg/scsireg.h: No such file or directory
conftest.c: In function 'main':
conftest.c:103: error: 'SCSI' undeclared (first use in this function)
conftest.c:103: error: (Each undeclared identifier is reported only once
conftest.c:103: error: for each function it appears in.)
conftest.c:103: error: 'scgp' undeclared (first use in this function)
configure:12050: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_DLOPEN 1
| #define MULTIPLICATION_PROFITABLE 1
| /* end confdefs.h.  */
| 
| typedef int BOOL;
| #include "scg/scgcmd.h"
| #include "scg/scsitransp.h"
| #include "scg/scsireg.h"
| int
| main ()
| {
| {SCSI *scgp = scg_open (0, 0, 0, 0, 0);}
|   ;
|   return 0;
| }
configure:12071: result: no
configure:12074: checking for Linux cdrom support via ioctl
configure:12090: gcc -o conftest -g -O2   conftest.c  >&5
configure:12090: $? = 0
configure:12092: result: yes
configure:12137: checking whether to have Catweasel support
configure:12144: result: no
configure:12152: checking whether to build CDTV emulation
configure:12155: result: yes
configure:12177: checking whether to build CD32 emulation
configure:12180: result: yes
configure:12207: checking whether to build bsdsocket.library emulation
configure:12220: result: yes
configure:12230: checking whether to build with threads
configure:12233: result: yes
configure:12235: checking which thread target to build
configure:12261: result: SDL
configure:12299: checking caps/capsimage.h usability
configure:12299: gcc -c -g -O2  conftest.c >&5
conftest.c:128:28: error: caps/capsimage.h: No such file or directory
configure:12299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_DLOPEN 1
| #define MULTIPLICATION_PROFITABLE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <caps/capsimage.h>
configure:12299: result: no
configure:12299: checking caps/capsimage.h presence
configure:12299: gcc -E  conftest.c
conftest.c:95:28: error: caps/capsimage.h: No such file or directory
configure:12299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PUAE"
| #define PACKAGE_TARNAME "puae"
| #define PACKAGE_VERSION "2.3.1"
| #define PACKAGE_STRING "PUAE 2.3.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "puae"
| #define VERSION "2.3.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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_SYS_TERMIOS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_VOID_P 4
| #define RETSIGTYPE void
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SIGACTION 1
| #define HAVE_SELECT 1
| #define HAVE_STRERROR 1
| #define HAVE_ISNAN 1
| #define HAVE_ISINF 1
| #define HAVE_SETITIMER 1
| #define HAVE_ALARM 1
| #define HAVE_SYNC 1
| #define HAVE_READDIR_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_SLEEP 1
| #define HAVE_VPRINTF 1
| #define HAVE_VSPRINTF 1
| #define HAVE_VFPRINTF 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTIME_R 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_BSWAP_16 1
| #define HAVE_BSWAP_32 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATFS2_BSIZE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_DLOPEN 1
| #define MULTIPLICATION_PROFITABLE 1
| /* end confdefs.h.  */
| #include <caps/capsimage.h>
configure:12299: result: no
configure:12299: checking for caps/capsimage.h
configure:12299: result: no
configure:12316: WARNING: CAPS support wanted, but CAPS API not found
configure:12379: checking whether to build internal debugger/monitor
configure:12382: result: yes
configure:12392: checking whether to build support for saving/loading emulator state
configure:12395: result: yes
configure:12404: checking whether to build with enforcer
configure:12408: result: yes
configure:12423: checking whether to build Action Replay emulation
configure:12426: result: yes
configure:12435: checking whether to include keymaps for X-Arcade joysticks
configure:12438: result: yes
configure:12446: checking want floppy drive sound emulation
configure:12449: result: yes
configure:12463: checking whether CPU is 64bit
configure:12472: result: no
configure:12475: checking whether to use CPU Specific GCC Optimizations
configure:13165: result: no
configure:13169: ================================================================
configure:13440: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by PUAE config.status 2.3.1, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on goldenegg-openpandora

config.status:1082: creating Makefile
config.status:1082: creating src/Makefile
config.status:1082: creating src/archivers/dms/Makefile
config.status:1082: creating src/archivers/zip/Makefile
config.status:1082: creating src/caps/Makefile
config.status:1082: creating src/md-generic/Makefile
config.status:1082: creating src/md-i386-gcc/Makefile
config.status:1082: creating src/md-ppc-gcc/Makefile
config.status:1082: creating src/md-ppc/Makefile
config.status:1082: creating src/md-68k/Makefile
config.status:1082: creating src/md-amd64-gcc/Makefile
config.status:1082: creating src/od-generic/Makefile
config.status:1082: creating src/od-linux/Makefile
config.status:1082: creating src/od-amiga/Makefile
config.status:1082: creating src/od-beos/Makefile
config.status:1082: creating src/od-macosx/Makefile
config.status:1082: creating src/od-macosx/Info.plist
config.status:1082: creating src/od-win32/Makefile
config.status:1082: creating src/td-none/Makefile
config.status:1082: creating src/td-amigaos/Makefile
config.status:1082: creating src/td-beos/Makefile
config.status:1082: creating src/td-posix/Makefile
config.status:1082: creating src/td-sdl/Makefile
config.status:1082: creating src/td-win32/Makefile
config.status:1082: creating src/gfx-amigaos/Makefile
config.status:1082: creating src/gfx-beos/Makefile
config.status:1082: creating src/gfx-x11/Makefile
config.status:1082: creating src/gfx-sdl/Makefile
config.status:1082: creating src/gfx-curses/Makefile
config.status:1082: creating src/gfx-svga/Makefile
config.status:1082: creating src/sd-alsa/Makefile
config.status:1082: creating src/sd-amigaos/Makefile
config.status:1082: creating src/sd-beos/Makefile
config.status:1082: creating src/sd-none/Makefile
config.status:1082: creating src/sd-sdl/Makefile
config.status:1082: creating src/sd-solaris/Makefile
config.status:1082: creating src/sd-uss/Makefile
config.status:1082: creating src/jd-none/Makefile
config.status:1082: creating src/jd-amigainput/Makefile
config.status:1082: creating src/jd-amigaos/Makefile
config.status:1082: creating src/jd-beos/Makefile
config.status:1082: creating src/jd-linuxold/Makefile
config.status:1082: creating src/jd-sdl/Makefile
config.status:1082: creating src/gui-none/Makefile
config.status:1082: creating src/gui-beos/Makefile
config.status:1082: creating src/gui-cocoa/Makefile
config.status:1082: creating src/gui-gtk/Makefile
config.status:1082: creating src/gui-muirexx/Makefile
config.status:1082: creating src/gui-qt/Makefile
config.status:1082: creating src/keymap/Makefile
config.status:1082: creating src/test/Makefile
config.status:1082: creating src/sysconfig.h
config.status:1314: linking src/targets/t-unix.h to src/target.h
config.status:1314: linking src/md-generic to src/machdep
config.status:1330: error: cannot link or copy src/md-generic to src/machdep

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=armv7l-unknown-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_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_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=
ac_cv_env_target_alias_value=
ac_cv_func_alarm=yes
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
ac_cv_func_localtime_r=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_nanosleep=yes
ac_cv_func_readdir_r=yes
ac_cv_func_remove=yes
ac_cv_func_select=yes
ac_cv_func_setitimer=yes
ac_cv_func_shmat=yes
ac_cv_func_sigaction=yes
ac_cv_func_sleep=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcmpi=no
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_stricmp=no
ac_cv_func_strstr=yes
ac_cv_func_sync=yes
ac_cv_func_timegm=yes
ac_cv_func_usleep=yes
ac_cv_func_utime_null=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsprintf=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'\'	ac_x_libraries='\'\'
ac_cv_header_amigainput_amigainput_h=no
ac_cv_header_byteswap_h=yes
ac_cv_header_caps_capsimage_h=no
ac_cv_header_curses_h=yes
ac_cv_header_cybergraphx_cybergraphics_h=no
ac_cv_header_devices_ahi_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dustat_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libraries_cybergraphics_h=no
ac_cv_header_machine_joystick_h=no
ac_cv_header_machine_soundcard_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_ncurses_h=yes
ac_cv_header_stdbool_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_sun_audioio_h=no
ac_cv_header_sys_audioio_h=no
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_filsys_h=no
ac_cv_header_sys_fs_s5param_h=no
ac_cv_header_sys_fs_types_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_termios_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_values_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=armv7l-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_ncurses_waddch=yes
ac_cv_lib_ossaudio__oss_ioctl=no
ac_cv_lib_z_inflateEnd=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FILEPRG=/usr/bin/file
ac_cv_path_GREP=/bin/grep
ac_cv_path_GTK_CONFIG=no
ac_cv_path_MAKEDEPPRG=not-found
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_RCLPRG=not-found
ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config
ac_cv_path_WRCPRG=not-found
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_PTHREAD_CC=gcc
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_opendir='none required'
ac_cv_search_sem_init='none required'
ac_cv_search_strerror='none required'
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_void_p=4
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_target=armv7l-unknown-linux-gnu
ac_cv_type__Bool=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_unsigned_long_long=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_OBJC_dependencies_compiler_type=gcc3
fu_cv_sys_stat_statfs2_bsize=yes
fu_cv_sys_stat_statfs3_osf1=no
fu_cv_sys_stat_statvfs=no
fu_cv_sys_truncating_statfs=no
gl_cv_fs_space=yes
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
zlib_cv_libz=yes
zlib_cv_zlib_h=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /media/PANDORA_SD2/puae/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE='
AMTAR='${SHELL} /media/PANDORA_SD2/puae/missing --run tar'
AR='ar'
ASMOBJS='
AUTOCONF='${SHELL} /media/PANDORA_SD2/puae/missing --run autoconf'
AUTOHEADER='${SHELL} /media/PANDORA_SD2/puae/missing --run autoheader'
AUTOMAKE='${SHELL} /media/PANDORA_SD2/puae/missing --run automake-1.11'
AWK='gawk'
BSDSOCKOBJS='bsdsocket-posix-new.$(OBJEXT) bsdsocket.$(OBJEXT)'
BUILD_MACOSX_BUNDLE_FALSE='
BUILD_MACOSX_BUNDLE_TRUE='#'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CDOBJS='cdrom.$(OBJEXT) akiko.$(OBJEXT)'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS='
CPUOBJS='cpuemu_0.$(OBJEXT) cpuemu_11.$(OBJEXT) cpuemu_12.$(OBJEXT) cpuemu_20.$(OBJEXT) cpuemu_21.$(OBJEXT) cpuemu_31.$(OBJEXT) cpummu.$(OBJEXT) fpp.$(OBJEXT)'
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEBUGOBJS='debug.$(OBJEXT) identify.$(OBJEXT)'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C='
ECHO_N='-n'
ECHO_T='
EGREP='/bin/grep -E'
EXEEXT='
EXTRAOBJS='writelog.$(OBJEXT)'
FILEPRG='/usr/bin/file'
FILESYSOBJS='filesys.$(OBJEXT) fsdb.$(OBJEXT) fsusage.$(OBJEXT) hardfile.$(OBJEXT) filesys_unix.$(OBJEXT) fsdb_unix.$(OBJEXT) hardfile_unix.$(OBJEXT)'
GENCPUOPTS='
GFX_DEP='gfx-sdl'
GREP='/bin/grep'
GTK_CFLAGS='
GTK_CONFIG='no'
GTK_LIBS='
GUI_DEP='gui-none'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
IS_QT_FALSE='
IS_QT_TRUE='#'
JITOBJS='
JOY_DEP='jd-sdl'
LDFLAGS='
LIBOBJS=' ${LIBOBJDIR}fsusage$U.o'
LIBS='
LTLIBOBJS=' ${LIBOBJDIR}fsusage$U.lo'
MACHDEP='md-generic'
MAKEDEPPRG='not-found'
MAKEINFO='${SHELL} /media/PANDORA_SD2/puae/missing --run makeinfo'
MATHLIB='-lm'
MKDIR_P='/bin/mkdir -p'
NO_SCHED_CFLAGS='
OBJC='gcc'
OBJCDEPMODE='depmode=gcc3'
OBJC_LDFLAGS='-lobjc'
OBJEXT='o'
OSDEP='od-linux'
PACKAGE='puae'
PACKAGE_BUGREPORT='
PACKAGE_NAME='PUAE'
PACKAGE_STRING='PUAE 2.3.1'
PACKAGE_TARNAME='puae'
PACKAGE_URL='
PACKAGE_VERSION='2.3.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PRTDIAG='
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS='
RANLIB='ranlib'
RCLPRG='not-found'
RESOBJS='
SCSIOBJS='scsiemul.$(OBJEXT) blkdev.$(OBJEXT) scsi.$(OBJEXT) a2091.$(OBJEXT)'
SDL_CFLAGS='-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT'
SDL_CONFIG='/usr/bin/sdl-config'
SDL_LIBS='-L/usr/lib -lSDL -lpthread'
SET_MAKE='
SHELL='/bin/bash'
SND_DEP='sd-sdl'
STRIP='
TARGET='x11'
TARGET_BEOS_FALSE='
TARGET_BEOS_TRUE='#'
TARGET_BIGENDIAN_FALSE='
TARGET_BIGENDIAN_TRUE='#'
TARGET_LINUX_FALSE='#'
TARGET_LINUX_TRUE='
TARGET_WIN32_FALSE='
TARGET_WIN32_TRUE='#'
THREADDEP='td-sdl'
UAE_CFLAGS='  -fomit-frame-pointer -ffast-math   -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM=    '
UAE_CPPFLAGS=' -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -DCPUEMU_0 -DCPUEMU_11 -DCPUEMU_12 -DCPUEMU_20 -DCPUEMU_21 -DCPUEMU_31 -DMMU -DFPUEMU -DAMAX -DGAYLE -DNCR -DAGA -DAUTOCONFIG -DFILESYS -DSCSIEMU -DSCSIEMU_LINUX_IOCTL -DA2091 -DCDTV -DCD32 -DBSDSOCKET -DSUPPORT_THREADS -DUSE_SDL -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -DXARCADE -DDRIVESOUND '
UAE_LIBS='    -L/usr/lib -lSDL -lpthread -ldl -lz '
UAE_RSRCFILE='
VERSION='2.3.1'
WRCPRG='not-found'
XMKMF='
X_CFLAGS='
X_EXTRA_LIBS='
X_LIBS='
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_OBJC='gcc'
ac_cv_c_inline='inline'
am__EXEEXT_FALSE='
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE='
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE='
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE='
am__fastdepOBJC_FALSE='#'
am__fastdepOBJC_TRUE='
am__include='include'
am__isrc='
am__leading_dot='.'
am__quote='
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='armv7l-unknown-linux-gnu'
build_alias='
build_cpu='armv7l'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='armv7l-unknown-linux-gnu'
host_alias='
host_cpu='armv7l'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /media/PANDORA_SD2/puae/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' src/tools'
sysconfdir='${prefix}/etc'
target='armv7l-unknown-linux-gnu'
target_alias='
target_cpu='armv7l'
target_os='linux-gnu'
target_vendor='unknown'
top_srcdir='

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "PUAE"
#define PACKAGE_TARNAME "puae"
#define PACKAGE_VERSION "2.3.1"
#define PACKAGE_STRING "PUAE 2.3.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "puae"
#define VERSION "2.3.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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UTIME_H 1
#define HAVE_VALUES_H 1
#define HAVE_NCURSES_H 1
#define HAVE_CURSES_H 1
#define HAVE_SYS_TERMIOS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_BYTESWAP_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define TIME_WITH_SYS_TIME 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF___INT64 0
#define SIZEOF_VOID_P 4
#define RETSIGTYPE void
#define HAVE_UTIME_H 1
#define HAVE_UTIME_NULL 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_SIGACTION 1
#define HAVE_SELECT 1
#define HAVE_STRERROR 1
#define HAVE_ISNAN 1
#define HAVE_ISINF 1
#define HAVE_SETITIMER 1
#define HAVE_ALARM 1
#define HAVE_SYNC 1
#define HAVE_READDIR_R 1
#define HAVE_STRDUP 1
#define HAVE_STRSTR 1
#define HAVE_STRCASECMP 1
#define HAVE_NANOSLEEP 1
#define HAVE_USLEEP 1
#define HAVE_SLEEP 1
#define HAVE_VPRINTF 1
#define HAVE_VSPRINTF 1
#define HAVE_VFPRINTF 1
#define HAVE_LOCALTIME_R 1
#define HAVE_TIMEGM 1
#define HAVE_GMTIME_R 1
#define _FILE_OFFSET_BITS 64
#define HAVE_BSWAP_16 1
#define HAVE_BSWAP_32 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_SYS_MOUNT_H 1
#define STAT_STATFS2_BSIZE 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define HAVE_UINTMAX_T 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_DLOPEN 1
#define MULTIPLICATION_PROFITABLE 1

configure: exit 1
 
Last edited by a moderator:
The GTK+ test is failing because it can't find Lgio...

I recall lots of GTK+ libs needing to be added.

Try installing libgio-2.0-0

I think I also had to install libcairo. If you look at the error after the GTK failed test it gives you a clue.
 
I've given up trying to compile this for now, as some package is causing my keyboard input to get all messed up. This is the script I'm using to configure the dev environment.

Code:
#!/bin/bash
sudo opkg update
sudo opkg install gcc gcc-symlinks make binutils-dev cpp cpp-symlinks g++ g++-symlinks libstdc++-dev automake autoconf gtk+-1.2-dev gtk+-dev
sudo opkg install libsdl-1.2-dev libsdl-image-1.2-dev libsdl-gfx-dev libsdl-net-1.2-dev libsdl-ttf-2.0-dev libgles-omap3-dev libgtk-2.0 pkgconfig xserver-xorg-dev python-zlib
 
Back
Top