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

configure:735: checking for a BSD compatible install
configure:788: checking whether build environment is sane
configure:845: checking whether make sets ${MAKE}
configure:891: checking for working aclocal
configure:904: checking for working autoconf
configure:917: checking for working automake
configure:930: checking for working autoheader
configure:943: checking for working makeinfo
configure:982: checking for gcc
configure:1095: checking whether the C compiler (gcc  ) works
configure:1111: gcc -o conftest    conftest.c  1>&5
configure:1137: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1142: checking whether we are using GNU C
configure:1151: gcc -E conftest.c
configure:1170: checking whether gcc accepts -g
configure:1202: checking how to run the C preprocessor
configure:1223: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1295: checking for Cygwin environment
configure:1311: gcc -c   conftest.c 1>&5
configure: In function `main':
configure:1307: `__CYGWIN32__' undeclared (first use in this function)
configure:1307: (Each undeclared identifier is reported only once
configure:1307: for each function it appears in.)
configure: failed program was:
#line 1300 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1328: checking for mingw32 environment
configure:1340: gcc -c   conftest.c 1>&5
configure: In function `main':
configure:1336: `__MINGW32__' undeclared (first use in this function)
configure:1336: (Each undeclared identifier is reported only once
configure:1336: for each function it appears in.)
configure: failed program was:
#line 1333 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1432: checking host system type
configure:1453: checking build system type
configure:1482: checking for ld used by GCC
configure:1550: checking if the linker (/gg/m68k-amigaos/bin/ld) is GNU ld
GNU ld version 2.9.1 (with BFD 2.9.1)
configure:1567: checking for /gg/m68k-amigaos/bin/ld option to reload object files
configure:1579: checking for BSD-compatible nm
configure:1617: checking whether ln -s works
configure:1638: checking how to recognise dependant libraries
configure:1821: checking for object suffix
configure:1827: gcc -c   conftest.c 1>&5
configure:1847: checking for executable suffix
configure:1857: gcc -o conftest    conftest.c  1>&5
configure:1888: checking command to parse /bin/nm output
configure:1968: gcc -c   conftest.c 1>&5
configure:1971: /bin/nm conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm
cannot find nm_test_var in conftest.nm
configure:1968: gcc -c   conftest.c 1>&5
configure:1971: /bin/nm conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm
configure:2022: gcc -o conftest    conftest.c conftstm.o 1>&5
configure:2071: checking for dlfcn.h
configure:2081: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2077: dlfcn.h: No such file or directory
configure: failed program was:
#line 2076 "configure"
#include "confdefs.h"
#include <dlfcn.h>
configure:2249: checking for ranlib
configure:2316: checking for strip
configure:2559: checking for objdir
configure:2586: checking for gcc option to produce PIC
configure:2738: checking if gcc PIC flag -m68020 -resident32 -malways-restore-a4 works
configure:2752: gcc -c  -m68020 -resident32 -malways-restore-a4 -DPIC  conftest.c 1>&5
configure:2804: checking if gcc static flag -static works
configure:2819: gcc -o conftest    -static conftest.c  1>&5
configure:2846: checking if gcc supports -c -o file.o
configure:2865: gcc -c  -o out/conftest2.o  conftest.c 1>&5
configure:2894: checking if gcc supports -c -o file.lo
configure:2912: gcc -c  -c -o conftest.lo  conftest.c 1>&5
configure:2962: checking if gcc supports -fno-rtti -fno-exceptions
configure:2975: gcc -c  -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
configure:3002: checking whether the linker (/gg/m68k-amigaos/bin/ld) supports shared libraries
configure:3687: checking how to hardcode library paths into programs
configure:3715: checking whether stripping libraries is possible
configure:3729: checking dynamic linker characteristics
configure:4129: checking if libtool supports shared libraries
configure:4133: checking whether to build shared libraries
configure:4156: checking whether to build static libraries
configure:5302: checking host system type
configure:5443: checking for memory.h
configure:5453: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:5480: checking for cos in -lm
configure:5499: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm   1>&5
configure:5492: warning: conflicting types for built-in function `cos'
configure:5521: checking for pthread_create in -lpthread
configure:5540: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lpthread  -lm 1>&5
configure:5614: checking for Ogg
configure:5644: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H     conftest.c -lm  -logg 1>&5
configure:5719: checking for working alloca.h
configure:5731: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
configure:5725: alloca.h: No such file or directory
configure: failed program was:
#line 5724 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
configure:5752: checking for alloca
configure:5785: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
configure:5951: checking for 8-bit clean memcmp
configure:5969: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
configure:5990: checking for sqrtf
configure:6018: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
configure:6002: warning: conflicting types for built-in function `sqrtf'
/t/ccPM06sx.o(.text+0xc): undefined reference to `sqrtf'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5995 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sqrtf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char sqrtf();

int main() {

/* 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_sqrtf) || defined (__stub___sqrtf)
choke me
#else
sqrtf();
#endif

; return 0; }
configure:6045: checking for logf
configure:6073: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
/t/cc4jQauU.o(.text+0xc): undefined reference to `logf'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6050 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char logf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char logf();

int main() {

/* 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_logf) || defined (__stub___logf)
choke me
#else
logf();
#endif

; return 0; }
configure:6100: checking for expf
configure:6128: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
/t/ccKO8f1d.o(.text+0xc): undefined reference to `expf'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6105 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char expf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char expf();

int main() {

/* 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_expf) || defined (__stub___expf)
choke me
#else
expf();
#endif

; return 0; }
configure:6155: checking for acosf
configure:6183: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
/t/ccUoNoNC.o(.text+0xc): undefined reference to `acosf'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6160 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char acosf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char acosf();

int main() {

/* 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_acosf) || defined (__stub___acosf)
choke me
#else
acosf();
#endif

; return 0; }
configure:6210: checking for atanf
configure:6238: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
/t/ccliN6Mp.o(.text+0xc): undefined reference to `atanf'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6215 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char atanf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char atanf();

int main() {

/* 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_atanf) || defined (__stub___atanf)
choke me
#else
atanf();
#endif

; return 0; }
configure:6265: checking for frexpf
configure:6293: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
/t/ccHh1CZs.o(.text+0xc): undefined reference to `frexpf'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6270 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char frexpf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char frexpf();

int main() {

/* 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_frexpf) || defined (__stub___frexpf)
choke me
#else
frexpf();
#endif

; return 0; }
configure:6320: checking for rintf
configure:6348: gcc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char  -DUSE_MEMORY_H    conftest.c -lm 1>&5
/t/ccnc02tc.o(.text+0xc): undefined reference to `rintf'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6325 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char rintf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char rintf();

int main() {

/* 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_rintf) || defined (__stub___rintf)
choke me
#else
rintf();
#endif

; return 0; }
