| 1 | This file contains any messages produced by compilers while |
|---|
| 2 | running configure, to aid debugging if configure makes a mistake. |
|---|
| 3 | |
|---|
| 4 | It was created by Enca configure 1.9, which was |
|---|
| 5 | generated by GNU Autoconf 2.59. Invocation command line was |
|---|
| 6 | |
|---|
| 7 | $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=armv4tl-softfloat-linux-gnueabi --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-librecode=/usr --enable-external --disable-gtk-doc |
|---|
| 8 | |
|---|
| 9 | ## --------- ## |
|---|
| 10 | ## Platform. ## |
|---|
| 11 | ## --------- ## |
|---|
| 12 | |
|---|
| 13 | hostname = brlx0004 |
|---|
| 14 | uname -m = x86_64 |
|---|
| 15 | uname -r = 2.6.29.2 |
|---|
| 16 | uname -s = Linux |
|---|
| 17 | uname -v = #4 SMP Tue May 5 10:18:39 CST 2009 |
|---|
| 18 | |
|---|
| 19 | /usr/bin/uname -p = Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz |
|---|
| 20 | /bin/uname -X = unknown |
|---|
| 21 | |
|---|
| 22 | /bin/arch = unknown |
|---|
| 23 | /usr/bin/arch -k = unknown |
|---|
| 24 | /usr/convex/getsysinfo = unknown |
|---|
| 25 | hostinfo = unknown |
|---|
| 26 | /bin/machine = unknown |
|---|
| 27 | /usr/bin/oslevel = unknown |
|---|
| 28 | /bin/universe = unknown |
|---|
| 29 | |
|---|
| 30 | PATH: /usr/lib64/portage/bin/ebuild-helpers |
|---|
| 31 | PATH: /usr/local/sbin |
|---|
| 32 | PATH: /sbin |
|---|
| 33 | PATH: /usr/sbin |
|---|
| 34 | PATH: /usr/local/bin |
|---|
| 35 | PATH: /bin |
|---|
| 36 | PATH: /usr/bin |
|---|
| 37 | PATH: /opt/bin |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | ## ----------- ## |
|---|
| 41 | ## Core tests. ## |
|---|
| 42 | ## ----------- ## |
|---|
| 43 | |
|---|
| 44 | configure:1415: loading site script /usr/share/config.site |
|---|
| 45 | | #!/bin/bash |
|---|
| 46 | | # Copyright 2009 Gentoo Foundation |
|---|
| 47 | | # Distributed under the terms of the GNU General Public License v2 |
|---|
| 48 | | # $Header: /var/cvsroot/gentoo-projects/crossdev-wrappers/site/config.site,v 1.3 2009/03/20 01:25:56 solar Exp $ |
|---|
| 49 | | |
|---|
| 50 | | TOPDIR=/usr/share/crossdev/include/site |
|---|
| 51 | | |
|---|
| 52 | | config_site_arch() { |
|---|
| 53 | | local host=$(echo ${CHOST/-/ } | awk '{print $1}') |
|---|
| 54 | | |
|---|
| 55 | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb |
|---|
| 56 | | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm |
|---|
| 57 | | |
|---|
| 58 | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel |
|---|
| 59 | | |
|---|
| 60 | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 |
|---|
| 61 | | |
|---|
| 62 | | echo ${host} |
|---|
| 63 | | } |
|---|
| 64 | | |
|---|
| 65 | | config_site_names() { |
|---|
| 66 | | local site_arch=$(config_site_arch) |
|---|
| 67 | | local sites="" |
|---|
| 68 | | local x |
|---|
| 69 | | |
|---|
| 70 | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" |
|---|
| 71 | | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" |
|---|
| 72 | | |
|---|
| 73 | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" |
|---|
| 74 | | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" |
|---|
| 75 | | |
|---|
| 76 | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" |
|---|
| 77 | | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" |
|---|
| 78 | | |
|---|
| 79 | | for x in ${sites} ${CHOST}; do |
|---|
| 80 | | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} |
|---|
| 81 | | done |
|---|
| 82 | | } |
|---|
| 83 | | |
|---|
| 84 | | if [[ ${CHOST} != "" ]]; then |
|---|
| 85 | | sites="$(config_site_names)" |
|---|
| 86 | | if [[ ${sites} != "" ]]; then |
|---|
| 87 | | for site in ${sites}; do |
|---|
| 88 | | echo "$(basename $0): loading site script ${site}" |
|---|
| 89 | | . ${site} |
|---|
| 90 | | done |
|---|
| 91 | | fi |
|---|
| 92 | | unset site |
|---|
| 93 | | unset sites |
|---|
| 94 | | fi |
|---|
| 95 | configure:1568: checking for a BSD-compatible install |
|---|
| 96 | configure:1623: result: /usr/bin/install -c |
|---|
| 97 | configure:1634: checking whether build environment is sane |
|---|
| 98 | configure:1677: result: yes |
|---|
| 99 | configure:1742: checking for gawk |
|---|
| 100 | configure:1758: found /bin/gawk |
|---|
| 101 | configure:1768: result: gawk |
|---|
| 102 | configure:1778: checking whether make sets $(MAKE) |
|---|
| 103 | configure:1798: result: yes |
|---|
| 104 | configure:1874: checking for armv4tl-softfloat-linux-gnueabi-strip |
|---|
| 105 | configure:1890: found /usr/bin/armv4tl-softfloat-linux-gnueabi-strip |
|---|
| 106 | configure:1900: result: armv4tl-softfloat-linux-gnueabi-strip |
|---|
| 107 | configure:1969: checking whether to enable maintainer-specific portions of Makefiles |
|---|
| 108 | configure:1978: result: no |
|---|
| 109 | configure:2000: checking for gawk |
|---|
| 110 | configure:2026: result: gawk |
|---|
| 111 | configure:2044: checking for armv4tl-softfloat-linux-gnueabi-gcc |
|---|
| 112 | configure:2060: found /usr/bin/armv4tl-softfloat-linux-gnueabi-gcc |
|---|
| 113 | configure:2070: result: armv4tl-softfloat-linux-gnueabi-gcc |
|---|
| 114 | configure:2352: checking for C compiler version |
|---|
| 115 | configure:2355: armv4tl-softfloat-linux-gnueabi-gcc --version </dev/null >&5 |
|---|
| 116 | armv4tl-softfloat-linux-gnueabi-gcc (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) 4.3.2 |
|---|
| 117 | Copyright (C) 2008 Free Software Foundation, Inc. |
|---|
| 118 | This is free software; see the source for copying conditions. There is NO |
|---|
| 119 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 120 | |
|---|
| 121 | configure:2358: $? = 0 |
|---|
| 122 | configure:2360: armv4tl-softfloat-linux-gnueabi-gcc -v </dev/null >&5 |
|---|
| 123 | Using built-in specs. |
|---|
| 124 | Target: armv4tl-softfloat-linux-gnueabi |
|---|
| 125 | Configured with: /var/tmp/cross/armv4tl-softfloat-linux-gnueabi/portage/cross-armv4tl-softfloat-linux-gnueabi/gcc-4.3.2-r4/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include --datadir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2 --mandir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/man --infodir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include/g++-v4 --host=x86_64-pc-linux-gnu --target=armv4tl-softfloat-linux-gnueabi --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-float=soft --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/armv4tl-softfloat-linux-gnueabi --disable-bootstrap --disable-libgomp --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r4 p1.7, pie-10.1.5' |
|---|
| 126 | Thread model: posix |
|---|
| 127 | gcc version 4.3.2 (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) |
|---|
| 128 | configure:2363: $? = 0 |
|---|
| 129 | configure:2365: armv4tl-softfloat-linux-gnueabi-gcc -V </dev/null >&5 |
|---|
| 130 | armv4tl-softfloat-linux-gnueabi-gcc: '-V' option must have argument |
|---|
| 131 | configure:2368: $? = 1 |
|---|
| 132 | configure:2391: checking for C compiler default output file name |
|---|
| 133 | configure:2394: armv4tl-softfloat-linux-gnueabi-gcc -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib -L/usr/armv4tl-softfloat-linux-gnueabi/lib conftest.c >&5 |
|---|
| 134 | configure:2397: $? = 0 |
|---|
| 135 | configure:2443: result: a.out |
|---|
| 136 | configure:2448: checking whether the C compiler works |
|---|
| 137 | configure:2474: result: yes |
|---|
| 138 | configure:2481: checking whether we are cross compiling |
|---|
| 139 | configure:2483: result: yes |
|---|
| 140 | configure:2486: checking for suffix of executables |
|---|
| 141 | configure:2488: armv4tl-softfloat-linux-gnueabi-gcc -o conftest -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib -L/usr/armv4tl-softfloat-linux-gnueabi/lib conftest.c >&5 |
|---|
| 142 | configure:2491: $? = 0 |
|---|
| 143 | configure:2516: result: |
|---|
| 144 | configure:2522: checking for suffix of object files |
|---|
| 145 | configure:2543: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 146 | configure:2546: $? = 0 |
|---|
| 147 | configure:2568: result: o |
|---|
| 148 | configure:2572: checking whether we are using the GNU C compiler |
|---|
| 149 | configure:2596: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 150 | configure:2602: $? = 0 |
|---|
| 151 | configure:2606: test -z |
|---|
| 152 | || test ! -s conftest.err |
|---|
| 153 | configure:2609: $? = 0 |
|---|
| 154 | configure:2612: test -s conftest.o |
|---|
| 155 | configure:2615: $? = 0 |
|---|
| 156 | configure:2628: result: yes |
|---|
| 157 | configure:2634: checking whether armv4tl-softfloat-linux-gnueabi-gcc accepts -g |
|---|
| 158 | configure:2655: armv4tl-softfloat-linux-gnueabi-gcc -c -g conftest.c >&5 |
|---|
| 159 | configure:2661: $? = 0 |
|---|
| 160 | configure:2665: test -z |
|---|
| 161 | || test ! -s conftest.err |
|---|
| 162 | configure:2668: $? = 0 |
|---|
| 163 | configure:2671: test -s conftest.o |
|---|
| 164 | configure:2674: $? = 0 |
|---|
| 165 | configure:2685: result: yes |
|---|
| 166 | configure:2702: checking for armv4tl-softfloat-linux-gnueabi-gcc option to accept ANSI C |
|---|
| 167 | configure:2772: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 168 | configure:2778: $? = 0 |
|---|
| 169 | configure:2782: test -z |
|---|
| 170 | || test ! -s conftest.err |
|---|
| 171 | configure:2785: $? = 0 |
|---|
| 172 | configure:2788: test -s conftest.o |
|---|
| 173 | configure:2791: $? = 0 |
|---|
| 174 | configure:2809: result: none needed |
|---|
| 175 | configure:2827: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 176 | conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' |
|---|
| 177 | configure:2833: $? = 1 |
|---|
| 178 | configure: failed program was: |
|---|
| 179 | | #ifndef __cplusplus |
|---|
| 180 | | choke me |
|---|
| 181 | | #endif |
|---|
| 182 | configure:2977: checking for style of include used by make |
|---|
| 183 | configure:3005: result: GNU |
|---|
| 184 | configure:3033: checking dependency style of armv4tl-softfloat-linux-gnueabi-gcc |
|---|
| 185 | configure:3123: result: gcc3 |
|---|
| 186 | configure:3152: checking how to run the C preprocessor |
|---|
| 187 | configure:3187: armv4tl-softfloat-linux-gnueabi-gcc -E conftest.c |
|---|
| 188 | configure:3193: $? = 0 |
|---|
| 189 | configure:3225: armv4tl-softfloat-linux-gnueabi-gcc -E conftest.c |
|---|
| 190 | conftest.c:12:28: error: ac_nonexistent.h: No such file or directory |
|---|
| 191 | configure:3231: $? = 1 |
|---|
| 192 | configure: failed program was: |
|---|
| 193 | | /* confdefs.h. */ |
|---|
| 194 | | |
|---|
| 195 | | #define PACKAGE_NAME "Enca" |
|---|
| 196 | | #define PACKAGE_TARNAME "enca" |
|---|
| 197 | | #define PACKAGE_VERSION "1.9" |
|---|
| 198 | | #define PACKAGE_STRING "Enca 1.9" |
|---|
| 199 | | #define PACKAGE_BUGREPORT "David Necas (Yeti) <yeti@physics.muni.cz>" |
|---|
| 200 | | #define PACKAGE "enca" |
|---|
| 201 | | #define VERSION "1.9" |
|---|
| 202 | | #define _GNU_SOURCE 1 |
|---|
| 203 | | /* end confdefs.h. */ |
|---|
| 204 | | #include <ac_nonexistent.h> |
|---|
| 205 | configure:3270: result: armv4tl-softfloat-linux-gnueabi-gcc -E |
|---|
| 206 | configure:3294: armv4tl-softfloat-linux-gnueabi-gcc -E conftest.c |
|---|
| 207 | configure:3300: $? = 0 |
|---|
| 208 | configure:3332: armv4tl-softfloat-linux-gnueabi-gcc -E conftest.c |
|---|
| 209 | conftest.c:12:28: error: ac_nonexistent.h: No such file or directory |
|---|
| 210 | configure:3338: $? = 1 |
|---|
| 211 | configure: failed program was: |
|---|
| 212 | | /* confdefs.h. */ |
|---|
| 213 | | |
|---|
| 214 | | #define PACKAGE_NAME "Enca" |
|---|
| 215 | | #define PACKAGE_TARNAME "enca" |
|---|
| 216 | | #define PACKAGE_VERSION "1.9" |
|---|
| 217 | | #define PACKAGE_STRING "Enca 1.9" |
|---|
| 218 | | #define PACKAGE_BUGREPORT "David Necas (Yeti) <yeti@physics.muni.cz>" |
|---|
| 219 | | #define PACKAGE "enca" |
|---|
| 220 | | #define VERSION "1.9" |
|---|
| 221 | | #define _GNU_SOURCE 1 |
|---|
| 222 | | /* end confdefs.h. */ |
|---|
| 223 | | #include <ac_nonexistent.h> |
|---|
| 224 | configure:3382: checking for egrep |
|---|
| 225 | configure:3392: result: grep -E |
|---|
| 226 | configure:3398: checking for AIX |
|---|
| 227 | configure:3420: result: no |
|---|
| 228 | configure:3426: checking for library containing strerror |
|---|
| 229 | configure:3456: armv4tl-softfloat-linux-gnueabi-gcc -o conftest -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib -L/usr/armv4tl-softfloat-linux-gnueabi/lib conftest.c >&5 |
|---|
| 230 | configure:3462: $? = 0 |
|---|
| 231 | configure:3466: test -z |
|---|
| 232 | || test ! -s conftest.err |
|---|
| 233 | configure:3469: $? = 0 |
|---|
| 234 | configure:3472: test -s conftest |
|---|
| 235 | configure:3475: $? = 0 |
|---|
| 236 | configure:3545: result: none required |
|---|
| 237 | configure:3630: checking build system type |
|---|
| 238 | configure:3648: result: x86_64-pc-linux-gnu |
|---|
| 239 | configure:3656: checking host system type |
|---|
| 240 | configure:3670: result: armv4tl-softfloat-linux-gnueabi |
|---|
| 241 | configure:3678: checking for a sed that does not truncate output |
|---|
| 242 | configure:3732: result: /bin/sed |
|---|
| 243 | configure:3746: checking for ld used by armv4tl-softfloat-linux-gnueabi-gcc |
|---|
| 244 | configure:3813: result: /usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld |
|---|
| 245 | configure:3822: checking if the linker (/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld) is GNU ld |
|---|
| 246 | configure:3837: result: yes |
|---|
| 247 | configure:3842: checking for /usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld option to reload object files |
|---|
| 248 | configure:3849: result: -r |
|---|
| 249 | configure:3858: checking for BSD-compatible nm |
|---|
| 250 | configure:3900: result: /usr/bin/armv4tl-softfloat-linux-gnueabi-nm -B |
|---|
| 251 | configure:3904: checking whether ln -s works |
|---|
| 252 | configure:3908: result: yes |
|---|
| 253 | configure:3915: checking how to recognise dependent libraries |
|---|
| 254 | configure:4098: result: pass_all |
|---|
| 255 | configure:4306: checking for ANSI C header files |
|---|
| 256 | configure:4331: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 257 | configure:4337: $? = 0 |
|---|
| 258 | configure:4341: test -z |
|---|
| 259 | || test ! -s conftest.err |
|---|
| 260 | configure:4344: $? = 0 |
|---|
| 261 | configure:4347: test -s conftest.o |
|---|
| 262 | configure:4350: $? = 0 |
|---|
| 263 | configure:4462: result: yes |
|---|
| 264 | configure:4486: checking for sys/types.h |
|---|
| 265 | configure:4502: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 266 | configure:4508: $? = 0 |
|---|
| 267 | configure:4512: test -z |
|---|
| 268 | || test ! -s conftest.err |
|---|
| 269 | configure:4515: $? = 0 |
|---|
| 270 | configure:4518: test -s conftest.o |
|---|
| 271 | configure:4521: $? = 0 |
|---|
| 272 | configure:4532: result: yes |
|---|
| 273 | configure:4486: checking for sys/stat.h |
|---|
| 274 | configure:4502: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 275 | configure:4508: $? = 0 |
|---|
| 276 | configure:4512: test -z |
|---|
| 277 | || test ! -s conftest.err |
|---|
| 278 | configure:4515: $? = 0 |
|---|
| 279 | configure:4518: test -s conftest.o |
|---|
| 280 | configure:4521: $? = 0 |
|---|
| 281 | configure:4532: result: yes |
|---|
| 282 | configure:4486: checking for stdlib.h |
|---|
| 283 | configure:4502: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 284 | configure:4508: $? = 0 |
|---|
| 285 | configure:4512: test -z |
|---|
| 286 | || test ! -s conftest.err |
|---|
| 287 | configure:4515: $? = 0 |
|---|
| 288 | configure:4518: test -s conftest.o |
|---|
| 289 | configure:4521: $? = 0 |
|---|
| 290 | configure:4532: result: yes |
|---|
| 291 | configure:4486: checking for string.h |
|---|
| 292 | configure:4502: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 293 | configure:4508: $? = 0 |
|---|
| 294 | configure:4512: test -z |
|---|
| 295 | || test ! -s conftest.err |
|---|
| 296 | configure:4515: $? = 0 |
|---|
| 297 | configure:4518: test -s conftest.o |
|---|
| 298 | configure:4521: $? = 0 |
|---|
| 299 | configure:4532: result: yes |
|---|
| 300 | configure:4486: checking for memory.h |
|---|
| 301 | configure:4502: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 302 | configure:4508: $? = 0 |
|---|
| 303 | configure:4512: test -z |
|---|
| 304 | || test ! -s conftest.err |
|---|
| 305 | configure:4515: $? = 0 |
|---|
| 306 | configure:4518: test -s conftest.o |
|---|
| 307 | configure:4521: $? = 0 |
|---|
| 308 | configure:4532: result: yes |
|---|
| 309 | configure:4486: checking for strings.h |
|---|
| 310 | configure:4502: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 311 | configure:4508: $? = 0 |
|---|
| 312 | configure:4512: test -z |
|---|
| 313 | || test ! -s conftest.err |
|---|
| 314 | configure:4515: $? = 0 |
|---|
| 315 | configure:4518: test -s conftest.o |
|---|
| 316 | configure:4521: $? = 0 |
|---|
| 317 | configure:4532: result: yes |
|---|
| 318 | configure:4486: checking for inttypes.h |
|---|
| 319 | configure:4502: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 320 | configure:4508: $? = 0 |
|---|
| 321 | configure:4512: test -z |
|---|
| 322 | || test ! -s conftest.err |
|---|
| 323 | configure:4515: $? = 0 |
|---|
| 324 | configure:4518: test -s conftest.o |
|---|
| 325 | configure:4521: $? = 0 |
|---|
| 326 | configure:4532: result: yes |
|---|
| 327 | configure:4486: checking for stdint.h |
|---|
| 328 | configure:4502: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 329 | configure:4508: $? = 0 |
|---|
| 330 | configure:4512: test -z |
|---|
| 331 | || test ! -s conftest.err |
|---|
| 332 | configure:4515: $? = 0 |
|---|
| 333 | configure:4518: test -s conftest.o |
|---|
| 334 | configure:4521: $? = 0 |
|---|
| 335 | configure:4532: result: yes |
|---|
| 336 | configure:4486: checking for unistd.h |
|---|
| 337 | configure:4502: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 338 | configure:4508: $? = 0 |
|---|
| 339 | configure:4512: test -z |
|---|
| 340 | || test ! -s conftest.err |
|---|
| 341 | configure:4515: $? = 0 |
|---|
| 342 | configure:4518: test -s conftest.o |
|---|
| 343 | configure:4521: $? = 0 |
|---|
| 344 | configure:4532: result: yes |
|---|
| 345 | configure:4558: checking dlfcn.h usability |
|---|
| 346 | configure:4570: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 347 | configure:4576: $? = 0 |
|---|
| 348 | configure:4580: test -z |
|---|
| 349 | || test ! -s conftest.err |
|---|
| 350 | configure:4583: $? = 0 |
|---|
| 351 | configure:4586: test -s conftest.o |
|---|
| 352 | configure:4589: $? = 0 |
|---|
| 353 | configure:4599: result: yes |
|---|
| 354 | configure:4603: checking dlfcn.h presence |
|---|
| 355 | configure:4613: armv4tl-softfloat-linux-gnueabi-gcc -E conftest.c |
|---|
| 356 | configure:4619: $? = 0 |
|---|
| 357 | configure:4639: result: yes |
|---|
| 358 | configure:4674: checking for dlfcn.h |
|---|
| 359 | configure:4681: result: yes |
|---|
| 360 | configure:4704: checking for armv4tl-softfloat-linux-gnueabi-g++ |
|---|
| 361 | configure:4720: found /usr/bin/armv4tl-softfloat-linux-gnueabi-g++ |
|---|
| 362 | configure:4730: result: armv4tl-softfloat-linux-gnueabi-g++ |
|---|
| 363 | configure:4788: checking for C++ compiler version |
|---|
| 364 | configure:4791: armv4tl-softfloat-linux-gnueabi-g++ --version </dev/null >&5 |
|---|
| 365 | armv4tl-softfloat-linux-gnueabi-g++ (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) 4.3.2 |
|---|
| 366 | Copyright (C) 2008 Free Software Foundation, Inc. |
|---|
| 367 | This is free software; see the source for copying conditions. There is NO |
|---|
| 368 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 369 | |
|---|
| 370 | configure:4794: $? = 0 |
|---|
| 371 | configure:4796: armv4tl-softfloat-linux-gnueabi-g++ -v </dev/null >&5 |
|---|
| 372 | Using built-in specs. |
|---|
| 373 | Target: armv4tl-softfloat-linux-gnueabi |
|---|
| 374 | Configured with: /var/tmp/cross/armv4tl-softfloat-linux-gnueabi/portage/cross-armv4tl-softfloat-linux-gnueabi/gcc-4.3.2-r4/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include --datadir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2 --mandir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/man --infodir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include/g++-v4 --host=x86_64-pc-linux-gnu --target=armv4tl-softfloat-linux-gnueabi --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-float=soft --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/armv4tl-softfloat-linux-gnueabi --disable-bootstrap --disable-libgomp --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r4 p1.7, pie-10.1.5' |
|---|
| 375 | Thread model: posix |
|---|
| 376 | gcc version 4.3.2 (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) |
|---|
| 377 | configure:4799: $? = 0 |
|---|
| 378 | configure:4801: armv4tl-softfloat-linux-gnueabi-g++ -V </dev/null >&5 |
|---|
| 379 | armv4tl-softfloat-linux-gnueabi-g++: '-V' option must have argument |
|---|
| 380 | configure:4804: $? = 1 |
|---|
| 381 | configure:4807: checking whether we are using the GNU C++ compiler |
|---|
| 382 | configure:4831: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.cc >&5 |
|---|
| 383 | configure:4837: $? = 0 |
|---|
| 384 | configure:4841: test -z |
|---|
| 385 | || test ! -s conftest.err |
|---|
| 386 | configure:4844: $? = 0 |
|---|
| 387 | configure:4847: test -s conftest.o |
|---|
| 388 | configure:4850: $? = 0 |
|---|
| 389 | configure:4863: result: yes |
|---|
| 390 | configure:4869: checking whether armv4tl-softfloat-linux-gnueabi-g++ accepts -g |
|---|
| 391 | configure:4890: armv4tl-softfloat-linux-gnueabi-g++ -c -g conftest.cc >&5 |
|---|
| 392 | configure:4896: $? = 0 |
|---|
| 393 | configure:4900: test -z |
|---|
| 394 | || test ! -s conftest.err |
|---|
| 395 | configure:4903: $? = 0 |
|---|
| 396 | configure:4906: test -s conftest.o |
|---|
| 397 | configure:4909: $? = 0 |
|---|
| 398 | configure:4920: result: yes |
|---|
| 399 | configure:4962: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.cc >&5 |
|---|
| 400 | configure:4968: $? = 0 |
|---|
| 401 | configure:4972: test -z |
|---|
| 402 | || test ! -s conftest.err |
|---|
| 403 | configure:4975: $? = 0 |
|---|
| 404 | configure:4978: test -s conftest.o |
|---|
| 405 | configure:4981: $? = 0 |
|---|
| 406 | configure:5007: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.cc >&5 |
|---|
| 407 | conftest.cc: In function 'int main()': |
|---|
| 408 | conftest.cc:27: error: 'exit' was not declared in this scope |
|---|
| 409 | configure:5013: $? = 1 |
|---|
| 410 | configure: failed program was: |
|---|
| 411 | | /* confdefs.h. */ |
|---|
| 412 | | |
|---|
| 413 | | #define PACKAGE_NAME "Enca" |
|---|
| 414 | | #define PACKAGE_TARNAME "enca" |
|---|
| 415 | | #define PACKAGE_VERSION "1.9" |
|---|
| 416 | | #define PACKAGE_STRING "Enca 1.9" |
|---|
| 417 | | #define PACKAGE_BUGREPORT "David Necas (Yeti) <yeti@physics.muni.cz>" |
|---|
| 418 | | #define PACKAGE "enca" |
|---|
| 419 | | #define VERSION "1.9" |
|---|
| 420 | | #define _GNU_SOURCE 1 |
|---|
| 421 | | #define STDC_HEADERS 1 |
|---|
| 422 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 423 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 424 | | #define HAVE_STDLIB_H 1 |
|---|
| 425 | | #define HAVE_STRING_H 1 |
|---|
| 426 | | #define HAVE_MEMORY_H 1 |
|---|
| 427 | | #define HAVE_STRINGS_H 1 |
|---|
| 428 | | #define HAVE_INTTYPES_H 1 |
|---|
| 429 | | #define HAVE_STDINT_H 1 |
|---|
| 430 | | #define HAVE_UNISTD_H 1 |
|---|
| 431 | | #define HAVE_DLFCN_H 1 |
|---|
| 432 | | /* end confdefs.h. */ |
|---|
| 433 | | |
|---|
| 434 | | int |
|---|
| 435 | | main () |
|---|
| 436 | | { |
|---|
| 437 | | exit (42); |
|---|
| 438 | | ; |
|---|
| 439 | | return 0; |
|---|
| 440 | | } |
|---|
| 441 | configure:4962: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.cc >&5 |
|---|
| 442 | conftest.cc:23: error: 'void std::exit(int)' should have been declared inside 'std' |
|---|
| 443 | configure:4968: $? = 1 |
|---|
| 444 | configure: failed program was: |
|---|
| 445 | | /* confdefs.h. */ |
|---|
| 446 | | |
|---|
| 447 | | #define PACKAGE_NAME "Enca" |
|---|
| 448 | | #define PACKAGE_TARNAME "enca" |
|---|
| 449 | | #define PACKAGE_VERSION "1.9" |
|---|
| 450 | | #define PACKAGE_STRING "Enca 1.9" |
|---|
| 451 | | #define PACKAGE_BUGREPORT "David Necas (Yeti) <yeti@physics.muni.cz>" |
|---|
| 452 | | #define PACKAGE "enca" |
|---|
| 453 | | #define VERSION "1.9" |
|---|
| 454 | | #define _GNU_SOURCE 1 |
|---|
| 455 | | #define STDC_HEADERS 1 |
|---|
| 456 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 457 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 458 | | #define HAVE_STDLIB_H 1 |
|---|
| 459 | | #define HAVE_STRING_H 1 |
|---|
| 460 | | #define HAVE_MEMORY_H 1 |
|---|
| 461 | | #define HAVE_STRINGS_H 1 |
|---|
| 462 | | #define HAVE_INTTYPES_H 1 |
|---|
| 463 | | #define HAVE_STDINT_H 1 |
|---|
| 464 | | #define HAVE_UNISTD_H 1 |
|---|
| 465 | | #define HAVE_DLFCN_H 1 |
|---|
| 466 | | /* end confdefs.h. */ |
|---|
| 467 | | extern "C" void std::exit (int) throw (); using std::exit; |
|---|
| 468 | | #include <stdlib.h> |
|---|
| 469 | | int |
|---|
| 470 | | main () |
|---|
| 471 | | { |
|---|
| 472 | | exit (42); |
|---|
| 473 | | ; |
|---|
| 474 | | return 0; |
|---|
| 475 | | } |
|---|
| 476 | configure:4962: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.cc >&5 |
|---|
| 477 | conftest.cc:23: error: 'void std::exit(int)' should have been declared inside 'std' |
|---|
| 478 | In file included from conftest.cc:24: |
|---|
| 479 | /usr/armv4tl-softfloat-linux-gnueabi/usr/include/stdlib.h:531: error: declaration of 'void std::exit(int) throw ()' throws different exceptions |
|---|
| 480 | conftest.cc:23: error: from previous declaration 'void std::exit(int)' |
|---|
| 481 | configure:4968: $? = 1 |
|---|
| 482 | configure: failed program was: |
|---|
| 483 | | /* confdefs.h. */ |
|---|
| 484 | | |
|---|
| 485 | | #define PACKAGE_NAME "Enca" |
|---|
| 486 | | #define PACKAGE_TARNAME "enca" |
|---|
| 487 | | #define PACKAGE_VERSION "1.9" |
|---|
| 488 | | #define PACKAGE_STRING "Enca 1.9" |
|---|
| 489 | | #define PACKAGE_BUGREPORT "David Necas (Yeti) <yeti@physics.muni.cz>" |
|---|
| 490 | | #define PACKAGE "enca" |
|---|
| 491 | | #define VERSION "1.9" |
|---|
| 492 | | #define _GNU_SOURCE 1 |
|---|
| 493 | | #define STDC_HEADERS 1 |
|---|
| 494 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 495 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 496 | | #define HAVE_STDLIB_H 1 |
|---|
| 497 | | #define HAVE_STRING_H 1 |
|---|
| 498 | | #define HAVE_MEMORY_H 1 |
|---|
| 499 | | #define HAVE_STRINGS_H 1 |
|---|
| 500 | | #define HAVE_INTTYPES_H 1 |
|---|
| 501 | | #define HAVE_STDINT_H 1 |
|---|
| 502 | | #define HAVE_UNISTD_H 1 |
|---|
| 503 | | #define HAVE_DLFCN_H 1 |
|---|
| 504 | | /* end confdefs.h. */ |
|---|
| 505 | | extern "C" void std::exit (int); using std::exit; |
|---|
| 506 | | #include <stdlib.h> |
|---|
| 507 | | int |
|---|
| 508 | | main () |
|---|
| 509 | | { |
|---|
| 510 | | exit (42); |
|---|
| 511 | | ; |
|---|
| 512 | | return 0; |
|---|
| 513 | | } |
|---|
| 514 | configure:4962: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.cc >&5 |
|---|
| 515 | configure:4968: $? = 0 |
|---|
| 516 | configure:4972: test -z |
|---|
| 517 | || test ! -s conftest.err |
|---|
| 518 | configure:4975: $? = 0 |
|---|
| 519 | configure:4978: test -s conftest.o |
|---|
| 520 | configure:4981: $? = 0 |
|---|
| 521 | configure:5007: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.cc >&5 |
|---|
| 522 | configure:5013: $? = 0 |
|---|
| 523 | configure:5017: test -z |
|---|
| 524 | || test ! -s conftest.err |
|---|
| 525 | configure:5020: $? = 0 |
|---|
| 526 | configure:5023: test -s conftest.o |
|---|
| 527 | configure:5026: $? = 0 |
|---|
| 528 | configure:5051: checking dependency style of armv4tl-softfloat-linux-gnueabi-g++ |
|---|
| 529 | configure:5141: result: gcc3 |
|---|
| 530 | configure:5163: checking how to run the C++ preprocessor |
|---|
| 531 | configure:5194: armv4tl-softfloat-linux-gnueabi-g++ -E conftest.cc |
|---|
| 532 | configure:5200: $? = 0 |
|---|
| 533 | configure:5232: armv4tl-softfloat-linux-gnueabi-g++ -E conftest.cc |
|---|
| 534 | conftest.cc:26:28: error: ac_nonexistent.h: No such file or directory |
|---|
| 535 | configure:5238: $? = 1 |
|---|
| 536 | configure: failed program was: |
|---|
| 537 | | /* confdefs.h. */ |
|---|
| 538 | | |
|---|
| 539 | | #define PACKAGE_NAME "Enca" |
|---|
| 540 | | #define PACKAGE_TARNAME "enca" |
|---|
| 541 | | #define PACKAGE_VERSION "1.9" |
|---|
| 542 | | #define PACKAGE_STRING "Enca 1.9" |
|---|
| 543 | | #define PACKAGE_BUGREPORT "David Necas (Yeti) <yeti@physics.muni.cz>" |
|---|
| 544 | | #define PACKAGE "enca" |
|---|
| 545 | | #define VERSION "1.9" |
|---|
| 546 | | #define _GNU_SOURCE 1 |
|---|
| 547 | | #define STDC_HEADERS 1 |
|---|
| 548 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 549 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 550 | | #define HAVE_STDLIB_H 1 |
|---|
| 551 | | #define HAVE_STRING_H 1 |
|---|
| 552 | | #define HAVE_MEMORY_H 1 |
|---|
| 553 | | #define HAVE_STRINGS_H 1 |
|---|
| 554 | | #define HAVE_INTTYPES_H 1 |
|---|
| 555 | | #define HAVE_STDINT_H 1 |
|---|
| 556 | | #define HAVE_UNISTD_H 1 |
|---|
| 557 | | #define HAVE_DLFCN_H 1 |
|---|
| 558 | | #ifdef __cplusplus |
|---|
| 559 | | extern "C" void exit (int) throw (); |
|---|
| 560 | | #endif |
|---|
| 561 | | /* end confdefs.h. */ |
|---|
| 562 | | #include <ac_nonexistent.h> |
|---|
| 563 | configure:5277: result: armv4tl-softfloat-linux-gnueabi-g++ -E |
|---|
| 564 | configure:5301: armv4tl-softfloat-linux-gnueabi-g++ -E conftest.cc |
|---|
| 565 | configure:5307: $? = 0 |
|---|
| 566 | configure:5339: armv4tl-softfloat-linux-gnueabi-g++ -E conftest.cc |
|---|
| 567 | conftest.cc:26:28: error: ac_nonexistent.h: No such file or directory |
|---|
| 568 | configure:5345: $? = 1 |
|---|
| 569 | configure: failed program was: |
|---|
| 570 | | /* confdefs.h. */ |
|---|
| 571 | | |
|---|
| 572 | | #define PACKAGE_NAME "Enca" |
|---|
| 573 | | #define PACKAGE_TARNAME "enca" |
|---|
| 574 | | #define PACKAGE_VERSION "1.9" |
|---|
| 575 | | #define PACKAGE_STRING "Enca 1.9" |
|---|
| 576 | | #define PACKAGE_BUGREPORT "David Necas (Yeti) <yeti@physics.muni.cz>" |
|---|
| 577 | | #define PACKAGE "enca" |
|---|
| 578 | | #define VERSION "1.9" |
|---|
| 579 | | #define _GNU_SOURCE 1 |
|---|
| 580 | | #define STDC_HEADERS 1 |
|---|
| 581 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 582 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 583 | | #define HAVE_STDLIB_H 1 |
|---|
| 584 | | #define HAVE_STRING_H 1 |
|---|
| 585 | | #define HAVE_MEMORY_H 1 |
|---|
| 586 | | #define HAVE_STRINGS_H 1 |
|---|
| 587 | | #define HAVE_INTTYPES_H 1 |
|---|
| 588 | | #define HAVE_STDINT_H 1 |
|---|
| 589 | | #define HAVE_UNISTD_H 1 |
|---|
| 590 | | #define HAVE_DLFCN_H 1 |
|---|
| 591 | | #ifdef __cplusplus |
|---|
| 592 | | extern "C" void exit (int) throw (); |
|---|
| 593 | | #endif |
|---|
| 594 | | /* end confdefs.h. */ |
|---|
| 595 | | #include <ac_nonexistent.h> |
|---|
| 596 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-g77 |
|---|
| 597 | configure:5427: result: no |
|---|
| 598 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-f77 |
|---|
| 599 | configure:5427: result: no |
|---|
| 600 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-xlf |
|---|
| 601 | configure:5427: result: no |
|---|
| 602 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-frt |
|---|
| 603 | configure:5427: result: no |
|---|
| 604 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-pgf77 |
|---|
| 605 | configure:5427: result: no |
|---|
| 606 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-fort77 |
|---|
| 607 | configure:5427: result: no |
|---|
| 608 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-fl32 |
|---|
| 609 | configure:5427: result: no |
|---|
| 610 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-af77 |
|---|
| 611 | configure:5427: result: no |
|---|
| 612 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-f90 |
|---|
| 613 | configure:5427: result: no |
|---|
| 614 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-xlf90 |
|---|
| 615 | configure:5427: result: no |
|---|
| 616 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-pgf90 |
|---|
| 617 | configure:5427: result: no |
|---|
| 618 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-epcf90 |
|---|
| 619 | configure:5427: result: no |
|---|
| 620 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-f95 |
|---|
| 621 | configure:5427: result: no |
|---|
| 622 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-fort |
|---|
| 623 | configure:5427: result: no |
|---|
| 624 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-xlf95 |
|---|
| 625 | configure:5427: result: no |
|---|
| 626 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-ifc |
|---|
| 627 | configure:5427: result: no |
|---|
| 628 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-efc |
|---|
| 629 | configure:5427: result: no |
|---|
| 630 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-pgf95 |
|---|
| 631 | configure:5427: result: no |
|---|
| 632 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-lf95 |
|---|
| 633 | configure:5427: result: no |
|---|
| 634 | configure:5398: checking for armv4tl-softfloat-linux-gnueabi-gfortran |
|---|
| 635 | configure:5414: found /usr/bin/armv4tl-softfloat-linux-gnueabi-gfortran |
|---|
| 636 | configure:5424: result: armv4tl-softfloat-linux-gnueabi-gfortran |
|---|
| 637 | configure:5481: checking for Fortran 77 compiler version |
|---|
| 638 | configure:5484: armv4tl-softfloat-linux-gnueabi-gfortran --version </dev/null >&5 |
|---|
| 639 | GNU Fortran (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) 4.3.2 |
|---|
| 640 | Copyright (C) 2008 Free Software Foundation, Inc. |
|---|
| 641 | |
|---|
| 642 | GNU Fortran comes with NO WARRANTY, to the extent permitted by law. |
|---|
| 643 | You may redistribute copies of GNU Fortran |
|---|
| 644 | under the terms of the GNU General Public License. |
|---|
| 645 | For more information about these matters, see the file named COPYING |
|---|
| 646 | |
|---|
| 647 | configure:5487: $? = 0 |
|---|
| 648 | configure:5489: armv4tl-softfloat-linux-gnueabi-gfortran -v </dev/null >&5 |
|---|
| 649 | Using built-in specs. |
|---|
| 650 | Target: armv4tl-softfloat-linux-gnueabi |
|---|
| 651 | Configured with: /var/tmp/cross/armv4tl-softfloat-linux-gnueabi/portage/cross-armv4tl-softfloat-linux-gnueabi/gcc-4.3.2-r4/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include --datadir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2 --mandir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/man --infodir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include/g++-v4 --host=x86_64-pc-linux-gnu --target=armv4tl-softfloat-linux-gnueabi --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-float=soft --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/armv4tl-softfloat-linux-gnueabi --disable-bootstrap --disable-libgomp --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r4 p1.7, pie-10.1.5' |
|---|
| 652 | Thread model: posix |
|---|
| 653 | gcc version 4.3.2 (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) |
|---|
| 654 | configure:5492: $? = 0 |
|---|
| 655 | configure:5494: armv4tl-softfloat-linux-gnueabi-gfortran -V </dev/null >&5 |
|---|
| 656 | armv4tl-softfloat-linux-gnueabi-gfortran: '-V' option must have argument |
|---|
| 657 | configure:5497: $? = 1 |
|---|
| 658 | configure:5505: checking whether we are using the GNU Fortran 77 compiler |
|---|
| 659 | configure:5519: armv4tl-softfloat-linux-gnueabi-gfortran -c conftest.F >&5 |
|---|
| 660 | configure:5525: $? = 0 |
|---|
| 661 | configure:5529: test -z |
|---|
| 662 | || test ! -s conftest.err |
|---|
| 663 | configure:5532: $? = 0 |
|---|
| 664 | configure:5535: test -s conftest.o |
|---|
| 665 | configure:5538: $? = 0 |
|---|
| 666 | configure:5551: result: yes |
|---|
| 667 | configure:5557: checking whether armv4tl-softfloat-linux-gnueabi-gfortran accepts -g |
|---|
| 668 | configure:5569: armv4tl-softfloat-linux-gnueabi-gfortran -c -g conftest.f >&5 |
|---|
| 669 | configure:5575: $? = 0 |
|---|
| 670 | configure:5579: test -z |
|---|
| 671 | || test ! -s conftest.err |
|---|
| 672 | configure:5582: $? = 0 |
|---|
| 673 | configure:5585: test -s conftest.o |
|---|
| 674 | configure:5588: $? = 0 |
|---|
| 675 | configure:5600: result: yes |
|---|
| 676 | configure:5630: checking the maximum length of command line arguments |
|---|
| 677 | configure:5695: result: 32768 |
|---|
| 678 | configure:5706: checking command to parse /usr/bin/armv4tl-softfloat-linux-gnueabi-nm -B output from armv4tl-softfloat-linux-gnueabi-gcc object |
|---|
| 679 | configure:5795: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 680 | configure:5798: $? = 0 |
|---|
| 681 | configure:5802: /usr/bin/armv4tl-softfloat-linux-gnueabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm |
|---|
| 682 | configure:5805: $? = 0 |
|---|
| 683 | configure:5857: armv4tl-softfloat-linux-gnueabi-gcc -o conftest -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib -L/usr/armv4tl-softfloat-linux-gnueabi/lib conftest.c conftstm.o >&5 |
|---|
| 684 | configure:5860: $? = 0 |
|---|
| 685 | configure:5898: result: ok |
|---|
| 686 | configure:5902: checking for objdir |
|---|
| 687 | configure:5917: result: .libs |
|---|
| 688 | configure:5969: checking for armv4tl-softfloat-linux-gnueabi-ar |
|---|
| 689 | configure:5985: found /usr/bin/armv4tl-softfloat-linux-gnueabi-ar |
|---|
| 690 | configure:5995: result: armv4tl-softfloat-linux-gnueabi-ar |
|---|
| 691 | configure:6049: checking for armv4tl-softfloat-linux-gnueabi-ranlib |
|---|
| 692 | configure:6065: found /usr/bin/armv4tl-softfloat-linux-gnueabi-ranlib |
|---|
| 693 | configure:6075: result: armv4tl-softfloat-linux-gnueabi-ranlib |
|---|
| 694 | configure:6129: checking for armv4tl-softfloat-linux-gnueabi-strip |
|---|
| 695 | configure:6155: result: armv4tl-softfloat-linux-gnueabi-strip |
|---|
| 696 | configure:6456: checking if armv4tl-softfloat-linux-gnueabi-gcc static flag works |
|---|
| 697 | configure:6479: result: yes |
|---|
| 698 | configure:6497: checking if armv4tl-softfloat-linux-gnueabi-gcc supports -fno-rtti -fno-exceptions |
|---|
| 699 | configure:6515: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ -fno-rtti -fno-exceptions conftest.c >&5 |
|---|
| 700 | cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C |
|---|
| 701 | configure:6519: $? = 0 |
|---|
| 702 | configure:6530: result: no |
|---|
| 703 | configure:6545: checking for armv4tl-softfloat-linux-gnueabi-gcc option to produce PIC |
|---|
| 704 | configure:6722: result: -fPIC |
|---|
| 705 | configure:6730: checking if armv4tl-softfloat-linux-gnueabi-gcc PIC flag -fPIC works |
|---|
| 706 | configure:6748: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ -fPIC -DPIC conftest.c >&5 |
|---|
| 707 | configure:6752: $? = 0 |
|---|
| 708 | configure:6763: result: yes |
|---|
| 709 | configure:6787: checking if armv4tl-softfloat-linux-gnueabi-gcc supports -c -o file.o |
|---|
| 710 | configure:6808: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ -o out/conftest2.o conftest.c >&5 |
|---|
| 711 | configure:6812: $? = 0 |
|---|
| 712 | configure:6832: result: yes |
|---|
| 713 | configure:6858: checking whether the armv4tl-softfloat-linux-gnueabi-gcc linker (/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld) supports shared libraries |
|---|
| 714 | configure:7706: result: yes |
|---|
| 715 | configure:7732: checking whether -lc should be explicitly linked in |
|---|
| 716 | configure:7737: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 717 | configure:7740: $? = 0 |
|---|
| 718 | configure:7754: armv4tl-softfloat-linux-gnueabi-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 |
|---|
| 719 | configure:7757: $? = 0 |
|---|
| 720 | configure:7769: result: no |
|---|
| 721 | configure:7777: checking dynamic linker characteristics |
|---|
| 722 | configure:8338: result: GNU/Linux ld.so |
|---|
| 723 | configure:8342: checking how to hardcode library paths into programs |
|---|
| 724 | configure:8367: result: immediate |
|---|
| 725 | configure:8381: checking whether stripping libraries is possible |
|---|
| 726 | configure:8386: result: yes |
|---|
| 727 | configure:9216: checking if libtool supports shared libraries |
|---|
| 728 | configure:9218: result: yes |
|---|
| 729 | configure:9221: checking whether to build shared libraries |
|---|
| 730 | configure:9279: result: yes |
|---|
| 731 | configure:9282: checking whether to build static libraries |
|---|
| 732 | configure:9286: result: yes |
|---|
| 733 | configure:9378: creating libtool |
|---|
| 734 | configure:9925: checking for ld used by armv4tl-softfloat-linux-gnueabi-g++ |
|---|
| 735 | configure:9992: result: /usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld |
|---|
| 736 | configure:10001: checking if the linker (/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld) is GNU ld |
|---|
| 737 | configure:10016: result: yes |
|---|
| 738 | configure:10067: checking whether the armv4tl-softfloat-linux-gnueabi-g++ linker (/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld) supports shared libraries |
|---|
| 739 | configure:10895: result: yes |
|---|
| 740 | configure:10913: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.cc >&5 |
|---|
| 741 | configure:10916: $? = 0 |
|---|
| 742 | configure:11012: checking for armv4tl-softfloat-linux-gnueabi-g++ option to produce PIC |
|---|
| 743 | configure:11264: result: -fPIC |
|---|
| 744 | configure:11272: checking if armv4tl-softfloat-linux-gnueabi-g++ PIC flag -fPIC works |
|---|
| 745 | configure:11290: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ -fPIC -DPIC conftest.cc >&5 |
|---|
| 746 | configure:11294: $? = 0 |
|---|
| 747 | configure:11305: result: yes |
|---|
| 748 | configure:11329: checking if armv4tl-softfloat-linux-gnueabi-g++ supports -c -o file.o |
|---|
| 749 | configure:11350: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ -o out/conftest2.o conftest.cc >&5 |
|---|
| 750 | configure:11354: $? = 0 |
|---|
| 751 | configure:11374: result: yes |
|---|
| 752 | configure:11400: checking whether the armv4tl-softfloat-linux-gnueabi-g++ linker (/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld) supports shared libraries |
|---|
| 753 | configure:11425: result: yes |
|---|
| 754 | configure:11496: checking dynamic linker characteristics |
|---|
| 755 | configure:12057: result: GNU/Linux ld.so |
|---|
| 756 | configure:12061: checking how to hardcode library paths into programs |
|---|
| 757 | configure:12086: result: immediate |
|---|
| 758 | configure:12100: checking whether stripping libraries is possible |
|---|
| 759 | configure:12105: result: yes |
|---|
| 760 | configure:13412: checking if libtool supports shared libraries |
|---|
| 761 | configure:13414: result: yes |
|---|
| 762 | configure:13417: checking whether to build shared libraries |
|---|
| 763 | configure:13435: result: yes |
|---|
| 764 | configure:13438: checking whether to build static libraries |
|---|
| 765 | configure:13442: result: yes |
|---|
| 766 | configure:13454: checking for armv4tl-softfloat-linux-gnueabi-gfortran option to produce PIC |
|---|
| 767 | configure:13631: result: -fPIC |
|---|
| 768 | configure:13639: checking if armv4tl-softfloat-linux-gnueabi-gfortran PIC flag -fPIC works |
|---|
| 769 | configure:13657: armv4tl-softfloat-linux-gnueabi-gfortran -c -g -O2 -fPIC conftest.f >&5 |
|---|
| 770 | configure:13661: $? = 0 |
|---|
| 771 | configure:13672: result: yes |
|---|
| 772 | configure:13696: checking if armv4tl-softfloat-linux-gnueabi-gfortran supports -c -o file.o |
|---|
| 773 | configure:13717: armv4tl-softfloat-linux-gnueabi-gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5 |
|---|
| 774 | configure:13721: $? = 0 |
|---|
| 775 | configure:13741: result: yes |
|---|
| 776 | configure:13767: checking whether the armv4tl-softfloat-linux-gnueabi-gfortran linker (/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld) supports shared libraries |
|---|
| 777 | configure:14595: result: yes |
|---|
| 778 | configure:14666: checking dynamic linker characteristics |
|---|
| 779 | configure:15227: result: GNU/Linux ld.so |
|---|
| 780 | configure:15231: checking how to hardcode library paths into programs |
|---|
| 781 | configure:15256: result: immediate |
|---|
| 782 | configure:15270: checking whether stripping libraries is possible |
|---|
| 783 | configure:15275: result: yes |
|---|
| 784 | configure:19390: checking for armv4tl-softfloat-linux-gnueabi-gcc |
|---|
| 785 | configure:19416: result: armv4tl-softfloat-linux-gnueabi-gcc |
|---|
| 786 | configure:19698: checking for C compiler version |
|---|
| 787 | configure:19701: armv4tl-softfloat-linux-gnueabi-gcc --version </dev/null >&5 |
|---|
| 788 | armv4tl-softfloat-linux-gnueabi-gcc (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) 4.3.2 |
|---|
| 789 | Copyright (C) 2008 Free Software Foundation, Inc. |
|---|
| 790 | This is free software; see the source for copying conditions. There is NO |
|---|
| 791 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 792 | |
|---|
| 793 | configure:19704: $? = 0 |
|---|
| 794 | configure:19706: armv4tl-softfloat-linux-gnueabi-gcc -v </dev/null >&5 |
|---|
| 795 | Using built-in specs. |
|---|
| 796 | Target: armv4tl-softfloat-linux-gnueabi |
|---|
| 797 | Configured with: /var/tmp/cross/armv4tl-softfloat-linux-gnueabi/portage/cross-armv4tl-softfloat-linux-gnueabi/gcc-4.3.2-r4/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include --datadir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2 --mandir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/man --infodir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include/g++-v4 --host=x86_64-pc-linux-gnu --target=armv4tl-softfloat-linux-gnueabi --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-float=soft --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/armv4tl-softfloat-linux-gnueabi --disable-bootstrap --disable-libgomp --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r4 p1.7, pie-10.1.5' |
|---|
| 798 | Thread model: posix |
|---|
| 799 | gcc version 4.3.2 (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) |
|---|
| 800 | configure:19709: $? = 0 |
|---|
| 801 | configure:19711: armv4tl-softfloat-linux-gnueabi-gcc -V </dev/null >&5 |
|---|
| 802 | armv4tl-softfloat-linux-gnueabi-gcc: '-V' option must have argument |
|---|
| 803 | configure:19714: $? = 1 |
|---|
| 804 | configure:19717: checking whether we are using the GNU C compiler |
|---|
| 805 | configure:19773: result: yes |
|---|
| 806 | configure:19779: checking whether armv4tl-softfloat-linux-gnueabi-gcc accepts -g |
|---|
| 807 | configure:19830: result: yes |
|---|
| 808 | configure:19847: checking for armv4tl-softfloat-linux-gnueabi-gcc option to accept ANSI C |
|---|
| 809 | configure:19954: result: none needed |
|---|
| 810 | configure:19972: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/ conftest.c >&5 |
|---|
| 811 | conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' |
|---|
| 812 | configure:19978: $? = 1 |
|---|
| 813 | configure: failed program was: |
|---|
| 814 | | #ifndef __cplusplus |
|---|
| 815 | | choke me |
|---|
| 816 | | #endif |
|---|
| 817 | configure:20113: checking dependency style of armv4tl-softfloat-linux-gnueabi-gcc |
|---|
| 818 | configure:20203: result: gcc3 |
|---|
| 819 | configure:20236: checking for a BSD-compatible install |
|---|
| 820 | configure:20291: result: /usr/bin/install -c |
|---|
| 821 | configure:20302: checking whether ln -s works |
|---|
| 822 | configure:20306: result: yes |
|---|
| 823 | configure:20315: checking for mktemp |
|---|
| 824 | configure:20333: found /bin/mktemp |
|---|
| 825 | configure:20345: result: /bin/mktemp |
|---|
| 826 | configure:20359: checking for cstocs |
|---|
| 827 | configure:20392: result: no |
|---|
| 828 | configure:20398: checking for recode |
|---|
| 829 | configure:20416: found /usr/bin/recode |
|---|
| 830 | configure:20428: result: /usr/bin/recode |
|---|
| 831 | configure:20437: checking for umap |
|---|
| 832 | configure:20470: result: no |
|---|
| 833 | configure:20476: checking for piconv |
|---|
| 834 | configure:20494: found /usr/bin/piconv |
|---|
| 835 | configure:20506: result: /usr/bin/piconv |
|---|
| 836 | configure:20515: checking for map |
|---|
| 837 | configure:20548: result: no |
|---|
| 838 | configure:20628: checking for gtkdoc-mkdb |
|---|
| 839 | configure:20644: found /usr/bin/gtkdoc-mkdb |
|---|
| 840 | configure:20655: result: true |
|---|
| 841 | configure:20666: checking gtk-doc version (1.10) >= 1.0 |
|---|
| 842 | configure:20672: result: yes |
|---|
| 843 | configure:20709: checking for /dev/random |
|---|
| 844 | configure:20715: error: cannot check for file existence when cross compiling |
|---|
| 845 | |
|---|
| 846 | ## ---------------- ## |
|---|
| 847 | ## Cache variables. ## |
|---|
| 848 | ## ---------------- ## |
|---|
| 849 | |
|---|
| 850 | ac_cv___va_copy=yes |
|---|
| 851 | ac_cv_alignof_CORBA_boolean=1 |
|---|
| 852 | ac_cv_alignof_CORBA_char=1 |
|---|
| 853 | ac_cv_alignof_CORBA_double=8 |
|---|
| 854 | ac_cv_alignof_CORBA_float=4 |
|---|
| 855 | ac_cv_alignof_CORBA_long=4 |
|---|
| 856 | ac_cv_alignof_CORBA_long_double=8 |
|---|
| 857 | ac_cv_alignof_CORBA_long_long=8 |
|---|
| 858 | ac_cv_alignof_CORBA_octet=1 |
|---|
| 859 | ac_cv_alignof_CORBA_pointer=4 |
|---|
| 860 | ac_cv_alignof_CORBA_short=2 |
|---|
| 861 | ac_cv_alignof_CORBA_struct=1 |
|---|
| 862 | ac_cv_alignof_CORBA_wchar=2 |
|---|
| 863 | ac_cv_build=x86_64-pc-linux-gnu |
|---|
| 864 | ac_cv_build_alias=x86_64-pc-linux-gnu |
|---|
| 865 | ac_cv_c_compiler_gnu=yes |
|---|
| 866 | ac_cv_c_long_double=yes |
|---|
| 867 | ac_cv_conv_longlong_to_float=yes |
|---|
| 868 | ac_cv_cxx_compiler_gnu=yes |
|---|
| 869 | ac_cv_dirent_have_space_d_name=yes |
|---|
| 870 | ac_cv_env_CC_set= |
|---|
| 871 | ac_cv_env_CC_value= |
|---|
| 872 | ac_cv_env_CFLAGS_set=set |
|---|
| 873 | ac_cv_env_CFLAGS_value='-Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/' |
|---|
| 874 | ac_cv_env_CPPFLAGS_set= |
|---|
| 875 | ac_cv_env_CPPFLAGS_value= |
|---|
| 876 | ac_cv_env_CPP_set= |
|---|
| 877 | ac_cv_env_CPP_value= |
|---|
| 878 | ac_cv_env_CXXCPP_set= |
|---|
| 879 | ac_cv_env_CXXCPP_value= |
|---|
| 880 | ac_cv_env_CXXFLAGS_set=set |
|---|
| 881 | ac_cv_env_CXXFLAGS_value='-Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/' |
|---|
| 882 | ac_cv_env_CXX_set= |
|---|
| 883 | ac_cv_env_CXX_value= |
|---|
| 884 | ac_cv_env_F77_set= |
|---|
| 885 | ac_cv_env_F77_value= |
|---|
| 886 | ac_cv_env_FFLAGS_set= |
|---|
| 887 | ac_cv_env_FFLAGS_value= |
|---|
| 888 | ac_cv_env_LDFLAGS_set=set |
|---|
| 889 | ac_cv_env_LDFLAGS_value='-L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib -L/usr/armv4tl-softfloat-linux-gnueabi/lib' |
|---|
| 890 | ac_cv_env_build_alias_set=set |
|---|
| 891 | ac_cv_env_build_alias_value=x86_64-pc-linux-gnu |
|---|
| 892 | ac_cv_env_host_alias_set=set |
|---|
| 893 | ac_cv_env_host_alias_value=armv4tl-softfloat-linux-gnueabi |
|---|
| 894 | ac_cv_env_target_alias_set= |
|---|
| 895 | ac_cv_env_target_alias_value= |
|---|
| 896 | ac_cv_exeext= |
|---|
| 897 | ac_cv_f77_compiler_gnu=yes |
|---|
| 898 | ac_cv_file___dev_urandom_=yes |
|---|
| 899 | ac_cv_file__usr_share_sgml_X11_defs_ent=1 |
|---|
| 900 | ac_cv_func_calloc_0_nonnull=yes |
|---|
| 901 | ac_cv_func_fnmatch_works=yes |
|---|
| 902 | ac_cv_func_getaddrinfo=yes |
|---|
| 903 | ac_cv_func_getgrgid_r=yes |
|---|
| 904 | ac_cv_func_getpwuid_r=yes |
|---|
| 905 | ac_cv_func_lstat_dereferences_slashed_symlink=yes |
|---|
| 906 | ac_cv_func_lstat_empty_string_bug=no |
|---|
| 907 | ac_cv_func_malloc_0_nonnull=yes |
|---|
| 908 | ac_cv_func_malloc_works=yes |
|---|
| 909 | ac_cv_func_memcmp_working=yes |
|---|
| 910 | ac_cv_func_posix_getgrgid_r=yes |
|---|
| 911 | ac_cv_func_posix_getpwnam_r=yes |
|---|
| 912 | ac_cv_func_posix_getpwuid_r=yes |
|---|
| 913 | ac_cv_func_pthread_key_delete=yes |
|---|
| 914 | ac_cv_func_realloc_0_nonnull=yes |
|---|
| 915 | ac_cv_func_realloc_works=yes |
|---|
| 916 | ac_cv_func_setgrent_void=yes |
|---|
| 917 | ac_cv_func_setpgrp_void=yes |
|---|
| 918 | ac_cv_func_stat_empty_string_bug=no |
|---|
| 919 | ac_cv_func_stat_ignores_trailing_slash=no |
|---|
| 920 | ac_cv_func_strnlen_working=yes |
|---|
| 921 | ac_cv_have_abstract_sockets=no |
|---|
| 922 | ac_cv_have_accrights_in_msghdr=no |
|---|
| 923 | ac_cv_have_broken_snprintf=no |
|---|
| 924 | ac_cv_have_control_in_msghdr=yes |
|---|
| 925 | ac_cv_have_openpty_ctty_bug=yes |
|---|
| 926 | ac_cv_have_space_d_name_in_struct_dirent=yes |
|---|
| 927 | ac_cv_header_dlfcn_h=yes |
|---|
| 928 | ac_cv_header_inttypes_h=yes |
|---|
| 929 | ac_cv_header_memory_h=yes |
|---|
| 930 | ac_cv_header_netinet_sctp_h=no |
|---|
| 931 | ac_cv_header_netinet_sctp_uio_h=no |
|---|
| 932 | ac_cv_header_pwd_h=yes |
|---|
| 933 | ac_cv_header_stdc=yes |
|---|
| 934 | ac_cv_header_stdint_h=yes |
|---|
| 935 | ac_cv_header_stdlib_h=yes |
|---|
| 936 | ac_cv_header_string_h=yes |
|---|
| 937 | ac_cv_header_strings_h=yes |
|---|
| 938 | ac_cv_header_sys_stat_h=yes |
|---|
| 939 | ac_cv_header_sys_types_h=yes |
|---|
| 940 | ac_cv_header_unistd_h=yes |
|---|
| 941 | ac_cv_host=armv4tl-softfloat-linux-gnueabi |
|---|
| 942 | ac_cv_host_alias=armv4tl-softfloat-linux-gnueabi |
|---|
| 943 | ac_cv_ispeed_offset=13 |
|---|
| 944 | ac_cv_lib_png_png_create_info_struct=yes |
|---|
| 945 | ac_cv_libiconv_utf8=yes |
|---|
| 946 | ac_cv_linux_vers=2 |
|---|
| 947 | ac_cv_need_trio=no |
|---|
| 948 | ac_cv_objext=o |
|---|
| 949 | ac_cv_path_MKTEMP_PROG=/bin/mktemp |
|---|
| 950 | ac_cv_path_PICONV_PROG=/usr/bin/piconv |
|---|
| 951 | ac_cv_path_RECODE_PROG=/usr/bin/recode |
|---|
| 952 | ac_cv_path_install='/usr/bin/install -c' |
|---|
| 953 | ac_cv_pread=no |
|---|
| 954 | ac_cv_printf_zd_format=yes |
|---|
| 955 | ac_cv_prog_AR=armv4tl-softfloat-linux-gnueabi-ar |
|---|
| 956 | ac_cv_prog_AWK=gawk |
|---|
| 957 | ac_cv_prog_CC=armv4tl-softfloat-linux-gnueabi-gcc |
|---|
| 958 | ac_cv_prog_CPP='armv4tl-softfloat-linux-gnueabi-gcc -E' |
|---|
| 959 | ac_cv_prog_CXX=armv4tl-softfloat-linux-gnueabi-g++ |
|---|
| 960 | ac_cv_prog_CXXCPP='armv4tl-softfloat-linux-gnueabi-g++ -E' |
|---|
| 961 | ac_cv_prog_F77=armv4tl-softfloat-linux-gnueabi-gfortran |
|---|
| 962 | ac_cv_prog_GTKDOC=true |
|---|
| 963 | ac_cv_prog_RANLIB=armv4tl-softfloat-linux-gnueabi-ranlib |
|---|
| 964 | ac_cv_prog_STRIP=armv4tl-softfloat-linux-gnueabi-strip |
|---|
| 965 | ac_cv_prog_cc_g=yes |
|---|
| 966 | ac_cv_prog_cc_stdc= |
|---|
| 967 | ac_cv_prog_cxx_g=yes |
|---|
| 968 | ac_cv_prog_egrep='grep -E' |
|---|
| 969 | ac_cv_prog_f77_g=yes |
|---|
| 970 | ac_cv_prog_make_make_set=yes |
|---|
| 971 | ac_cv_pwrite=no |
|---|
| 972 | ac_cv_regexec_segfault_emptystr=no |
|---|
| 973 | ac_cv_sctp=no |
|---|
| 974 | ac_cv_search_strerror='none required' |
|---|
| 975 | ac_cv_sizeof_ssize_t=4 |
|---|
| 976 | ac_cv_sizeof_wchar_t=4 |
|---|
| 977 | ac_cv_strerror_r_SUSv3=no |
|---|
| 978 | ac_cv_sys_restartable_syscalls=yes |
|---|
| 979 | ac_cv_time_r_type=POSIX |
|---|
| 980 | ac_cv_uchar=no |
|---|
| 981 | ac_cv_uint=yes |
|---|
| 982 | ac_cv_ulong=yes |
|---|
| 983 | ac_cv_ushort=yes |
|---|
| 984 | ac_cv_va_copy=yes |
|---|
| 985 | ac_cv_va_val_copy=yes |
|---|
| 986 | am_cv_CC_dependencies_compiler_type=gcc3 |
|---|
| 987 | am_cv_CXX_dependencies_compiler_type=gcc3 |
|---|
| 988 | am_cv_func_working_getline=yes |
|---|
| 989 | am_cv_prog_cc_stdc= |
|---|
| 990 | apr_cv_process_shared_works=no |
|---|
| 991 | apr_cv_tcp_nodelay_with_cork=yes |
|---|
| 992 | as_cv_unaligned_access=no |
|---|
| 993 | bash_cv_dup2_broken=no |
|---|
| 994 | bash_cv_func_sigsetjmp=missing |
|---|
| 995 | bash_cv_func_strcoll_broken=no |
|---|
| 996 | bash_cv_getcwd_calls_popen=no |
|---|
| 997 | bash_cv_getenv_redef=yes |
|---|
| 998 | bash_cv_have_mbstate_t=yes |
|---|
| 999 | bash_cv_job_control_missing=present |
|---|
| 1000 | bash_cv_must_reinstall_sighandlers=no |
|---|
| 1001 | bash_cv_opendir_not_robust=no |
|---|
| 1002 | bash_cv_pgrp_pipe=no |
|---|
| 1003 | bash_cv_printf_a_format=yes |
|---|
| 1004 | bash_cv_sys_named_pipes=present |
|---|
| 1005 | bash_cv_type_rlimit=rlim_t |
|---|
| 1006 | bash_cv_ulimit_maxfds=yes |
|---|
| 1007 | bash_cv_unusable_rtsigs=no |
|---|
| 1008 | compat_cv_func_basename_works=no |
|---|
| 1009 | compat_cv_func_dirname_works=no |
|---|
| 1010 | compat_cv_func_snprintf_works=yes |
|---|
| 1011 | cvs_cv_func_printf_ptr=yes |
|---|
| 1012 | db_cv_align_t='unsigned long long' |
|---|
| 1013 | db_cv_alignp_t='unsigned long' |
|---|
| 1014 | db_cv_fcntl_f_setfd=yes |
|---|
| 1015 | db_cv_mutex=no |
|---|
| 1016 | db_cv_path_ar=/usr/bin/ar |
|---|
| 1017 | db_cv_path_chmod=/bin/chmod |
|---|
| 1018 | db_cv_path_cp=/bin/cp |
|---|
| 1019 | db_cv_path_ln=/bin/ln |
|---|
| 1020 | db_cv_path_mkdir=/bin/mkdir |
|---|
| 1021 | db_cv_path_ranlib=/usr/bin/ranlib |
|---|
| 1022 | db_cv_path_rm=/bin/rm |
|---|
| 1023 | db_cv_path_sh=/bin/sh |
|---|
| 1024 | db_cv_path_strip=/usr/bin/strip |
|---|
| 1025 | db_cv_posixmutexes=no |
|---|
| 1026 | db_cv_spinlocks=no |
|---|
| 1027 | db_cv_sprintf_count=yes |
|---|
| 1028 | db_cv_uimutexes=no |
|---|
| 1029 | dpkg_cv___va_copy=yes |
|---|
| 1030 | dpkg_cv_va_copy=yes |
|---|
| 1031 | ettercap_cv_type_socklen_t=yes |
|---|
| 1032 | fu_cv_sys_stat_statvfs=yes |
|---|
| 1033 | gl_cv_func_malloc_0_nonnull=yes |
|---|
| 1034 | gl_cv_func_wcwidth_works=yes |
|---|
| 1035 | glib_cv___va_copy=yes |
|---|
| 1036 | glib_cv_has__inline=yes |
|---|
| 1037 | glib_cv_has__inline__=yes |
|---|
| 1038 | glib_cv_hasinline=yes |
|---|
| 1039 | glib_cv_long_long_format=ll |
|---|
| 1040 | glib_cv_rtldglobal_broken=no |
|---|
| 1041 | glib_cv_sane_realloc=yes |
|---|
| 1042 | glib_cv_sizeof_gmutex=40 |
|---|
| 1043 | glib_cv_sizeof_intmax_t=8 |
|---|
| 1044 | glib_cv_sizeof_ptrdiff_t=4 |
|---|
| 1045 | glib_cv_sizeof_size_t=4 |
|---|
| 1046 | glib_cv_sizeof_system_thread=4 |
|---|
| 1047 | glib_cv_stack_grows=no |
|---|
| 1048 | glib_cv_sys_pthread_cond_timedwait_posix=yes |
|---|
| 1049 | glib_cv_sys_pthread_getspecific_posix=yes |
|---|
| 1050 | glib_cv_sys_pthread_mutex_trylock_posix=yes |
|---|
| 1051 | glib_cv_sys_use_pid_niceness_surrogate=yes |
|---|
| 1052 | glib_cv_uscore=no |
|---|
| 1053 | glib_cv_use_pid_surrogate=yes |
|---|
| 1054 | glib_cv_va_copy=yes |
|---|
| 1055 | glib_cv_va_val_copy=no |
|---|
| 1056 | jm_cv_func_working_readdir=yes |
|---|
| 1057 | lf_cv_sane_realloc=yes |
|---|
| 1058 | lftp_cv___va_copy=yes |
|---|
| 1059 | lftp_cv_va_copy=yes |
|---|
| 1060 | lftp_cv_va_val_copy=yes |
|---|
| 1061 | libIDL_cv_long_long_format=ll |
|---|
| 1062 | lt_cv_deplibs_check_method=pass_all |
|---|
| 1063 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
|---|
| 1064 | lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.10.1.so' |
|---|
| 1065 | lt_cv_ld_reload_flag=-r |
|---|
| 1066 | lt_cv_objdir=.libs |
|---|
| 1067 | lt_cv_path_LD=/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld |
|---|
| 1068 | lt_cv_path_LDCXX=/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld |
|---|
| 1069 | lt_cv_path_NM='/usr/bin/armv4tl-softfloat-linux-gnueabi-nm -B' |
|---|
| 1070 | lt_cv_path_SED=/bin/sed |
|---|
| 1071 | lt_cv_prog_compiler_c_o=yes |
|---|
| 1072 | lt_cv_prog_compiler_c_o_CXX=yes |
|---|
| 1073 | lt_cv_prog_compiler_c_o_F77=yes |
|---|
| 1074 | lt_cv_prog_compiler_rtti_exceptions=no |
|---|
| 1075 | lt_cv_prog_gnu_ld=yes |
|---|
| 1076 | lt_cv_prog_gnu_ldcxx=yes |
|---|
| 1077 | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' |
|---|
| 1078 | 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'\''' |
|---|
| 1079 | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' |
|---|
| 1080 | lt_cv_sys_max_cmd_len=32768 |
|---|
| 1081 | lt_lt_cv_prog_compiler_c_o='"yes"' |
|---|
| 1082 | lt_lt_cv_prog_compiler_c_o_CXX='"yes"' |
|---|
| 1083 | lt_lt_cv_prog_compiler_c_o_F77='"yes"' |
|---|
| 1084 | 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'\''"' |
|---|
| 1085 | 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'\''"' |
|---|
| 1086 | lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' |
|---|
| 1087 | mr_cv_target_elf=yes |
|---|
| 1088 | mysql_cv_func_atomic_add=no |
|---|
| 1089 | mysql_cv_func_atomic_sub=no |
|---|
| 1090 | nano_cv_func_regexec_segv_emptystr=no |
|---|
| 1091 | php_cv_lib_cookie_io_functions_use_off64_t=yes |
|---|
| 1092 | racoon_cv_bug_getaddrinfo=no |
|---|
| 1093 | rsync_cv_HAVE_BROKEN_LARGEFILE=no |
|---|
| 1094 | rsync_cv_HAVE_BROKEN_READDIR=no |
|---|
| 1095 | rsync_cv_HAVE_C99_VSNPRINTF=yes |
|---|
| 1096 | rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes |
|---|
| 1097 | rsync_cv_HAVE_LONGLONG=yes |
|---|
| 1098 | rsync_cv_HAVE_OFF64_T=no |
|---|
| 1099 | rsync_cv_HAVE_SECURE_MKSTEMP=yes |
|---|
| 1100 | rsync_cv_HAVE_SHORT_INO_T=no |
|---|
| 1101 | rsync_cv_HAVE_SOCKETPAIR=yes |
|---|
| 1102 | rsync_cv_HAVE_UNSIGNED_CHAR=no |
|---|
| 1103 | rsync_cv_REPLACE_INET_ATON=no |
|---|
| 1104 | rsync_cv_REPLACE_INET_NTOA=no |
|---|
| 1105 | sc_cv_termios_ispeed=yes |
|---|
| 1106 | screen_cv_sys_bcopy_overlap=no |
|---|
| 1107 | screen_cv_sys_fifo_broken_impl=yes |
|---|
| 1108 | screen_cv_sys_fifo_usable=yes |
|---|
| 1109 | screen_cv_sys_memcpy_overlap=no |
|---|
| 1110 | screen_cv_sys_memmove_overlap=no |
|---|
| 1111 | screen_cv_sys_select_broken_retval=no |
|---|
| 1112 | screen_cv_sys_sockets_nofs=no |
|---|
| 1113 | screen_cv_sys_sockets_usable=yes |
|---|
| 1114 | screen_cv_sys_terminfo_used=yes |
|---|
| 1115 | slrn_cv___va_copy=yes |
|---|
| 1116 | slrn_cv_va_copy=yes |
|---|
| 1117 | slrn_cv_va_val_copy=yes |
|---|
| 1118 | sudo_cv_uid_t_len=10 |
|---|
| 1119 | utils_cv_sys_open_max=1019 |
|---|
| 1120 | vim_cv_getcwd_broken=no |
|---|
| 1121 | vim_cv_memmove_handles_overlap=yes |
|---|
| 1122 | vim_cv_stat_ignores_slash=yes |
|---|
| 1123 | vim_cv_terminfo=yes |
|---|
| 1124 | vim_cv_toupper_broken=no |
|---|
| 1125 | vim_cv_tty_group=world |
|---|
| 1126 | |
|---|
| 1127 | ## ----------------- ## |
|---|
| 1128 | ## Output variables. ## |
|---|
| 1129 | ## ----------------- ## |
|---|
| 1130 | |
|---|
| 1131 | ACLOCAL='${SHELL} /usr/armv4tl-softfloat-linux-gnueabi/tmp/portage/app-i18n/enca-1.9-r1/work/enca-1.9/missing --run aclocal-1.9 -I m4' |
|---|
| 1132 | AMDEPBACKSLASH='\' |
|---|
| 1133 | AMDEP_FALSE='#' |
|---|
| 1134 | AMDEP_TRUE='' |
|---|
| 1135 | AMTAR='${SHELL} /usr/armv4tl-softfloat-linux-gnueabi/tmp/portage/app-i18n/enca-1.9-r1/work/enca-1.9/missing --run tar' |
|---|
| 1136 | AR='armv4tl-softfloat-linux-gnueabi-ar' |
|---|
| 1137 | AUTOCONF='${SHELL} /usr/armv4tl-softfloat-linux-gnueabi/tmp/portage/app-i18n/enca-1.9-r1/work/enca-1.9/missing --run autoconf' |
|---|
| 1138 | AUTOHEADER='${SHELL} /usr/armv4tl-softfloat-linux-gnueabi/tmp/portage/app-i18n/enca-1.9-r1/work/enca-1.9/missing --run autoheader' |
|---|
| 1139 | AUTOMAKE='${SHELL} /usr/armv4tl-softfloat-linux-gnueabi/tmp/portage/app-i18n/enca-1.9-r1/work/enca-1.9/missing --run automake-1.9' |
|---|
| 1140 | AWK='gawk' |
|---|
| 1141 | CC='armv4tl-softfloat-linux-gnueabi-gcc' |
|---|
| 1142 | CCDEPMODE='depmode=gcc3' |
|---|
| 1143 | CFLAGS='-Wall -W -pedantic -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/' |
|---|
| 1144 | CONVERTOR_LIBS='' |
|---|
| 1145 | CPP='armv4tl-softfloat-linux-gnueabi-gcc -E' |
|---|
| 1146 | CPPFLAGS='' |
|---|
| 1147 | CSTOCS_PROG='' |
|---|
| 1148 | CXX='armv4tl-softfloat-linux-gnueabi-g++' |
|---|
| 1149 | CXXCPP='armv4tl-softfloat-linux-gnueabi-g++ -E' |
|---|
| 1150 | CXXDEPMODE='depmode=gcc3' |
|---|
| 1151 | CXXFLAGS='-Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/armv4tl-softfloat-linux-gnueabi/usr/include/ -I/usr/armv4tl-softfloat-linux-gnueabi/sys-include/' |
|---|
| 1152 | CYGPATH_W='echo' |
|---|
| 1153 | DEFAULT_CONVERTOR_LIST='' |
|---|
| 1154 | DEFAULT_EXTERNAL_CONVERTOR='recode' |
|---|
| 1155 | DEFS='' |
|---|
| 1156 | DEPDIR='.deps' |
|---|
| 1157 | ECHO='echo' |
|---|
| 1158 | ECHO_C='' |
|---|
| 1159 | ECHO_N='-n' |
|---|
| 1160 | ECHO_T='' |
|---|
| 1161 | EGREP='grep -E' |
|---|
| 1162 | ENABLE_GTK_DOC_FALSE='' |
|---|
| 1163 | ENABLE_GTK_DOC_TRUE='#' |
|---|
| 1164 | EXEEXT='' |
|---|
| 1165 | F77='armv4tl-softfloat-linux-gnueabi-gfortran' |
|---|
| 1166 | FFLAGS='-g -O2' |
|---|
| 1167 | GTKDOC='true' |
|---|
| 1168 | HTML_DIR='/usr/share/gtk-doc/html' |
|---|
| 1169 | INSTALL_DATA='${INSTALL} -m 644' |
|---|
| 1170 | INSTALL_PROGRAM='${INSTALL}' |
|---|
| 1171 | INSTALL_SCRIPT='${INSTALL}' |
|---|
| 1172 | INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' |
|---|
| 1173 | LDFLAGS='-L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib -L/usr/armv4tl-softfloat-linux-gnueabi/lib' |
|---|
| 1174 | LIBICONV='' |
|---|
| 1175 | LIBM='' |
|---|
| 1176 | LIBOBJS='' |
|---|
| 1177 | LIBS='' |
|---|
| 1178 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
|---|
| 1179 | LN_S='ln -s' |
|---|
| 1180 | LTLIBICONV='' |
|---|
| 1181 | LTLIBOBJS='' |
|---|
| 1182 | MAINT='#' |
|---|
| 1183 | MAINTAINER_MODE_FALSE='' |
|---|
| 1184 | MAINTAINER_MODE_TRUE='#' |
|---|
| 1185 | MAKEINFO='${SHELL} /usr/armv4tl-softfloat-linux-gnueabi/tmp/portage/app-i18n/enca-1.9-r1/work/enca-1.9/missing --run makeinfo' |
|---|
| 1186 | MAP_PROG='' |
|---|
| 1187 | MKTEMP_PROG='/bin/mktemp' |
|---|
| 1188 | OBJEXT='o' |
|---|
| 1189 | PACKAGE='enca' |
|---|
| 1190 | PACKAGE_BUGREPORT='David Necas (Yeti) <yeti@physics.muni.cz>' |
|---|
| 1191 | PACKAGE_NAME='Enca' |
|---|
| 1192 | PACKAGE_STRING='Enca 1.9' |
|---|
| 1193 | PACKAGE_TARNAME='enca' |
|---|
| 1194 | PACKAGE_VERSION='1.9' |
|---|
| 1195 | PATH_SEPARATOR=':' |
|---|
| 1196 | PICONV_PROG='/usr/bin/piconv' |
|---|
| 1197 | RANLIB='armv4tl-softfloat-linux-gnueabi-ranlib' |
|---|
| 1198 | RECODE_PROG='/usr/bin/recode' |
|---|
| 1199 | RELEASE='1' |
|---|
| 1200 | SET_MAKE='' |
|---|
| 1201 | SHELL='/bin/sh' |
|---|
| 1202 | SHELL_RANDOM_FILENAME='' |
|---|
| 1203 | STRIP='armv4tl-softfloat-linux-gnueabi-strip' |
|---|
| 1204 | UMAP_PROG='' |
|---|
| 1205 | VERSION='1.9' |
|---|
| 1206 | ac_ct_AR='' |
|---|
| 1207 | ac_ct_CC='' |
|---|
| 1208 | ac_ct_CXX='' |
|---|
| 1209 | ac_ct_F77='' |
|---|
| 1210 | ac_ct_RANLIB='' |
|---|
| 1211 | ac_ct_STRIP='' |
|---|
| 1212 | am__fastdepCC_FALSE='#' |
|---|
| 1213 | am__fastdepCC_TRUE='' |
|---|
| 1214 | am__fastdepCXX_FALSE='#' |
|---|
| 1215 | am__fastdepCXX_TRUE='' |
|---|
| 1216 | am__include='include' |
|---|
| 1217 | am__leading_dot='.' |
|---|
| 1218 | am__quote='' |
|---|
| 1219 | am__tar='${AMTAR} chof - "$$tardir"' |
|---|
| 1220 | am__untar='${AMTAR} xf -' |
|---|
| 1221 | bindir='${exec_prefix}/bin' |
|---|
| 1222 | build='x86_64-pc-linux-gnu' |
|---|
| 1223 | build_alias='x86_64-pc-linux-gnu' |
|---|
| 1224 | build_cpu='x86_64' |
|---|
| 1225 | build_os='linux-gnu' |
|---|
| 1226 | build_vendor='pc' |
|---|
| 1227 | datadir='/usr/share' |
|---|
| 1228 | exec_prefix='NONE' |
|---|
| 1229 | host='armv4tl-softfloat-linux-gnueabi' |
|---|
| 1230 | host_alias='armv4tl-softfloat-linux-gnueabi' |
|---|
| 1231 | host_cpu='armv4tl' |
|---|
| 1232 | host_os='linux-gnueabi' |
|---|
| 1233 | host_vendor='softfloat' |
|---|
| 1234 | includedir='${prefix}/include' |
|---|
| 1235 | infodir='/usr/share/info' |
|---|
| 1236 | install_sh='/usr/armv4tl-softfloat-linux-gnueabi/tmp/portage/app-i18n/enca-1.9-r1/work/enca-1.9/install-sh' |
|---|
| 1237 | libdir='${exec_prefix}/lib' |
|---|
| 1238 | libexecdir='${exec_prefix}/libexec' |
|---|
| 1239 | localstatedir='/var/lib' |
|---|
| 1240 | mandir='/usr/share/man' |
|---|
| 1241 | mkdir_p='mkdir -p --' |
|---|
| 1242 | oldincludedir='/usr/include' |
|---|
| 1243 | prefix='/usr' |
|---|
| 1244 | program_transform_name='s,x,x,' |
|---|
| 1245 | sbindir='${exec_prefix}/sbin' |
|---|
| 1246 | sharedstatedir='${prefix}/com' |
|---|
| 1247 | sysconfdir='/etc' |
|---|
| 1248 | target_alias='' |
|---|
| 1249 | |
|---|
| 1250 | ## ----------- ## |
|---|
| 1251 | ## confdefs.h. ## |
|---|
| 1252 | ## ----------- ## |
|---|
| 1253 | |
|---|
| 1254 | #define HAVE_DLFCN_H 1 |
|---|
| 1255 | #define HAVE_INTTYPES_H 1 |
|---|
| 1256 | #define HAVE_MEMORY_H 1 |
|---|
| 1257 | #define HAVE_STDINT_H 1 |
|---|
| 1258 | #define HAVE_STDLIB_H 1 |
|---|
| 1259 | #define HAVE_STRINGS_H 1 |
|---|
| 1260 | #define HAVE_STRING_H 1 |
|---|
| 1261 | #define HAVE_SYS_STAT_H 1 |
|---|
| 1262 | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1263 | #define HAVE_UNISTD_H 1 |
|---|
| 1264 | #define PACKAGE "enca" |
|---|
| 1265 | #define PACKAGE_BUGREPORT "David Necas (Yeti) <yeti@physics.muni.cz>" |
|---|
| 1266 | #define PACKAGE_NAME "Enca" |
|---|
| 1267 | #define PACKAGE_STRING "Enca 1.9" |
|---|
| 1268 | #define PACKAGE_TARNAME "enca" |
|---|
| 1269 | #define PACKAGE_VERSION "1.9" |
|---|
| 1270 | #define PICONV_PROG "/usr/bin/piconv" |
|---|
| 1271 | #define RECODE_PROG "/usr/bin/recode" |
|---|
| 1272 | #define STDC_HEADERS 1 |
|---|
| 1273 | #define VERSION "1.9" |
|---|
| 1274 | #define _GNU_SOURCE 1 |
|---|
| 1275 | #endif |
|---|
| 1276 | #ifdef __cplusplus |
|---|
| 1277 | extern "C" void exit (int) throw (); |
|---|
| 1278 | |
|---|
| 1279 | configure: exit 1 |
|---|