Skip to content

Instantly share code, notes, and snippets.

@Quintus
Last active August 3, 2016 18:32
Show Gist options
  • Save Quintus/5f251a91dc7cedfb1e8212806b4a8cb5 to your computer and use it in GitHub Desktop.
Save Quintus/5f251a91dc7cedfb1e8212806b4a8cb5 to your computer and use it in GitHub Desktop.
Logfile for building ucl with MXE
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ucl configure 1.03, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --prefix=/home/quintus/tsc-mxe/usr/x86_64-unknown-linux-gnu --enable-static --disable-shared ac_cv_prog_HAVE_DOXYGEN=false --disable-doxygen
## --------- ##
## Platform. ##
## --------- ##
hostname = atlantis
uname -m = x86_64
uname -r = 4.6.2-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Jun 8 08:40:59 CEST 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/quintus/tsc-mxe/usr/x86_64-unknown-linux-gnu/bin
PATH: /home/quintus/tsc-mxe/usr/bin
PATH: /home/quintus/tsc-mxe/usr/x86_64-unknown-linux-gnu/bin
PATH: /home/quintus/tsc-mxe/usr/bin
PATH: /opt/wifi-check/bin
PATH: /home/quintus/.gem/ruby/2.3.0/bin
PATH: /home/quintus/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
PATH: /usr/local/texlive/2015/bin/x86_64-linux
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1528: Configuring UCL 1.03
configure:1563: checking build system type
configure:1581: result: x86_64-unknown-linux-gnu
configure:1589: checking host system type
configure:1603: result: x86_64-unknown-linux-gnu
configure:1611: checking target system type
configure:1625: result: x86_64-unknown-linux-gnu
configure:1639: checking whether to enable maintainer-specific portions of Makefiles
configure:1648: result: no
configure:1743: checking for x86_64-unknown-linux-gnu-gcc
configure:1772: result: no
configure:1781: checking for gcc
configure:1797: found /usr/bin/gcc
configure:1807: result: gcc
configure:2051: checking for C compiler version
configure:2054: gcc --version </dev/null >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 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:2057: $? = 0
configure:2059: gcc -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:2062: $? = 0
configure:2064: gcc -V </dev/null >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2067: $? = 1
configure:2090: checking for C compiler default output file name
configure:2093: gcc conftest.c >&5
configure:2096: $? = 0
configure:2142: result: a.out
configure:2147: checking whether the C compiler works
configure:2153: ./a.out
configure:2156: $? = 0
configure:2173: result: yes
configure:2180: checking whether we are cross compiling
configure:2182: result: no
configure:2185: checking for suffix of executables
configure:2187: gcc -o conftest conftest.c >&5
configure:2190: $? = 0
configure:2215: result:
configure:2221: checking for suffix of object files
configure:2242: gcc -c conftest.c >&5
configure:2245: $? = 0
configure:2267: result: o
configure:2271: checking whether we are using the GNU C compiler
configure:2295: gcc -c conftest.c >&5
configure:2301: $? = 0
configure:2304: test -z || test ! -s conftest.err
configure:2307: $? = 0
configure:2310: test -s conftest.o
configure:2313: $? = 0
configure:2326: result: yes
configure:2332: checking whether gcc accepts -g
configure:2353: gcc -c -g conftest.c >&5
configure:2359: $? = 0
configure:2362: test -z || test ! -s conftest.err
configure:2365: $? = 0
configure:2368: test -s conftest.o
configure:2371: $? = 0
configure:2382: result: yes
configure:2399: checking for gcc option to accept ANSI C
configure:2469: gcc -c -g -O2 conftest.c >&5
configure:2475: $? = 0
configure:2478: test -z || test ! -s conftest.err
configure:2481: $? = 0
configure:2484: test -s conftest.o
configure:2487: $? = 0
configure:2505: result: none needed
configure:2523: gcc -c -g -O2 conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^~~~~
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2529: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2664: checking how to run the C preprocessor
configure:2699: gcc -E conftest.c
configure:2705: $? = 0
configure:2737: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:2743: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2782: result: gcc -E
configure:2806: gcc -E conftest.c
configure:2812: $? = 0
configure:2844: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:2850: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2894: checking whether the C preprocessor needs special flags
configure:2928: gcc -c -g -O2 conftest.c >&5
configure:2934: $? = 0
configure:2937: test -z || test ! -s conftest.err
configure:2940: $? = 0
configure:2943: test -s conftest.o
configure:2946: $? = 0
configure:2961: result: none needed
configure:2978: checking for an ANSI C-conforming const
configure:3045: gcc -c -g -O2 conftest.c >&5
configure:3051: $? = 0
configure:3054: test -z || test ! -s conftest.err
configure:3057: $? = 0
configure:3060: test -s conftest.o
configure:3063: $? = 0
configure:3074: result: yes
configure:3085: checking whether byte ordering is bigendian
configure:3112: gcc -c -g -O2 conftest.c >&5
configure:3118: $? = 0
configure:3121: test -z || test ! -s conftest.err
configure:3124: $? = 0
configure:3127: test -s conftest.o
configure:3130: $? = 0
configure:3154: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:16:2: error: unknown type name 'not'
not big endian
^~~
conftest.c:16:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^~~~~~
configure:3160: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| /* 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:3293: result: no
configure:3324: checking for special C compiler options needed for large files
configure:3421: result: no
configure:3427: checking for _FILE_OFFSET_BITS value needed for large files
configure:3458: gcc -c -g -O2 conftest.c >&5
configure:3464: $? = 0
configure:3467: test -z || test ! -s conftest.err
configure:3470: $? = 0
configure:3473: test -s conftest.o
configure:3476: $? = 0
configure:3540: result: no
configure:3550: checking for _LARGE_FILES value needed for large files
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3587: $? = 0
configure:3590: test -z || test ! -s conftest.err
configure:3593: $? = 0
configure:3596: test -s conftest.o
configure:3599: $? = 0
configure:3663: result: no
configure:3690: checking for a BSD-compatible install
configure:3745: result: /usr/bin/install -c
configure:3756: checking whether build environment is sane
configure:3799: result: yes
configure:3856: checking for gawk
configure:3872: found /usr/bin/gawk
configure:3882: result: gawk
configure:3892: checking whether make sets $(MAKE)
configure:3912: result: yes
configure:3942: checking for style of include used by make
configure:3970: result: GNU
configure:4142: checking dependency style of gcc
configure:4232: result: gcc3
configure:4326: checking for a sed that does not truncate output
configure:4380: result: /usr/bin/sed
configure:4383: checking for egrep
configure:4393: result: grep -E
configure:4409: checking for ld used by gcc
configure:4476: result: /usr/bin/ld
configure:4485: checking if the linker (/usr/bin/ld) is GNU ld
configure:4500: result: yes
configure:4505: checking for /usr/bin/ld option to reload object files
configure:4512: result: -r
configure:4521: checking for BSD-compatible nm
configure:4563: result: nm
configure:4567: checking whether ln -s works
configure:4571: result: yes
configure:4578: checking how to recognise dependent libraries
configure:4752: result: pass_all
configure:4836: gcc -c -g -O2 conftest.c >&5
configure:4839: $? = 0
configure:4960: checking for ANSI C header files
configure:4985: gcc -c -g -O2 conftest.c >&5
configure:4991: $? = 0
configure:4994: test -z || test ! -s conftest.err
configure:4997: $? = 0
configure:5000: test -s conftest.o
configure:5003: $? = 0
configure:5092: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:29:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(2);
^~~~
conftest.c:29:7: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:29:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:30:3: warning: incompatible implicit declaration of built-in function 'exit'
exit (0);
^~~~
conftest.c:30:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:5095: $? = 0
configure:5097: ./conftest
configure:5100: $? = 0
configure:5115: result: yes
configure:5139: checking for sys/types.h
configure:5155: gcc -c -g -O2 conftest.c >&5
configure:5161: $? = 0
configure:5164: test -z || test ! -s conftest.err
configure:5167: $? = 0
configure:5170: test -s conftest.o
configure:5173: $? = 0
configure:5184: result: yes
configure:5139: checking for sys/stat.h
configure:5155: gcc -c -g -O2 conftest.c >&5
configure:5161: $? = 0
configure:5164: test -z || test ! -s conftest.err
configure:5167: $? = 0
configure:5170: test -s conftest.o
configure:5173: $? = 0
configure:5184: result: yes
configure:5139: checking for stdlib.h
configure:5155: gcc -c -g -O2 conftest.c >&5
configure:5161: $? = 0
configure:5164: test -z || test ! -s conftest.err
configure:5167: $? = 0
configure:5170: test -s conftest.o
configure:5173: $? = 0
configure:5184: result: yes
configure:5139: checking for string.h
configure:5155: gcc -c -g -O2 conftest.c >&5
configure:5161: $? = 0
configure:5164: test -z || test ! -s conftest.err
configure:5167: $? = 0
configure:5170: test -s conftest.o
configure:5173: $? = 0
configure:5184: result: yes
configure:5139: checking for memory.h
configure:5155: gcc -c -g -O2 conftest.c >&5
configure:5161: $? = 0
configure:5164: test -z || test ! -s conftest.err
configure:5167: $? = 0
configure:5170: test -s conftest.o
configure:5173: $? = 0
configure:5184: result: yes
configure:5139: checking for strings.h
configure:5155: gcc -c -g -O2 conftest.c >&5
configure:5161: $? = 0
configure:5164: test -z || test ! -s conftest.err
configure:5167: $? = 0
configure:5170: test -s conftest.o
configure:5173: $? = 0
configure:5184: result: yes
configure:5139: checking for inttypes.h
configure:5155: gcc -c -g -O2 conftest.c >&5
configure:5161: $? = 0
configure:5164: test -z || test ! -s conftest.err
configure:5167: $? = 0
configure:5170: test -s conftest.o
configure:5173: $? = 0
configure:5184: result: yes
configure:5139: checking for stdint.h
configure:5155: gcc -c -g -O2 conftest.c >&5
configure:5161: $? = 0
configure:5164: test -z || test ! -s conftest.err
configure:5167: $? = 0
configure:5170: test -s conftest.o
configure:5173: $? = 0
configure:5184: result: yes
configure:5139: checking for unistd.h
configure:5155: gcc -c -g -O2 conftest.c >&5
configure:5161: $? = 0
configure:5164: test -z || test ! -s conftest.err
configure:5167: $? = 0
configure:5170: test -s conftest.o
configure:5173: $? = 0
configure:5184: result: yes
configure:5210: checking dlfcn.h usability
configure:5222: gcc -c -g -O2 conftest.c >&5
configure:5228: $? = 0
configure:5231: test -z || test ! -s conftest.err
configure:5234: $? = 0
configure:5237: test -s conftest.o
configure:5240: $? = 0
configure:5250: result: yes
configure:5254: checking dlfcn.h presence
configure:5264: gcc -E conftest.c
configure:5270: $? = 0
configure:5290: result: yes
configure:5325: checking for dlfcn.h
configure:5332: result: yes
configure:5355: checking for x86_64-unknown-linux-gnu-g++
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-c++
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-gpp
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-aCC
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-CC
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-cxx
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-cc++
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-cl
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-FCC
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-KCC
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-RCC
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-xlC_r
configure:5384: result: no
configure:5355: checking for x86_64-unknown-linux-gnu-xlC
configure:5384: result: no
configure:5397: checking for g++
configure:5413: found /usr/bin/g++
configure:5423: result: g++
configure:5439: checking for C++ compiler version
configure:5442: g++ --version </dev/null >&5
g++ (GCC) 6.1.1 20160602
Copyright (C) 2016 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:5445: $? = 0
configure:5447: g++ -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:5450: $? = 0
configure:5452: g++ -V </dev/null >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5455: $? = 1
configure:5458: checking whether we are using the GNU C++ compiler
configure:5482: g++ -c conftest.cc >&5
configure:5488: $? = 0
configure:5491: test -z || test ! -s conftest.err
configure:5494: $? = 0
configure:5497: test -s conftest.o
configure:5500: $? = 0
configure:5513: result: yes
configure:5519: checking whether g++ accepts -g
configure:5540: g++ -c -g conftest.cc >&5
configure:5546: $? = 0
configure:5549: test -z || test ! -s conftest.err
configure:5552: $? = 0
configure:5555: test -s conftest.o
configure:5558: $? = 0
configure:5569: result: yes
configure:5611: g++ -c -g -O2 conftest.cc >&5
configure:5617: $? = 0
configure:5620: test -z || test ! -s conftest.err
configure:5623: $? = 0
configure:5626: test -s conftest.o
configure:5629: $? = 0
configure:5655: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:27:9: error: 'exit' was not declared in this scope
exit (42);
^
configure:5661: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5611: g++ -c -g -O2 conftest.cc >&5
configure:5617: $? = 0
configure:5620: test -z || test ! -s conftest.err
configure:5623: $? = 0
configure:5626: test -s conftest.o
configure:5629: $? = 0
configure:5655: g++ -c -g -O2 conftest.cc >&5
configure:5661: $? = 0
configure:5664: test -z || test ! -s conftest.err
configure:5667: $? = 0
configure:5670: test -s conftest.o
configure:5673: $? = 0
configure:5698: checking dependency style of g++
configure:5788: result: gcc3
configure:5810: checking how to run the C++ preprocessor
configure:5841: g++ -E conftest.cc
configure:5847: $? = 0
configure:5879: g++ -E conftest.cc
conftest.cc:26:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5885: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5924: result: g++ -E
configure:5948: g++ -E conftest.cc
configure:5954: $? = 0
configure:5986: g++ -E conftest.cc
conftest.cc:26:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:5992: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6045: checking for x86_64-unknown-linux-gnu-g77
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-f77
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-xlf
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-frt
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-pgf77
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-fort77
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-fl32
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-af77
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-f90
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-xlf90
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-pgf90
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-epcf90
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-f95
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-fort
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-xlf95
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-ifc
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-efc
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-pgf95
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-lf95
configure:6074: result: no
configure:6045: checking for x86_64-unknown-linux-gnu-gfortran
configure:6074: result: no
configure:6087: checking for g77
configure:6116: result: no
configure:6087: checking for f77
configure:6116: result: no
configure:6087: checking for xlf
configure:6116: result: no
configure:6087: checking for frt
configure:6116: result: no
configure:6087: checking for pgf77
configure:6116: result: no
configure:6087: checking for fort77
configure:6116: result: no
configure:6087: checking for fl32
configure:6116: result: no
configure:6087: checking for af77
configure:6116: result: no
configure:6087: checking for f90
configure:6116: result: no
configure:6087: checking for xlf90
configure:6116: result: no
configure:6087: checking for pgf90
configure:6116: result: no
configure:6087: checking for epcf90
configure:6116: result: no
configure:6087: checking for f95
configure:6116: result: no
configure:6087: checking for fort
configure:6116: result: no
configure:6087: checking for xlf95
configure:6116: result: no
configure:6087: checking for ifc
configure:6116: result: no
configure:6087: checking for efc
configure:6116: result: no
configure:6087: checking for pgf95
configure:6116: result: no
configure:6087: checking for lf95
configure:6116: result: no
configure:6087: checking for gfortran
configure:6116: result: no
configure:6128: checking for Fortran 77 compiler version
configure:6131: --version </dev/null >&5
./configure: line 6132: --version: command not found
configure:6134: $? = 127
configure:6136: -v </dev/null >&5
./configure: line 6137: -v: command not found
configure:6139: $? = 127
configure:6141: -V </dev/null >&5
./configure: line 6142: -V: command not found
configure:6144: $? = 127
configure:6152: checking whether we are using the GNU Fortran 77 compiler
configure:6166: -c conftest.F >&5
./configure: line 6167: -c: command not found
configure:6172: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:6197: result: no
configure:6203: checking whether accepts -g
configure:6215: -c -g conftest.f >&5
./configure: line 6216: -c: command not found
configure:6221: $? = 127
configure: failed program was:
| program main
|
| end
configure:6245: result: no
configure:6275: checking the maximum length of command line arguments
configure:6340: result: 32768
configure:6351: checking command to parse nm output from gcc object
configure:6440: gcc -c -g -O2 conftest.c >&5
configure:6443: $? = 0
configure:6447: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6450: $? = 0
configure:6502: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6505: $? = 0
configure:6543: result: ok
configure:6547: checking for objdir
configure:6562: result: .libs
configure:6614: checking for x86_64-unknown-linux-gnu-ar
configure:6643: result: no
configure:6652: checking for ar
configure:6668: found /usr/bin/ar
configure:6679: result: ar
configure:6694: checking for x86_64-unknown-linux-gnu-ranlib
configure:6723: result: no
configure:6732: checking for ranlib
configure:6748: found /usr/bin/ranlib
configure:6759: result: ranlib
configure:6774: checking for x86_64-unknown-linux-gnu-strip
configure:6803: result: no
configure:6812: checking for strip
configure:6828: found /usr/bin/strip
configure:6839: result: strip
configure:7101: checking if gcc static flag works
configure:7124: result: yes
configure:7142: checking if gcc supports -fno-rtti -fno-exceptions
configure:7160: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:7164: $? = 0
configure:7175: result: no
configure:7190: checking for gcc option to produce PIC
configure:7367: result: -fPIC
configure:7375: checking if gcc PIC flag -fPIC works
configure:7393: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:7397: $? = 0
configure:7408: result: yes
configure:7432: checking if gcc supports -c -o file.o
configure:7453: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7457: $? = 0
configure:7477: result: yes
configure:7503: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:8350: result: yes
configure:8421: checking dynamic linker characteristics
configure:8973: result: GNU/Linux ld.so
configure:8977: checking how to hardcode library paths into programs
configure:9002: result: immediate
configure:9016: checking whether stripping libraries is possible
configure:9021: result: yes
configure:9844: checking if libtool supports shared libraries
configure:9846: result: yes
configure:9849: checking whether to build shared libraries
configure:9907: result: no
configure:9910: checking whether to build static libraries
configure:9914: result: yes
configure:10006: creating libtool
configure:10553: checking for ld used by g++
configure:10620: result: /usr/bin/ld -m elf_x86_64
configure:10629: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:10644: result: yes
configure:10695: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11521: result: yes
configure:11539: g++ -c -g -O2 conftest.cc >&5
configure:11542: $? = 0
configure:11638: checking for g++ option to produce PIC
configure:11890: result: -fPIC
configure:11898: checking if g++ PIC flag -fPIC works
configure:11916: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:11920: $? = 0
configure:11931: result: yes
configure:11955: checking if g++ supports -c -o file.o
configure:11976: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11980: $? = 0
configure:12000: result: yes
configure:12026: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12054: result: yes
configure:12125: checking dynamic linker characteristics
configure:12677: result: GNU/Linux ld.so
configure:12681: checking how to hardcode library paths into programs
configure:12706: result: immediate
configure:12720: checking whether stripping libraries is possible
configure:12725: result: yes
configure:19985: checking whether to build i386 assembly versions
configure:20014: result: no
configure:20035: checking whether time.h and sys/time.h may both be included
configure:20060: gcc -c -g -O2 conftest.c >&5
configure:20066: $? = 0
configure:20069: test -z || test ! -s conftest.err
configure:20072: $? = 0
configure:20075: test -s conftest.o
configure:20078: $? = 0
configure:20089: result: yes
configure:20135: checking assert.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking assert.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for assert.h
configure:20257: result: yes
configure:20135: checking ctype.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking ctype.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for ctype.h
configure:20257: result: yes
configure:20135: checking dirent.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking dirent.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for dirent.h
configure:20257: result: yes
configure:20135: checking errno.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking errno.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for errno.h
configure:20257: result: yes
configure:20135: checking fcntl.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking fcntl.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for fcntl.h
configure:20257: result: yes
configure:20135: checking limits.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking limits.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for limits.h
configure:20257: result: yes
configure:20135: checking malloc.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking malloc.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for malloc.h
configure:20257: result: yes
configure:20126: checking for memory.h
configure:20131: result: yes
configure:20135: checking setjmp.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking setjmp.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for setjmp.h
configure:20257: result: yes
configure:20135: checking signal.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking signal.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for signal.h
configure:20257: result: yes
configure:20135: checking stdarg.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking stdarg.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for stdarg.h
configure:20257: result: yes
configure:20135: checking stddef.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking stddef.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for stddef.h
configure:20257: result: yes
configure:20126: checking for stdint.h
configure:20131: result: yes
configure:20135: checking stdio.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking stdio.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for stdio.h
configure:20257: result: yes
configure:20126: checking for stdlib.h
configure:20131: result: yes
configure:20126: checking for string.h
configure:20131: result: yes
configure:20126: checking for strings.h
configure:20131: result: yes
configure:20135: checking time.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking time.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for time.h
configure:20257: result: yes
configure:20126: checking for unistd.h
configure:20131: result: yes
configure:20135: checking utime.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking utime.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for utime.h
configure:20257: result: yes
configure:20126: checking for sys/stat.h
configure:20131: result: yes
configure:20135: checking sys/time.h usability
configure:20147: gcc -c -g -O2 conftest.c >&5
configure:20153: $? = 0
configure:20156: test -z || test ! -s conftest.err
configure:20159: $? = 0
configure:20162: test -s conftest.o
configure:20165: $? = 0
configure:20175: result: yes
configure:20179: checking sys/time.h presence
configure:20189: gcc -E conftest.c
configure:20195: $? = 0
configure:20215: result: yes
configure:20250: checking for sys/time.h
configure:20257: result: yes
configure:20126: checking for sys/types.h
configure:20131: result: yes
configure:20277: checking whether limits.h is sane
configure:20393: gcc -c -g -O2 conftest.c >&5
configure:20399: $? = 0
configure:20402: test -z || test ! -s conftest.err
configure:20405: $? = 0
configure:20408: test -s conftest.o
configure:20411: $? = 0
configure:20422: result: yes
configure:20436: checking for off_t
configure:20460: gcc -c -g -O2 conftest.c >&5
configure:20466: $? = 0
configure:20469: test -z || test ! -s conftest.err
configure:20472: $? = 0
configure:20475: test -s conftest.o
configure:20478: $? = 0
configure:20489: result: yes
configure:20501: checking for ptrdiff_t
configure:20525: gcc -c -g -O2 conftest.c >&5
configure:20531: $? = 0
configure:20534: test -z || test ! -s conftest.err
configure:20537: $? = 0
configure:20540: test -s conftest.o
configure:20543: $? = 0
configure:20554: result: yes
configure:20566: checking for size_t
configure:20590: gcc -c -g -O2 conftest.c >&5
configure:20596: $? = 0
configure:20599: test -z || test ! -s conftest.err
configure:20602: $? = 0
configure:20605: test -s conftest.o
configure:20608: $? = 0
configure:20619: result: yes
configure:20631: checking return type of signal handlers
configure:20662: gcc -c -g -O2 conftest.c >&5
configure:20668: $? = 0
configure:20671: test -z || test ! -s conftest.err
configure:20674: $? = 0
configure:20677: test -s conftest.o
configure:20680: $? = 0
configure:20691: result: void
configure:20701: checking for short
configure:20725: gcc -c -g -O2 conftest.c >&5
configure:20731: $? = 0
configure:20734: test -z || test ! -s conftest.err
configure:20737: $? = 0
configure:20740: test -s conftest.o
configure:20743: $? = 0
configure:20754: result: yes
configure:20757: checking size of short
configure:21069: gcc -o conftest -g -O2 conftest.c >&5
configure:21072: $? = 0
configure:21074: ./conftest
configure:21077: $? = 0
configure:21100: result: 2
configure:21107: checking for int
configure:21131: gcc -c -g -O2 conftest.c >&5
configure:21137: $? = 0
configure:21140: test -z || test ! -s conftest.err
configure:21143: $? = 0
configure:21146: test -s conftest.o
configure:21149: $? = 0
configure:21160: result: yes
configure:21163: checking size of int
configure:21475: gcc -o conftest -g -O2 conftest.c >&5
configure:21478: $? = 0
configure:21480: ./conftest
configure:21483: $? = 0
configure:21506: result: 4
configure:21513: checking for long
configure:21537: gcc -c -g -O2 conftest.c >&5
configure:21543: $? = 0
configure:21546: test -z || test ! -s conftest.err
configure:21549: $? = 0
configure:21552: test -s conftest.o
configure:21555: $? = 0
configure:21566: result: yes
configure:21569: checking size of long
configure:21881: gcc -o conftest -g -O2 conftest.c >&5
configure:21884: $? = 0
configure:21886: ./conftest
configure:21889: $? = 0
configure:21912: result: 8
configure:21920: checking for ptrdiff_t
configure:21973: result: yes
configure:21976: checking size of ptrdiff_t
configure:22288: gcc -o conftest -g -O2 conftest.c >&5
configure:22291: $? = 0
configure:22293: ./conftest
configure:22296: $? = 0
configure:22319: result: 8
configure:22326: checking for size_t
configure:22379: result: yes
configure:22382: checking size of size_t
configure:22694: gcc -o conftest -g -O2 conftest.c >&5
configure:22697: $? = 0
configure:22699: ./conftest
configure:22702: $? = 0
configure:22725: result: 8
configure:22732: checking for void *
configure:22756: gcc -c -g -O2 conftest.c >&5
configure:22762: $? = 0
configure:22765: test -z || test ! -s conftest.err
configure:22768: $? = 0
configure:22771: test -s conftest.o
configure:22774: $? = 0
configure:22785: result: yes
configure:22788: checking size of void *
configure:23100: gcc -o conftest -g -O2 conftest.c >&5
configure:23103: $? = 0
configure:23105: ./conftest
configure:23108: $? = 0
configure:23131: result: 8
configure:23138: checking for char *
configure:23162: gcc -c -g -O2 conftest.c >&5
configure:23168: $? = 0
configure:23171: test -z || test ! -s conftest.err
configure:23174: $? = 0
configure:23177: test -s conftest.o
configure:23180: $? = 0
configure:23191: result: yes
configure:23194: checking size of char *
configure:23506: gcc -o conftest -g -O2 conftest.c >&5
configure:23509: $? = 0
configure:23511: ./conftest
configure:23514: $? = 0
configure:23537: result: 8
configure:23545: checking for long long
configure:23569: gcc -c -g -O2 conftest.c >&5
configure:23575: $? = 0
configure:23578: test -z || test ! -s conftest.err
configure:23581: $? = 0
configure:23584: test -s conftest.o
configure:23587: $? = 0
configure:23598: result: yes
configure:23601: checking size of long long
configure:23913: gcc -o conftest -g -O2 conftest.c >&5
configure:23916: $? = 0
configure:23918: ./conftest
configure:23921: $? = 0
configure:23944: result: 8
configure:23951: checking for unsigned long long
configure:23975: gcc -c -g -O2 conftest.c >&5
configure:23981: $? = 0
configure:23984: test -z || test ! -s conftest.err
configure:23987: $? = 0
configure:23990: test -s conftest.o
configure:23993: $? = 0
configure:24004: result: yes
configure:24007: checking size of unsigned long long
configure:24319: gcc -o conftest -g -O2 conftest.c >&5
configure:24322: $? = 0
configure:24324: ./conftest
configure:24327: $? = 0
configure:24350: result: 8
configure:24357: checking for __int64
configure:24381: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:97:6: error: '__int64' undeclared (first use in this function)
if ((__int64 *) 0)
^~~~~~~
conftest.c:97:6: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:97:15: error: expected expression before ')' token
if ((__int64 *) 0)
^
configure:24387: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define RETSIGTYPE void
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((__int64 *) 0)
| return 0;
| if (sizeof (__int64))
| return 0;
| ;
| return 0;
| }
configure:24410: result: no
configure:24413: checking size of __int64
configure:24756: result: 0
configure:24763: checking for unsigned __int64
configure:24787: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:98:15: error: expected ')' before '__int64'
if ((unsigned __int64 *) 0)
^~~~~~~
conftest.c:100:22: error: expected ')' before '__int64'
if (sizeof (unsigned __int64))
^~~~~~~
configure:24793: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define RETSIGTYPE void
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((unsigned __int64 *) 0)
| return 0;
| if (sizeof (unsigned __int64))
| return 0;
| ;
| return 0;
| }
configure:24816: result: no
configure:24819: checking size of unsigned __int64
configure:25162: result: 0
configure:25171: checking for __int32
configure:25195: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:99:6: error: '__int32' undeclared (first use in this function)
if ((__int32 *) 0)
^~~~~~~
conftest.c:99:6: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:99:15: error: expected expression before ')' token
if ((__int32 *) 0)
^
configure:25201: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define RETSIGTYPE void
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((__int32 *) 0)
| return 0;
| if (sizeof (__int32))
| return 0;
| ;
| return 0;
| }
configure:25224: result: no
configure:25227: checking size of __int32
configure:25570: result: 0
configure:25577: checking for unsigned __int32
configure:25601: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:100:15: error: expected ')' before '__int32'
if ((unsigned __int32 *) 0)
^~~~~~~
conftest.c:102:22: error: expected ')' before '__int32'
if (sizeof (unsigned __int32))
^~~~~~~
configure:25607: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define RETSIGTYPE void
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF___INT32 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((unsigned __int32 *) 0)
| return 0;
| if (sizeof (unsigned __int32))
| return 0;
| ;
| return 0;
| }
configure:25630: result: no
configure:25633: checking size of unsigned __int32
configure:25976: result: 0
configure:25983: checking for intmax_t
configure:26007: gcc -c -g -O2 conftest.c >&5
configure:26013: $? = 0
configure:26016: test -z || test ! -s conftest.err
configure:26019: $? = 0
configure:26022: test -s conftest.o
configure:26025: $? = 0
configure:26036: result: yes
configure:26039: checking size of intmax_t
configure:26351: gcc -o conftest -g -O2 conftest.c >&5
configure:26354: $? = 0
configure:26356: ./conftest
configure:26359: $? = 0
configure:26382: result: 8
configure:26389: checking for uintmax_t
configure:26413: gcc -c -g -O2 conftest.c >&5
configure:26419: $? = 0
configure:26422: test -z || test ! -s conftest.err
configure:26425: $? = 0
configure:26428: test -s conftest.o
configure:26431: $? = 0
configure:26442: result: yes
configure:26445: checking size of uintmax_t
configure:26757: gcc -o conftest -g -O2 conftest.c >&5
configure:26760: $? = 0
configure:26762: ./conftest
configure:26765: $? = 0
configure:26788: result: 8
configure:26795: checking for intptr_t
configure:26819: gcc -c -g -O2 conftest.c >&5
configure:26825: $? = 0
configure:26828: test -z || test ! -s conftest.err
configure:26831: $? = 0
configure:26834: test -s conftest.o
configure:26837: $? = 0
configure:26848: result: yes
configure:26851: checking size of intptr_t
configure:27163: gcc -o conftest -g -O2 conftest.c >&5
configure:27166: $? = 0
configure:27168: ./conftest
configure:27171: $? = 0
configure:27194: result: 8
configure:27201: checking for uintptr_t
configure:27225: gcc -c -g -O2 conftest.c >&5
configure:27231: $? = 0
configure:27234: test -z || test ! -s conftest.err
configure:27237: $? = 0
configure:27240: test -s conftest.o
configure:27243: $? = 0
configure:27254: result: yes
configure:27257: checking size of uintptr_t
configure:27569: gcc -o conftest -g -O2 conftest.c >&5
configure:27572: $? = 0
configure:27574: ./conftest
configure:27577: $? = 0
configure:27600: result: 8
configure:27608: checking for float
configure:27632: gcc -c -g -O2 conftest.c >&5
configure:27638: $? = 0
configure:27641: test -z || test ! -s conftest.err
configure:27644: $? = 0
configure:27647: test -s conftest.o
configure:27650: $? = 0
configure:27661: result: yes
configure:27664: checking size of float
configure:27976: gcc -o conftest -g -O2 conftest.c >&5
configure:27979: $? = 0
configure:27981: ./conftest
configure:27984: $? = 0
configure:28007: result: 4
configure:28014: checking for double
configure:28038: gcc -c -g -O2 conftest.c >&5
configure:28044: $? = 0
configure:28047: test -z || test ! -s conftest.err
configure:28050: $? = 0
configure:28053: test -s conftest.o
configure:28056: $? = 0
configure:28067: result: yes
configure:28070: checking size of double
configure:28382: gcc -o conftest -g -O2 conftest.c >&5
configure:28385: $? = 0
configure:28387: ./conftest
configure:28390: $? = 0
configure:28413: result: 8
configure:28420: checking for long double
configure:28444: gcc -c -g -O2 conftest.c >&5
configure:28450: $? = 0
configure:28453: test -z || test ! -s conftest.err
configure:28456: $? = 0
configure:28459: test -s conftest.o
configure:28462: $? = 0
configure:28473: result: yes
configure:28476: checking size of long double
configure:28788: gcc -o conftest -g -O2 conftest.c >&5
configure:28791: $? = 0
configure:28793: ./conftest
configure:28796: $? = 0
configure:28819: result: 16
configure:28827: checking for dev_t
configure:28851: gcc -c -g -O2 conftest.c >&5
configure:28857: $? = 0
configure:28860: test -z || test ! -s conftest.err
configure:28863: $? = 0
configure:28866: test -s conftest.o
configure:28869: $? = 0
configure:28880: result: yes
configure:28883: checking size of dev_t
configure:29195: gcc -o conftest -g -O2 conftest.c >&5
configure:29198: $? = 0
configure:29200: ./conftest
configure:29203: $? = 0
configure:29226: result: 8
configure:29233: checking for fpos_t
configure:29257: gcc -c -g -O2 conftest.c >&5
configure:29263: $? = 0
configure:29266: test -z || test ! -s conftest.err
configure:29269: $? = 0
configure:29272: test -s conftest.o
configure:29275: $? = 0
configure:29286: result: yes
configure:29289: checking size of fpos_t
configure:29601: gcc -o conftest -g -O2 conftest.c >&5
configure:29604: $? = 0
configure:29606: ./conftest
configure:29609: $? = 0
configure:29632: result: 16
configure:29639: checking for mode_t
configure:29663: gcc -c -g -O2 conftest.c >&5
configure:29669: $? = 0
configure:29672: test -z || test ! -s conftest.err
configure:29675: $? = 0
configure:29678: test -s conftest.o
configure:29681: $? = 0
configure:29692: result: yes
configure:29695: checking size of mode_t
configure:30007: gcc -o conftest -g -O2 conftest.c >&5
configure:30010: $? = 0
configure:30012: ./conftest
configure:30015: $? = 0
configure:30038: result: 4
configure:30045: checking for off_t
configure:30098: result: yes
configure:30101: checking size of off_t
configure:30413: gcc -o conftest -g -O2 conftest.c >&5
configure:30416: $? = 0
configure:30418: ./conftest
configure:30421: $? = 0
configure:30444: result: 8
configure:30451: checking for ssize_t
configure:30475: gcc -c -g -O2 conftest.c >&5
configure:30481: $? = 0
configure:30484: test -z || test ! -s conftest.err
configure:30487: $? = 0
configure:30490: test -s conftest.o
configure:30493: $? = 0
configure:30504: result: yes
configure:30507: checking size of ssize_t
configure:30819: gcc -o conftest -g -O2 conftest.c >&5
configure:30822: $? = 0
configure:30824: ./conftest
configure:30827: $? = 0
configure:30850: result: 8
configure:30857: checking for time_t
configure:30881: gcc -c -g -O2 conftest.c >&5
configure:30887: $? = 0
configure:30890: test -z || test ! -s conftest.err
configure:30893: $? = 0
configure:30896: test -s conftest.o
configure:30899: $? = 0
configure:30910: result: yes
configure:30913: checking size of time_t
configure:31225: gcc -o conftest -g -O2 conftest.c >&5
configure:31228: $? = 0
configure:31230: ./conftest
configure:31233: $? = 0
configure:31256: result: 8
configure:31313: checking for access
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for alloca
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:102:6: warning: conflicting types for built-in function 'alloca'
char alloca ();
^~~~~~
/tmp/ccOoqZNk.o:(.data+0x0): undefined reference to `alloca'
/tmp/ccOoqZNk.o: In function `main':
/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/conftest.c:118: undefined reference to `alloca'
collect2: error: ld returned 1 exit status
configure:31376: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define RETSIGTYPE void
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF___INT32 0
| #define SIZEOF_UNSIGNED___INT32 0
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_UINTMAX_T 8
| #define SIZEOF_INTPTR_T 8
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_DEV_T 8
| #define SIZEOF_FPOS_T 16
| #define SIZEOF_MODE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_ACCESS 1
| /* end confdefs.h. */
| /* Define alloca to an innocuous variant, in case <limits.h> declares alloca.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define alloca innocuous_alloca
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char alloca (); 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 alloca
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char alloca ();
| /* 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_alloca) || defined (__stub___alloca)
| choke me
| #else
| char (*f) () = alloca;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != alloca;
| ;
| return 0;
| }
configure:31400: result: no
configure:31313: checking for atexit
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for atoi
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for atol
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for chmod
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for chown
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for ctime
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for difftime
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for fstat
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for gettimeofday
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for gmtime
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for localtime
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for longjmp
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for lstat
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for memcmp
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:115:6: warning: conflicting types for built-in function 'memcmp'
char memcmp ();
^~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for memcpy
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:116:6: warning: conflicting types for built-in function 'memcpy'
char memcpy ();
^~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for memmove
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:117:6: warning: conflicting types for built-in function 'memmove'
char memmove ();
^~~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for memset
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:118:6: warning: conflicting types for built-in function 'memset'
char memset ();
^~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for mktime
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for qsort
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for raise
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for setjmp
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for signal
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for snprintf
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:124:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^~~~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for strcasecmp
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:125:6: warning: conflicting types for built-in function 'strcasecmp'
char strcasecmp ();
^~~~~~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for strchr
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:126:6: warning: conflicting types for built-in function 'strchr'
char strchr ();
^~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for strdup
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:127:6: warning: conflicting types for built-in function 'strdup'
char strdup ();
^~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for strerror
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for strftime
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:129:6: warning: conflicting types for built-in function 'strftime'
char strftime ();
^~~~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for stricmp
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccITgxa8.o:(.data+0x0): undefined reference to `stricmp'
/tmp/ccITgxa8.o: In function `main':
/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/conftest.c:146: undefined reference to `stricmp'
collect2: error: ld returned 1 exit status
configure:31376: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define RETSIGTYPE void
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF___INT32 0
| #define SIZEOF_UNSIGNED___INT32 0
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_UINTMAX_T 8
| #define SIZEOF_INTPTR_T 8
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_DEV_T 8
| #define SIZEOF_FPOS_T 16
| #define SIZEOF_MODE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_ACCESS 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOI 1
| #define HAVE_ATOL 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_CTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_FSTAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_LONGJMP 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKTIME 1
| #define HAVE_QSORT 1
| #define HAVE_RAISE 1
| #define HAVE_SETJMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 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 gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char 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
| #else
| char (*f) () = stricmp;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != stricmp;
| ;
| return 0;
| }
configure:31400: result: no
configure:31313: checking for strncasecmp
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:130:6: warning: conflicting types for built-in function 'strncasecmp'
char strncasecmp ();
^~~~~~~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for strnicmp
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccVq4R6f.o:(.data+0x0): undefined reference to `strnicmp'
/tmp/ccVq4R6f.o: In function `main':
/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/conftest.c:147: undefined reference to `strnicmp'
collect2: error: ld returned 1 exit status
configure:31376: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define RETSIGTYPE void
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF___INT32 0
| #define SIZEOF_UNSIGNED___INT32 0
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_UINTMAX_T 8
| #define SIZEOF_INTPTR_T 8
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_DEV_T 8
| #define SIZEOF_FPOS_T 16
| #define SIZEOF_MODE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_ACCESS 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOI 1
| #define HAVE_ATOL 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_CTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_FSTAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_LONGJMP 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKTIME 1
| #define HAVE_QSORT 1
| #define HAVE_RAISE 1
| #define HAVE_SETJMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h. */
| /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strnicmp innocuous_strnicmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strnicmp (); 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 strnicmp
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char strnicmp ();
| /* 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_strnicmp) || defined (__stub___strnicmp)
| choke me
| #else
| char (*f) () = strnicmp;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strnicmp;
| ;
| return 0;
| }
configure:31400: result: no
configure:31313: checking for strrchr
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:131:6: warning: conflicting types for built-in function 'strrchr'
char strrchr ();
^~~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for strstr
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:132:6: warning: conflicting types for built-in function 'strstr'
char strstr ();
^~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for time
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for umask
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for utime
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31313: checking for vsnprintf
configure:31370: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:136:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^~~~~~~~~
configure:31376: $? = 0
configure:31379: test -z || test ! -s conftest.err
configure:31382: $? = 0
configure:31385: test -s conftest
configure:31388: $? = 0
configure:31400: result: yes
configure:31424: checking whether your compiler passes the ACC conformance test
configure:31469: gcc -c -g -O2 -I. -I./acc conftest.c >&5
In file included from acc/acc.h:78:0,
from conftest.c:114:
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:207:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT((1 << (8*SIZEOF_INT-1)) < 0)
^~~~~~~~~~~~~
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:211:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT((1l << (8*SIZEOF_LONG-1)) < 0)
^~~~~~~~~~~~~
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:241:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT((ACC_INT32E_C(1) << (8*SIZEOF_ACC_INT32E_T-1)) < 0)
^~~~~~~~~~~~~
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:243:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT((ACC_INT32E_C(1) << (int)(8*sizeof(ACC_INT32E_C(1))-1)) < 0)
^~~~~~~~~~~~~
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:277:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT((ACC_INT32L_C(1) << (8*SIZEOF_ACC_INT32L_T-1)) < 0)
^~~~~~~~~~~~~
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:279:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT((ACC_INT32L_C(1) << (int)(8*sizeof(ACC_INT32L_C(1))-1)) < 0)
^~~~~~~~~~~~~
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:315:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT((ACC_INT32F_C(1) << (8*SIZEOF_ACC_INT32F_T-1)) < 0)
^~~~~~~~~~~~~
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:317:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT((ACC_INT32F_C(1) << (int)(8*sizeof(ACC_INT32F_C(1))-1)) < 0)
^~~~~~~~~~~~~
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:355:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT((ACC_INT64L_C(1) << (8*SIZEOF_ACC_INT64L_T-1)) < 0)
^~~~~~~~~~~~~
acc/acc_defs.h:97:59: error: variably modified '__acc_cta' at file scope
# define ACC_COMPILE_TIME_ASSERT_HEADER(e) extern int __acc_cta[1-2*!(e)];
^
conftest.c:117:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT_HEADER'
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acc/acc_chk.ch:448:5: note: in expansion of macro 'ACCCHK_ASSERT'
ACCCHK_ASSERT( (((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0)
^~~~~~~~~~~~~
configure:31475: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ucl"
| #define PACKAGE_TARNAME "ucl"
| #define PACKAGE_VERSION "1.03"
| #define PACKAGE_STRING "ucl 1.03"
| #define PACKAGE_BUGREPORT "markus@oberhumer.com"
| #define ACC_ENDIAN_LITTLE_ENDIAN 1
| #define PACKAGE "ucl"
| #define VERSION "1.03"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define RETSIGTYPE void
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define SIZEOF_CHAR_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF___INT32 0
| #define SIZEOF_UNSIGNED___INT32 0
| #define SIZEOF_INTMAX_T 8
| #define SIZEOF_UINTMAX_T 8
| #define SIZEOF_INTPTR_T 8
| #define SIZEOF_UINTPTR_T 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_DEV_T 8
| #define SIZEOF_FPOS_T 16
| #define SIZEOF_MODE_T 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_TIME_T 8
| #define HAVE_ACCESS 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOI 1
| #define HAVE_ATOL 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_CTIME 1
| #define HAVE_DIFFTIME 1
| #define HAVE_FSTAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME 1
| #define HAVE_LOCALTIME 1
| #define HAVE_LONGJMP 1
| #define HAVE_LSTAT 1
| #define HAVE_MEMCMP 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKTIME 1
| #define HAVE_QSORT 1
| #define HAVE_RAISE 1
| #define HAVE_SETJMP 1
| #define HAVE_SIGNAL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_TIME 1
| #define HAVE_UMASK 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h. */
| #define ACC_CONFIG_NO_HEADER 1
| #include "acc/acc.h"
| #include "acc/acc_incd.h"
| #undef ACCCHK_ASSERT
| #define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT_HEADER(expr)
| #include "acc/acc_chk.ch"
| #undef ACCCHK_ASSERT
| static void test_acc_compile_time_assert(void) {
| #define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr)
| #include "acc/acc_chk.ch"
| #undef ACCCHK_ASSERT
| }
| #undef NDEBUG
| #include <assert.h>
| static int test_acc_run_time_assert(int r) {
| #define ACCCHK_ASSERT(expr) assert(expr);
| #include "acc/acc_chk.ch"
| #undef ACCCHK_ASSERT
| return r;
| }
|
| int
| main ()
| {
|
| test_acc_compile_time_assert();
| if (test_acc_run_time_assert(1) != 1) return 1;
|
|
| ;
| return 0;
| }
configure:31500: result: FAILED
configure:31505:
configure:31507: Your compiler failed the ACC conformance test - for details see
configure:31509: `config.log'. Please check that log file and consider sending
configure:31511: a patch or bug-report to <markus@oberhumer.com>.
configure:31513: Thanks for your support.
configure:31515:
configure:31517: error: ACC conformance test failed. Stop.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_access=yes
ac_cv_func_alloca=no
ac_cv_func_atexit=yes
ac_cv_func_atoi=yes
ac_cv_func_atol=yes
ac_cv_func_chmod=yes
ac_cv_func_chown=yes
ac_cv_func_ctime=yes
ac_cv_func_difftime=yes
ac_cv_func_fstat=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime=yes
ac_cv_func_localtime=yes
ac_cv_func_longjmp=yes
ac_cv_func_lstat=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mktime=yes
ac_cv_func_qsort=yes
ac_cv_func_raise=yes
ac_cv_func_setjmp=yes
ac_cv_func_signal=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_stricmp=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strnicmp=no
ac_cv_func_strrchr=yes
ac_cv_func_strstr=yes
ac_cv_func_time=yes
ac_cv_func_umask=yes
ac_cv_func_utime=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_HAVE_DOXYGEN=false
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_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof___int32=0
ac_cv_sizeof___int64=0
ac_cv_sizeof_char_p=8
ac_cv_sizeof_dev_t=8
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_fpos_t=16
ac_cv_sizeof_int=4
ac_cv_sizeof_intmax_t=8
ac_cv_sizeof_intptr_t=8
ac_cv_sizeof_long=8
ac_cv_sizeof_long_double=16
ac_cv_sizeof_long_long=8
ac_cv_sizeof_mode_t=4
ac_cv_sizeof_off_t=8
ac_cv_sizeof_ptrdiff_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_ssize_t=8
ac_cv_sizeof_time_t=8
ac_cv_sizeof_uintmax_t=8
ac_cv_sizeof_uintptr_t=8
ac_cv_sizeof_unsigned___int32=0
ac_cv_sizeof_unsigned___int64=0
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_void_p=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_target_alias=x86_64-unknown-linux-gnu
ac_cv_type___int32=no
ac_cv_type___int64=no
ac_cv_type_char_p=yes
ac_cv_type_dev_t=yes
ac_cv_type_double=yes
ac_cv_type_float=yes
ac_cv_type_fpos_t=yes
ac_cv_type_int=yes
ac_cv_type_intmax_t=yes
ac_cv_type_intptr_t=yes
ac_cv_type_long=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_short=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_time_t=yes
ac_cv_type_uintmax_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_type_unsigned___int32=no
ac_cv_type_unsigned___int64=no
ac_cv_type_unsigned_long_long=yes
ac_cv_type_void_p=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM=nm
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
mfx_cv_header_sane_limits_h=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/acconfig/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/acconfig/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/acconfig/missing --run autoconf'
AUTOHEADER='${SHELL} /home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/acconfig/missing --run autoheader'
AUTOMAKE='${SHELL} /home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/acconfig/missing --run automake-1.8'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/acconfig/missing --run makeinfo'
OBJEXT='o'
PACKAGE='ucl'
PACKAGE_BUGREPORT='markus@oberhumer.com'
PACKAGE_NAME='ucl'
PACKAGE_STRING='ucl 1.03'
PACKAGE_TARNAME='ucl'
PACKAGE_VERSION='1.03'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
UCL_ASM_VPATH=''
UCL_CFLAGS=''
UCL_CPPFLAGS=''
UCL_EXTRA_CFLAGS=''
UCL_EXTRA_CPPFLAGS=''
UCL_USE_ASM_FALSE=''
UCL_USE_ASM_TRUE='#'
VERSION='1.03'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias='x86_64-unknown-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
configure_CFLAGS=''
configure_CPPFLAGS=''
datadir='${prefix}/share'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03/acconfig/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='/home/quintus/tsc-mxe/usr/x86_64-unknown-linux-gnu'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define ACC_ENDIAN_LITTLE_ENDIAN 1
#define HAVE_ACCESS 1
#define HAVE_ASSERT_H 1
#define HAVE_ATEXIT 1
#define HAVE_ATOI 1
#define HAVE_ATOL 1
#define HAVE_CHMOD 1
#define HAVE_CHOWN 1
#define HAVE_CTIME 1
#define HAVE_CTYPE_H 1
#define HAVE_DIFFTIME 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FSTAT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALTIME 1
#define HAVE_LONGJMP 1
#define HAVE_LSTAT 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMCMP 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_MKTIME 1
#define HAVE_QSORT 1
#define HAVE_RAISE 1
#define HAVE_SETJMP 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGNAL 1
#define HAVE_SIGNAL_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STDARG_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRRCHR 1
#define HAVE_STRSTR 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TIME 1
#define HAVE_TIME_H 1
#define HAVE_UMASK 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME 1
#define HAVE_UTIME_H 1
#define HAVE_VSNPRINTF 1
#define PACKAGE "ucl"
#define PACKAGE_BUGREPORT "markus@oberhumer.com"
#define PACKAGE_NAME "ucl"
#define PACKAGE_STRING "ucl 1.03"
#define PACKAGE_TARNAME "ucl"
#define PACKAGE_VERSION "1.03"
#define RETSIGTYPE void
#define SIZEOF_CHAR_P 8
#define SIZEOF_DEV_T 8
#define SIZEOF_DOUBLE 8
#define SIZEOF_FLOAT 4
#define SIZEOF_FPOS_T 16
#define SIZEOF_INT 4
#define SIZEOF_INTMAX_T 8
#define SIZEOF_INTPTR_T 8
#define SIZEOF_LONG 8
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_LONG_LONG 8
#define SIZEOF_MODE_T 4
#define SIZEOF_OFF_T 8
#define SIZEOF_PTRDIFF_T 8
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 8
#define SIZEOF_SSIZE_T 8
#define SIZEOF_TIME_T 8
#define SIZEOF_UINTMAX_T 8
#define SIZEOF_UINTPTR_T 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_UNSIGNED___INT32 0
#define SIZEOF_UNSIGNED___INT64 0
#define SIZEOF_VOID_P 8
#define SIZEOF___INT32 0
#define SIZEOF___INT64 0
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "1.03"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
make[1]: Entering directory '/home/quintus/tsc-mxe'
uname -a
Linux atlantis 4.6.2-1-ARCH #1 SMP PREEMPT Wed Jun 8 08:40:59 CEST 2016 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
963a2eaf9468661d7840c999dd958bdec13617e1 - Update versions.json & build-matrix.html [22 hours ago] [ (HEAD -> tsc-crosscompile, origin/tsc-crosscompile, origin/master, origin/HEAD, master)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
gcc --version
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 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.
g++ --version
g++ (GCC) 6.1.1 20160602
Copyright (C) 2016 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.
python --version
Python 3.5.1
perl --version 2>&1 | head -3
This is perl 5, version 24, subversion 0 (v5.24.0) built for x86_64-linux-thread-multi
rm -rf '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu'
mkdir -p '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu'
mkdir -p '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03'
mkdir -p '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/readonly'
chmod 0555 '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/readonly'
cd '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu' && tar xzf '/home/quintus/tsc-mxe/pkg/ucl-1.03.tar.gz'
cd '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03'
(cd '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03' && patch -p1 -u) < /home/quintus/tsc-mxe/src/ucl-1-fixes.patch
patching file acc/acclib/uclock.ch
patching file configure
cd '/home/quintus/tsc-mxe/tmp-ucl-x86_64-unknown-linux-gnu/ucl-1.03' && ./configure --host='x86_64-unknown-linux-gnu' --build='x86_64-unknown-linux-gnu' --prefix='/home/quintus/tsc-mxe/usr/x86_64-unknown-linux-gnu' --enable-static --disable-shared ac_cv_prog_HAVE_DOXYGEN="false" --disable-doxygen
configure: Configuring UCL 1.03
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether the C preprocessor needs special flags... none needed
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for x86_64-unknown-linux-gnu-g++... no
checking for x86_64-unknown-linux-gnu-c++... no
checking for x86_64-unknown-linux-gnu-gpp... no
checking for x86_64-unknown-linux-gnu-aCC... no
checking for x86_64-unknown-linux-gnu-CC... no
checking for x86_64-unknown-linux-gnu-cxx... no
checking for x86_64-unknown-linux-gnu-cc++... no
checking for x86_64-unknown-linux-gnu-cl... no
checking for x86_64-unknown-linux-gnu-FCC... no
checking for x86_64-unknown-linux-gnu-KCC... no
checking for x86_64-unknown-linux-gnu-RCC... no
checking for x86_64-unknown-linux-gnu-xlC_r... no
checking for x86_64-unknown-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for x86_64-unknown-linux-gnu-g77... no
checking for x86_64-unknown-linux-gnu-f77... no
checking for x86_64-unknown-linux-gnu-xlf... no
checking for x86_64-unknown-linux-gnu-frt... no
checking for x86_64-unknown-linux-gnu-pgf77... no
checking for x86_64-unknown-linux-gnu-fort77... no
checking for x86_64-unknown-linux-gnu-fl32... no
checking for x86_64-unknown-linux-gnu-af77... no
checking for x86_64-unknown-linux-gnu-f90... no
checking for x86_64-unknown-linux-gnu-xlf90... no
checking for x86_64-unknown-linux-gnu-pgf90... no
checking for x86_64-unknown-linux-gnu-epcf90... no
checking for x86_64-unknown-linux-gnu-f95... no
checking for x86_64-unknown-linux-gnu-fort... no
checking for x86_64-unknown-linux-gnu-xlf95... no
checking for x86_64-unknown-linux-gnu-ifc... no
checking for x86_64-unknown-linux-gnu-efc... no
checking for x86_64-unknown-linux-gnu-pgf95... no
checking for x86_64-unknown-linux-gnu-lf95... no
checking for x86_64-unknown-linux-gnu-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse nm output from gcc object... ok
checking for objdir... .libs
checking for x86_64-unknown-linux-gnu-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether to build i386 assembly versions... no
checking whether time.h and sys/time.h may both be included... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking whether limits.h is sane... yes
checking for off_t... yes
checking for ptrdiff_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for ptrdiff_t... (cached) yes
checking size of ptrdiff_t... 8
checking for size_t... (cached) yes
checking size of size_t... 8
checking for void *... yes
checking size of void *... 8
checking for char *... yes
checking size of char *... 8
checking for long long... yes
checking size of long long... 8
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for __int64... no
checking size of __int64... 0
checking for unsigned __int64... no
checking size of unsigned __int64... 0
checking for __int32... no
checking size of __int32... 0
checking for unsigned __int32... no
checking size of unsigned __int32... 0
checking for intmax_t... yes
checking size of intmax_t... 8
checking for uintmax_t... yes
checking size of uintmax_t... 8
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for long double... yes
checking size of long double... 16
checking for dev_t... yes
checking size of dev_t... 8
checking for fpos_t... yes
checking size of fpos_t... 16
checking for mode_t... yes
checking size of mode_t... 4
checking for off_t... (cached) yes
checking size of off_t... 8
checking for ssize_t... yes
checking size of ssize_t... 8
checking for time_t... yes
checking size of time_t... 8
checking for access... yes
checking for alloca... no
checking for atexit... yes
checking for atoi... yes
checking for atol... yes
checking for chmod... yes
checking for chown... yes
checking for ctime... yes
checking for difftime... yes
checking for fstat... yes
checking for gettimeofday... yes
checking for gmtime... yes
checking for localtime... yes
checking for longjmp... yes
checking for lstat... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mktime... yes
checking for qsort... yes
checking for raise... yes
checking for setjmp... yes
checking for signal... yes
checking for snprintf... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for stricmp... no
checking for strncasecmp... yes
checking for strnicmp... no
checking for strrchr... yes
checking for strstr... yes
checking for time... yes
checking for umask... yes
checking for utime... yes
checking for vsnprintf... yes
checking whether your compiler passes the ACC conformance test... FAILED
configure:
configure: Your compiler failed the ACC conformance test - for details see
configure: `config.log'. Please check that log file and consider sending
configure: a patch or bug-report to <markus@oberhumer.com>.
configure: Thanks for your support.
configure:
configure: error: ACC conformance test failed. Stop.
make[1]: *** [Makefile:597: build-only-ucl_x86_64-unknown-linux-gnu] Error 1
make[1]: Leaving directory '/home/quintus/tsc-mxe'
real 0m16.320s
user 0m9.303s
sys 0m1.567s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment