Home | History | Annotate | Download | only in icu4c
      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 configure, which was
      5 generated by GNU Autoconf 2.59.  Invocation command line was
      6 
      7   $ ./configure 
      8 
      9 ## --------- ##
     10 ## Platform. ##
     11 ## --------- ##
     12 
     13 hostname = NB027
     14 uname -m = i686
     15 uname -r = 2.6.15-29-686
     16 uname -s = Linux
     17 uname -v = #1 SMP PREEMPT Wed Aug 29 13:42:01 UTC 2007
     18 
     19 /usr/bin/uname -p = unknown
     20 /bin/uname -X     = unknown
     21 
     22 /bin/arch              = i686
     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/local/sbin
     31 PATH: /usr/local/bin
     32 PATH: /usr/sbin
     33 PATH: /usr/bin
     34 PATH: /sbin
     35 PATH: /bin
     36 PATH: /usr/bin/X11
     37 PATH: /usr/games
     38 
     39 
     40 ## ----------- ##
     41 ## Core tests. ##
     42 ## ----------- ##
     43 
     44 configure:1338: checking for ICU version numbers
     45 configure:1358: result: release 3.8, library 38.0
     46 configure:1395: checking build system type
     47 configure:1413: result: i686-pc-linux-gnu
     48 configure:1421: checking host system type
     49 configure:1435: result: i686-pc-linux-gnu
     50 configure:1494: checking for gcc
     51 configure:1520: result: gcc
     52 configure:1764: checking for C compiler version
     53 configure:1767: gcc --version </dev/null >&5
     54 gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
     55 Copyright (C) 2006 Free Software Foundation, Inc.
     56 This is free software; see the source for copying conditions.  There is NO
     57 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
     58 
     59 configure:1770: $? = 0
     60 configure:1772: gcc -v </dev/null >&5
     61 Using built-in specs.
     62 Target: i486-linux-gnu
     63 Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu
     64 Thread model: posix
     65 gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
     66 configure:1775: $? = 0
     67 configure:1777: gcc -V </dev/null >&5
     68 gcc: '-V' option must have argument
     69 configure:1780: $? = 1
     70 configure:1803: checking for C compiler default output file name
     71 configure:1806: gcc  -O3   conftest.c  >&5
     72 configure:1809: $? = 0
     73 configure:1855: result: a.out
     74 configure:1860: checking whether the C compiler works
     75 configure:1866: ./a.out
     76 configure:1869: $? = 0
     77 configure:1886: result: yes
     78 configure:1893: checking whether we are cross compiling
     79 configure:1895: result: no
     80 configure:1898: checking for suffix of executables
     81 configure:1900: gcc -o conftest  -O3   conftest.c  >&5
     82 configure:1903: $? = 0
     83 configure:1928: result: 
     84 configure:1934: checking for suffix of object files
     85 configure:1955: gcc -c  -O3  conftest.c >&5
     86 configure:1958: $? = 0
     87 configure:1980: result: o
     88 configure:1984: checking whether we are using the GNU C compiler
     89 configure:2008: gcc -c  -O3  conftest.c >&5
     90 configure:2014: $? = 0
     91 configure:2018: test -z 
     92 			 || test ! -s conftest.err
     93 configure:2021: $? = 0
     94 configure:2024: test -s conftest.o
     95 configure:2027: $? = 0
     96 configure:2040: result: yes
     97 configure:2046: checking whether gcc accepts -g
     98 configure:2067: gcc -c -g  conftest.c >&5
     99 configure:2073: $? = 0
    100 configure:2077: test -z 
    101 			 || test ! -s conftest.err
    102 configure:2080: $? = 0
    103 configure:2083: test -s conftest.o
    104 configure:2086: $? = 0
    105 configure:2097: result: yes
    106 configure:2114: checking for gcc option to accept ANSI C
    107 configure:2184: gcc  -c  -O3  conftest.c >&5
    108 configure:2190: $? = 0
    109 configure:2194: test -z 
    110 			 || test ! -s conftest.err
    111 configure:2197: $? = 0
    112 configure:2200: test -s conftest.o
    113 configure:2203: $? = 0
    114 configure:2221: result: none needed
    115 configure:2239: gcc -c  -O3  conftest.c >&5
    116 conftest.c:2: error: syntax error before 'me'
    117 configure:2245: $? = 1
    118 configure: failed program was:
    119 | #ifndef __cplusplus
    120 |   choke me
    121 | #endif
    122 configure:2472: checking for C++ compiler version
    123 configure:2475: g++ --version </dev/null >&5
    124 g++ (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
    125 Copyright (C) 2006 Free Software Foundation, Inc.
    126 This is free software; see the source for copying conditions.  There is NO
    127 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    128 
    129 configure:2478: $? = 0
    130 configure:2480: g++ -v </dev/null >&5
    131 Using built-in specs.
    132 Target: i486-linux-gnu
    133 Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=pentium4 --enable-checking=release i486-linux-gnu
    134 Thread model: posix
    135 gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
    136 configure:2483: $? = 0
    137 configure:2485: g++ -V </dev/null >&5
    138 g++: '-V' option must have argument
    139 configure:2488: $? = 1
    140 configure:2491: checking whether we are using the GNU C++ compiler
    141 configure:2515: g++ -c  -O  conftest.cc >&5
    142 configure:2521: $? = 0
    143 configure:2525: test -z 
    144 			 || test ! -s conftest.err
    145 configure:2528: $? = 0
    146 configure:2531: test -s conftest.o
    147 configure:2534: $? = 0
    148 configure:2547: result: yes
    149 configure:2553: checking whether g++ accepts -g
    150 configure:2574: g++ -c -g  conftest.cc >&5
    151 configure:2580: $? = 0
    152 configure:2584: test -z 
    153 			 || test ! -s conftest.err
    154 configure:2587: $? = 0
    155 configure:2590: test -s conftest.o
    156 configure:2593: $? = 0
    157 configure:2604: result: yes
    158 configure:2646: g++ -c  -O  conftest.cc >&5
    159 configure:2652: $? = 0
    160 configure:2656: test -z 
    161 			 || test ! -s conftest.err
    162 configure:2659: $? = 0
    163 configure:2662: test -s conftest.o
    164 configure:2665: $? = 0
    165 configure:2691: g++ -c  -O  conftest.cc >&5
    166 conftest.cc: In function 'int main()':
    167 conftest.cc:13: error: 'exit' was not declared in this scope
    168 configure:2697: $? = 1
    169 configure: failed program was:
    170 | /* confdefs.h.  */
    171 | 
    172 | #define PACKAGE_NAME ""
    173 | #define PACKAGE_TARNAME ""
    174 | #define PACKAGE_VERSION ""
    175 | #define PACKAGE_STRING ""
    176 | #define PACKAGE_BUGREPORT ""
    177 | /* end confdefs.h.  */
    178 | 
    179 | int
    180 | main ()
    181 | {
    182 | exit (42);
    183 |   ;
    184 |   return 0;
    185 | }
    186 configure:2646: g++ -c  -O  conftest.cc >&5
    187 configure:2652: $? = 0
    188 configure:2656: test -z 
    189 			 || test ! -s conftest.err
    190 configure:2659: $? = 0
    191 configure:2662: test -s conftest.o
    192 configure:2665: $? = 0
    193 configure:2691: g++ -c  -O  conftest.cc >&5
    194 configure:2697: $? = 0
    195 configure:2701: test -z 
    196 			 || test ! -s conftest.err
    197 configure:2704: $? = 0
    198 configure:2707: test -s conftest.o
    199 configure:2710: $? = 0
    200 configure:2746: checking for a BSD-compatible install
    201 configure:2801: result: /usr/bin/install -c
    202 configure:2828: checking for gmake
    203 configure:2861: result: no
    204 configure:2828: checking for gnumake
    205 configure:2861: result: no
    206 configure:2873: checking for doxygen
    207 configure:2892: found /usr/bin/doxygen
    208 configure:2904: result: /usr/bin/doxygen
    209 configure:2925: checking checking for executable suffix
    210 configure:2932: result: 
    211 configure:2937: checking whether strict compiling is on
    212 configure:2953: result: no
    213 configure:3003: checking for 64-bit executable support
    214 configure:3338: result: yes
    215 configure:3345: checking which Makefile fragment to use
    216 configure:3453: result: mh-linux
    217 configure:3528: checking for floor in -lm
    218 configure:3558: gcc -o conftest  -O3   conftest.c -lm   >&5
    219 conftest.c:19: warning: conflicting types for built-in function 'floor'
    220 configure:3564: $? = 0
    221 configure:3568: test -z 
    222 			 || test ! -s conftest.err
    223 configure:3571: $? = 0
    224 configure:3574: test -s conftest
    225 configure:3577: $? = 0
    226 configure:3590: result: yes
    227 configure:3605: checking whether to build shared libraries
    228 configure:3620: result: yes
    229 configure:3624: checking whether to build static libraries
    230 configure:3636: result: no
    231 configure:3640: checking whether to build debug libraries
    232 configure:3652: result: no
    233 configure:3656: checking whether to build release libraries
    234 configure:3668: result: yes
    235 configure:3672: checking whether to enable draft APIs
    236 configure:3684: result: yes
    237 configure:3691: checking for library API export
    238 configure:3719: gcc -o conftest  -O3 -fvisibility=hidden   conftest.c -lm  >&5
    239 configure:3725: $? = 0
    240 configure:3729: test -z 
    241 			 || test ! -s conftest.err
    242 configure:3732: $? = 0
    243 configure:3735: test -s conftest
    244 configure:3738: $? = 0
    245 configure:3761: result: yes
    246 configure:3808: checking for ranlib
    247 configure:3824: found /usr/bin/ranlib
    248 configure:3835: result: ranlib
    249 configure:3849: checking for ar
    250 configure:3868: found /usr/bin/ar
    251 configure:3881: result: /usr/bin/ar
    252 configure:3889: checking whether to enable renaming of symbols
    253 configure:3902: result: yes
    254 configure:3906: checking whether to enable function and data tracing
    255 configure:3919: result: yes
    256 configure:3938: checking for definition of U_INLINE for C
    257 configure:3961: gcc -c  -O3  conftest.c >&5
    258 configure:3967: $? = 0
    259 configure:3971: test -z 
    260 			 || test ! -s conftest.err
    261 configure:3974: $? = 0
    262 configure:3977: test -s conftest.o
    263 configure:3980: $? = 0
    264 configure:3992: result: inline
    265 configure:4029: checking for pthread_attr_init in -lpthread
    266 configure:4059: gcc -o conftest  -O3   conftest.c -lpthread  -lm  >&5
    267 configure:4065: $? = 0
    268 configure:4069: test -z 
    269 			 || test ! -s conftest.err
    270 configure:4072: $? = 0
    271 configure:4075: test -s conftest
    272 configure:4078: $? = 0
    273 configure:4091: result: yes
    274 configure:4462: checking for mmap
    275 configure:4488: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    276 configure:4494: $? = 0
    277 configure:4498: test -z 
    278 			 || test ! -s conftest.err
    279 configure:4501: $? = 0
    280 configure:4504: test -s conftest
    281 configure:4507: $? = 0
    282 configure:4520: result: yes
    283 configure:4555: checking how to run the C preprocessor
    284 configure:4590: gcc -E  conftest.c
    285 configure:4596: $? = 0
    286 configure:4628: gcc -E  conftest.c
    287 conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
    288 configure:4634: $? = 1
    289 configure: failed program was:
    290 | /* confdefs.h.  */
    291 | 
    292 | #define PACKAGE_NAME ""
    293 | #define PACKAGE_TARNAME ""
    294 | #define PACKAGE_VERSION ""
    295 | #define PACKAGE_STRING ""
    296 | #define PACKAGE_BUGREPORT ""
    297 | #ifdef __cplusplus
    298 | extern "C" void std::exit (int) throw (); using std::exit;
    299 | #endif
    300 | #define HAVE_LIBM 1
    301 | #define HAVE_LIBPTHREAD 1
    302 | /* end confdefs.h.  */
    303 | #include <ac_nonexistent.h>
    304 configure:4673: result: gcc -E
    305 configure:4697: gcc -E  conftest.c
    306 configure:4703: $? = 0
    307 configure:4735: gcc -E  conftest.c
    308 conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
    309 configure:4741: $? = 1
    310 configure: failed program was:
    311 | /* confdefs.h.  */
    312 | 
    313 | #define PACKAGE_NAME ""
    314 | #define PACKAGE_TARNAME ""
    315 | #define PACKAGE_VERSION ""
    316 | #define PACKAGE_STRING ""
    317 | #define PACKAGE_BUGREPORT ""
    318 | #ifdef __cplusplus
    319 | extern "C" void std::exit (int) throw (); using std::exit;
    320 | #endif
    321 | #define HAVE_LIBM 1
    322 | #define HAVE_LIBPTHREAD 1
    323 | /* end confdefs.h.  */
    324 | #include <ac_nonexistent.h>
    325 configure:4785: checking for egrep
    326 configure:4795: result: grep -E
    327 configure:4800: checking for ANSI C header files
    328 configure:4825: gcc -c  -O3  conftest.c >&5
    329 configure:4831: $? = 0
    330 configure:4835: test -z 
    331 			 || test ! -s conftest.err
    332 configure:4838: $? = 0
    333 configure:4841: test -s conftest.o
    334 configure:4844: $? = 0
    335 configure:4933: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    336 conftest.c: In function 'main':
    337 conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
    338 configure:4936: $? = 0
    339 configure:4938: ./conftest
    340 configure:4941: $? = 0
    341 configure:4956: result: yes
    342 configure:4980: checking for sys/types.h
    343 configure:4996: gcc -c  -O3  conftest.c >&5
    344 configure:5002: $? = 0
    345 configure:5006: test -z 
    346 			 || test ! -s conftest.err
    347 configure:5009: $? = 0
    348 configure:5012: test -s conftest.o
    349 configure:5015: $? = 0
    350 configure:5026: result: yes
    351 configure:4980: checking for sys/stat.h
    352 configure:4996: gcc -c  -O3  conftest.c >&5
    353 configure:5002: $? = 0
    354 configure:5006: test -z 
    355 			 || test ! -s conftest.err
    356 configure:5009: $? = 0
    357 configure:5012: test -s conftest.o
    358 configure:5015: $? = 0
    359 configure:5026: result: yes
    360 configure:4980: checking for stdlib.h
    361 configure:4996: gcc -c  -O3  conftest.c >&5
    362 configure:5002: $? = 0
    363 configure:5006: test -z 
    364 			 || test ! -s conftest.err
    365 configure:5009: $? = 0
    366 configure:5012: test -s conftest.o
    367 configure:5015: $? = 0
    368 configure:5026: result: yes
    369 configure:4980: checking for string.h
    370 configure:4996: gcc -c  -O3  conftest.c >&5
    371 configure:5002: $? = 0
    372 configure:5006: test -z 
    373 			 || test ! -s conftest.err
    374 configure:5009: $? = 0
    375 configure:5012: test -s conftest.o
    376 configure:5015: $? = 0
    377 configure:5026: result: yes
    378 configure:4980: checking for memory.h
    379 configure:4996: gcc -c  -O3  conftest.c >&5
    380 configure:5002: $? = 0
    381 configure:5006: test -z 
    382 			 || test ! -s conftest.err
    383 configure:5009: $? = 0
    384 configure:5012: test -s conftest.o
    385 configure:5015: $? = 0
    386 configure:5026: result: yes
    387 configure:4980: checking for strings.h
    388 configure:4996: gcc -c  -O3  conftest.c >&5
    389 configure:5002: $? = 0
    390 configure:5006: test -z 
    391 			 || test ! -s conftest.err
    392 configure:5009: $? = 0
    393 configure:5012: test -s conftest.o
    394 configure:5015: $? = 0
    395 configure:5026: result: yes
    396 configure:4980: checking for inttypes.h
    397 configure:4996: gcc -c  -O3  conftest.c >&5
    398 configure:5002: $? = 0
    399 configure:5006: test -z 
    400 			 || test ! -s conftest.err
    401 configure:5009: $? = 0
    402 configure:5012: test -s conftest.o
    403 configure:5015: $? = 0
    404 configure:5026: result: yes
    405 configure:4980: checking for stdint.h
    406 configure:4996: gcc -c  -O3  conftest.c >&5
    407 configure:5002: $? = 0
    408 configure:5006: test -z 
    409 			 || test ! -s conftest.err
    410 configure:5009: $? = 0
    411 configure:5012: test -s conftest.o
    412 configure:5015: $? = 0
    413 configure:5026: result: yes
    414 configure:4980: checking for unistd.h
    415 configure:4996: gcc -c  -O3  conftest.c >&5
    416 configure:5002: $? = 0
    417 configure:5006: test -z 
    418 			 || test ! -s conftest.err
    419 configure:5009: $? = 0
    420 configure:5012: test -s conftest.o
    421 configure:5015: $? = 0
    422 configure:5026: result: yes
    423 configure:5043: checking for inttypes.h
    424 configure:5048: result: yes
    425 configure:5237: checking for iostream usability
    426 configure:5256: g++ -c  -O  conftest.cc >&5
    427 configure:5262: $? = 0
    428 configure:5266: test -z 
    429 			 || test ! -s conftest.err
    430 configure:5269: $? = 0
    431 configure:5272: test -s conftest.o
    432 configure:5275: $? = 0
    433 configure:5289: result: yes
    434 configure:5383: checking whether byte ordering is bigendian
    435 configure:5410: gcc -c  -O3  conftest.c >&5
    436 configure:5416: $? = 0
    437 configure:5420: test -z 
    438 			 || test ! -s conftest.err
    439 configure:5423: $? = 0
    440 configure:5426: test -s conftest.o
    441 configure:5429: $? = 0
    442 configure:5453: gcc -c  -O3  conftest.c >&5
    443 conftest.c: In function 'main':
    444 conftest.c:32: error: 'not' undeclared (first use in this function)
    445 conftest.c:32: error: (Each undeclared identifier is reported only once
    446 conftest.c:32: error: for each function it appears in.)
    447 conftest.c:32: error: syntax error before 'big'
    448 configure:5459: $? = 1
    449 configure: failed program was:
    450 | /* confdefs.h.  */
    451 | 
    452 | #define PACKAGE_NAME ""
    453 | #define PACKAGE_TARNAME ""
    454 | #define PACKAGE_VERSION ""
    455 | #define PACKAGE_STRING ""
    456 | #define PACKAGE_BUGREPORT ""
    457 | #ifdef __cplusplus
    458 | extern "C" void std::exit (int) throw (); using std::exit;
    459 | #endif
    460 | #define HAVE_LIBM 1
    461 | #define HAVE_LIBPTHREAD 1
    462 | #define STDC_HEADERS 1
    463 | #define HAVE_SYS_TYPES_H 1
    464 | #define HAVE_SYS_STAT_H 1
    465 | #define HAVE_STDLIB_H 1
    466 | #define HAVE_STRING_H 1
    467 | #define HAVE_MEMORY_H 1
    468 | #define HAVE_STRINGS_H 1
    469 | #define HAVE_INTTYPES_H 1
    470 | #define HAVE_STDINT_H 1
    471 | #define HAVE_UNISTD_H 1
    472 | #define HAVE_INTTYPES_H 1
    473 | /* end confdefs.h.  */
    474 | #include <sys/types.h>
    475 | #include <sys/param.h>
    476 | 
    477 | int
    478 | main ()
    479 | {
    480 | #if BYTE_ORDER != BIG_ENDIAN
    481 |  not big endian
    482 | #endif
    483 | 
    484 |   ;
    485 |   return 0;
    486 | }
    487 configure:5594: result: no
    488 configure:5624: checking for nl_langinfo
    489 configure:5681: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    490 configure:5687: $? = 0
    491 configure:5691: test -z 
    492 			 || test ! -s conftest.err
    493 configure:5694: $? = 0
    494 configure:5697: test -s conftest
    495 configure:5700: $? = 0
    496 configure:5712: result: yes
    497 configure:5721: checking for nl_langinfo's argument to obtain the codeset
    498 configure:5744: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    499 configure:5750: $? = 0
    500 configure:5754: test -z 
    501 			 || test ! -s conftest.err
    502 configure:5757: $? = 0
    503 configure:5760: test -s conftest
    504 configure:5763: $? = 0
    505 configure:5775: result: CODESET
    506 configure:5792: checking for namespace support
    507 configure:5816: g++ -o conftest  -O   conftest.cc -lpthread -lm  >&5
    508 configure:5822: $? = 0
    509 configure:5826: test -z 
    510 			 || test ! -s conftest.err
    511 configure:5829: $? = 0
    512 configure:5832: test -s conftest
    513 configure:5835: $? = 0
    514 configure:5848: result: yes
    515 configure:5857: checking for properly overriding new and delete
    516 configure:5888: g++ -o conftest  -O   conftest.cc -lpthread -lm  >&5
    517 configure:5894: $? = 0
    518 configure:5898: test -z 
    519 			 || test ! -s conftest.err
    520 configure:5901: $? = 0
    521 configure:5904: test -s conftest
    522 configure:5907: $? = 0
    523 configure:5920: result: yes
    524 configure:5925: checking for placement new and delete
    525 configure:5956: g++ -o conftest  -O   conftest.cc -lpthread -lm  >&5
    526 configure:5962: $? = 0
    527 configure:5966: test -z 
    528 			 || test ! -s conftest.err
    529 configure:5969: $? = 0
    530 configure:5972: test -s conftest
    531 configure:5975: $? = 0
    532 configure:5988: result: yes
    533 configure:6004: checking for popen
    534 configure:6061: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    535 configure:6067: $? = 0
    536 configure:6071: test -z 
    537 			 || test ! -s conftest.err
    538 configure:6074: $? = 0
    539 configure:6077: test -s conftest
    540 configure:6080: $? = 0
    541 configure:6092: result: yes
    542 configure:6103: checking for tzset
    543 configure:6160: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    544 configure:6166: $? = 0
    545 configure:6170: test -z 
    546 			 || test ! -s conftest.err
    547 configure:6173: $? = 0
    548 configure:6176: test -s conftest
    549 configure:6179: $? = 0
    550 configure:6191: result: yes
    551 configure:6301: checking for tzname
    552 configure:6329: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    553 configure:6335: $? = 0
    554 configure:6339: test -z 
    555 			 || test ! -s conftest.err
    556 configure:6342: $? = 0
    557 configure:6345: test -s conftest
    558 configure:6348: $? = 0
    559 configure:6360: result: yes
    560 configure:6431: checking for timezone
    561 configure:6459: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    562 configure:6465: $? = 0
    563 configure:6469: test -z 
    564 			 || test ! -s conftest.err
    565 configure:6472: $? = 0
    566 configure:6475: test -s conftest
    567 configure:6478: $? = 0
    568 configure:6490: result: yes
    569 configure:6618: checking for int8_t
    570 configure:6642: gcc -c  -O3  conftest.c >&5
    571 configure:6648: $? = 0
    572 configure:6652: test -z 
    573 			 || test ! -s conftest.err
    574 configure:6655: $? = 0
    575 configure:6658: test -s conftest.o
    576 configure:6661: $? = 0
    577 configure:6672: result: yes
    578 configure:6684: checking for uint8_t
    579 configure:6708: gcc -c  -O3  conftest.c >&5
    580 configure:6714: $? = 0
    581 configure:6718: test -z 
    582 			 || test ! -s conftest.err
    583 configure:6721: $? = 0
    584 configure:6724: test -s conftest.o
    585 configure:6727: $? = 0
    586 configure:6738: result: yes
    587 configure:6750: checking for int16_t
    588 configure:6774: gcc -c  -O3  conftest.c >&5
    589 configure:6780: $? = 0
    590 configure:6784: test -z 
    591 			 || test ! -s conftest.err
    592 configure:6787: $? = 0
    593 configure:6790: test -s conftest.o
    594 configure:6793: $? = 0
    595 configure:6804: result: yes
    596 configure:6816: checking for uint16_t
    597 configure:6840: gcc -c  -O3  conftest.c >&5
    598 configure:6846: $? = 0
    599 configure:6850: test -z 
    600 			 || test ! -s conftest.err
    601 configure:6853: $? = 0
    602 configure:6856: test -s conftest.o
    603 configure:6859: $? = 0
    604 configure:6870: result: yes
    605 configure:6882: checking for int32_t
    606 configure:6906: gcc -c  -O3  conftest.c >&5
    607 configure:6912: $? = 0
    608 configure:6916: test -z 
    609 			 || test ! -s conftest.err
    610 configure:6919: $? = 0
    611 configure:6922: test -s conftest.o
    612 configure:6925: $? = 0
    613 configure:6936: result: yes
    614 configure:6948: checking for uint32_t
    615 configure:6972: gcc -c  -O3  conftest.c >&5
    616 configure:6978: $? = 0
    617 configure:6982: test -z 
    618 			 || test ! -s conftest.err
    619 configure:6985: $? = 0
    620 configure:6988: test -s conftest.o
    621 configure:6991: $? = 0
    622 configure:7002: result: yes
    623 configure:7014: checking for int64_t
    624 configure:7038: gcc -c  -O3  conftest.c >&5
    625 configure:7044: $? = 0
    626 configure:7048: test -z 
    627 			 || test ! -s conftest.err
    628 configure:7051: $? = 0
    629 configure:7054: test -s conftest.o
    630 configure:7057: $? = 0
    631 configure:7068: result: yes
    632 configure:7080: checking for uint64_t
    633 configure:7104: gcc -c  -O3  conftest.c >&5
    634 configure:7110: $? = 0
    635 configure:7114: test -z 
    636 			 || test ! -s conftest.err
    637 configure:7117: $? = 0
    638 configure:7120: test -s conftest.o
    639 configure:7123: $? = 0
    640 configure:7134: result: yes
    641 configure:7213: checking wchar.h usability
    642 configure:7225: gcc -c  -O3  conftest.c >&5
    643 configure:7231: $? = 0
    644 configure:7235: test -z 
    645 			 || test ! -s conftest.err
    646 configure:7238: $? = 0
    647 configure:7241: test -s conftest.o
    648 configure:7244: $? = 0
    649 configure:7254: result: yes
    650 configure:7258: checking wchar.h presence
    651 configure:7268: gcc -E  conftest.c
    652 configure:7274: $? = 0
    653 configure:7294: result: yes
    654 configure:7329: checking for wchar.h
    655 configure:7336: result: yes
    656 configure:7352: checking for library containing wcscpy
    657 configure:7382: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    658 configure:7388: $? = 0
    659 configure:7392: test -z 
    660 			 || test ! -s conftest.err
    661 configure:7395: $? = 0
    662 configure:7398: test -s conftest
    663 configure:7401: $? = 0
    664 configure:7471: result: none required
    665 configure:7487: checking for wchar_t
    666 configure:7520: gcc -c  -O3  conftest.c >&5
    667 configure:7526: $? = 0
    668 configure:7530: test -z 
    669 			 || test ! -s conftest.err
    670 configure:7533: $? = 0
    671 configure:7536: test -s conftest.o
    672 configure:7539: $? = 0
    673 configure:7550: result: yes
    674 configure:7553: checking size of wchar_t
    675 configure:7926: gcc -o conftest  -O3   conftest.c -lpthread -lm  >&5
    676 configure:7929: $? = 0
    677 configure:7931: ./conftest
    678 configure:7934: $? = 0
    679 configure:7957: result: 4
    680 configure:7975: checking for UTF-16 string literal support
    681 configure:8117: result: unknown
    682 configure:8222: checking for a library suffix to use
    683 configure:8236: result: none
    684 configure:8432: creating ./config.status
    685 
    686 ## ---------------------- ##
    687 ## Running config.status. ##
    688 ## ---------------------- ##
    689 
    690 This file was extended by config.status, which was
    691 generated by GNU Autoconf 2.59.  Invocation command line was
    692 
    693   CONFIG_FILES    = 
    694   CONFIG_HEADERS  = 
    695   CONFIG_LINKS    = 
    696   CONFIG_COMMANDS = 
    697   $ ./config.status 
    698 
    699 on NB027
    700 
    701 config.status:782: creating icudefs.mk
    702 config.status:782: creating Makefile
    703 config.status:782: creating data/icupkg.inc
    704 config.status:782: creating config/Makefile.inc
    705 config.status:782: creating data/Makefile
    706 config.status:782: creating stubdata/Makefile
    707 config.status:782: creating common/Makefile
    708 config.status:782: creating i18n/Makefile
    709 config.status:782: creating layout/Makefile
    710 config.status:782: creating layoutex/Makefile
    711 config.status:782: creating io/Makefile
    712 config.status:782: creating extra/Makefile
    713 config.status:782: creating extra/uconv/Makefile
    714 config.status:782: creating extra/scrptrun/Makefile
    715 config.status:782: creating tools/Makefile
    716 config.status:782: creating tools/ctestfw/Makefile
    717 config.status:782: creating tools/toolutil/Makefile
    718 config.status:782: creating tools/makeconv/Makefile
    719 config.status:782: creating tools/genrb/Makefile
    720 config.status:782: creating tools/genuca/Makefile
    721 config.status:782: creating tools/genccode/Makefile
    722 config.status:782: creating tools/gencmn/Makefile
    723 config.status:782: creating tools/gencnval/Makefile
    724 config.status:782: creating tools/genctd/Makefile
    725 config.status:782: creating tools/gennames/Makefile
    726 config.status:782: creating tools/gentest/Makefile
    727 config.status:782: creating tools/gennorm/Makefile
    728 config.status:782: creating tools/genprops/Makefile
    729 config.status:782: creating tools/gencase/Makefile
    730 config.status:782: creating tools/genbidi/Makefile
    731 config.status:782: creating tools/genpname/Makefile
    732 config.status:782: creating tools/genbrk/Makefile
    733 config.status:782: creating tools/gensprep/Makefile
    734 config.status:782: creating tools/icupkg/Makefile
    735 config.status:782: creating tools/icuswap/Makefile
    736 config.status:782: creating tools/pkgdata/Makefile
    737 config.status:782: creating tools/tzcode/Makefile
    738 config.status:782: creating test/Makefile
    739 config.status:782: creating test/compat/Makefile
    740 config.status:782: creating test/testdata/Makefile
    741 config.status:782: creating test/testdata/pkgdata.inc
    742 config.status:782: creating test/hdrtst/Makefile
    743 config.status:782: creating test/intltest/Makefile
    744 config.status:782: creating test/cintltst/Makefile
    745 config.status:782: creating test/iotest/Makefile
    746 config.status:782: creating test/letest/Makefile
    747 config.status:782: creating samples/Makefile
    748 config.status:782: creating samples/date/Makefile
    749 config.status:782: creating samples/cal/Makefile
    750 config.status:782: creating samples/layout/Makefile
    751 config.status:782: creating common/unicode/platform.h
    752 config.status:886: creating common/icucfg.h
    753 
    754 ## ---------------- ##
    755 ## Cache variables. ##
    756 ## ---------------- ##
    757 
    758 ac_cv_build=i686-pc-linux-gnu
    759 ac_cv_build_alias=i686-pc-linux-gnu
    760 ac_cv_c_bigendian=no
    761 ac_cv_c_compiler_gnu=yes
    762 ac_cv_c_inline=inline
    763 ac_cv_cxx_compiler_gnu=yes
    764 ac_cv_env_CC_set=set
    765 ac_cv_env_CC_value=gcc
    766 ac_cv_env_CFLAGS_set=set
    767 ac_cv_env_CFLAGS_value=' -O3'
    768 ac_cv_env_CPPFLAGS_set=
    769 ac_cv_env_CPPFLAGS_value=
    770 ac_cv_env_CPP_set=
    771 ac_cv_env_CPP_value=
    772 ac_cv_env_CXXFLAGS_set=set
    773 ac_cv_env_CXXFLAGS_value=' -O'
    774 ac_cv_env_CXX_set=set
    775 ac_cv_env_CXX_value=g++
    776 ac_cv_env_LDFLAGS_set=
    777 ac_cv_env_LDFLAGS_value=
    778 ac_cv_env_build_alias_set=
    779 ac_cv_env_build_alias_value=
    780 ac_cv_env_host_alias_set=
    781 ac_cv_env_host_alias_value=
    782 ac_cv_env_target_alias_set=
    783 ac_cv_env_target_alias_value=
    784 ac_cv_exeext=
    785 ac_cv_func_mmap_ok=yes
    786 ac_cv_func_nl_langinfo=yes
    787 ac_cv_func_popen=yes
    788 ac_cv_func_tzset=yes
    789 ac_cv_header_inttypes_h=yes
    790 ac_cv_header_iostream=yes
    791 ac_cv_header_memory_h=yes
    792 ac_cv_header_stdc=yes
    793 ac_cv_header_stdint_h=yes
    794 ac_cv_header_stdlib_h=yes
    795 ac_cv_header_string_h=yes
    796 ac_cv_header_strings_h=yes
    797 ac_cv_header_sys_stat_h=yes
    798 ac_cv_header_sys_types_h=yes
    799 ac_cv_header_unistd_h=yes
    800 ac_cv_header_wchar_h=yes
    801 ac_cv_host=i686-pc-linux-gnu
    802 ac_cv_host_alias=i686-pc-linux-gnu
    803 ac_cv_lib_m_floor=yes
    804 ac_cv_lib_pthread_pthread_attr_init=yes
    805 ac_cv_namespace_ok=yes
    806 ac_cv_nl_langinfo_codeset=CODESET
    807 ac_cv_objext=o
    808 ac_cv_override_cxx_allocation_ok=yes
    809 ac_cv_override_placement_new_ok=yes
    810 ac_cv_path_AR=/usr/bin/ar
    811 ac_cv_path_DOXYGEN=/usr/bin/doxygen
    812 ac_cv_path_install='/usr/bin/install -c'
    813 ac_cv_prog_CPP='gcc -E'
    814 ac_cv_prog_ac_ct_CC=gcc
    815 ac_cv_prog_ac_ct_RANLIB=ranlib
    816 ac_cv_prog_cc_g=yes
    817 ac_cv_prog_cc_stdc=
    818 ac_cv_prog_cxx_g=yes
    819 ac_cv_prog_egrep='grep -E'
    820 ac_cv_search_wcscpy='none required'
    821 ac_cv_sizeof_wchar_t=4
    822 ac_cv_type_int16_t=yes
    823 ac_cv_type_int32_t=yes
    824 ac_cv_type_int64_t=yes
    825 ac_cv_type_int8_t=yes
    826 ac_cv_type_uint16_t=yes
    827 ac_cv_type_uint32_t=yes
    828 ac_cv_type_uint64_t=yes
    829 ac_cv_type_uint8_t=yes
    830 ac_cv_type_wchar_t=yes
    831 ac_cv_var_timezone=yes
    832 ac_cv_var_tzname=yes
    833 icu_cv_host_frag=mh-linux
    834 
    835 ## ----------------- ##
    836 ## Output variables. ##
    837 ## ----------------- ##
    838 
    839 AR='/usr/bin/ar'
    840 ARFLAGS=''
    841 CC='gcc'
    842 CFLAGS=' -O3 $(THREADSCFLAGS)'
    843 COMPILE_LINK_ENVVAR=''
    844 CPP='gcc -E'
    845 CPPFLAGS=' $(THREADSCPPFLAGS)'
    846 CXX='g++'
    847 CXXFLAGS=' -O $(THREADSCXXFLAGS)'
    848 DATA_PACKAGING_MODE='dll'
    849 DEFS='-DHAVE_CONFIG_H'
    850 DOXYGEN='/usr/bin/doxygen'
    851 ECHO_C=''
    852 ECHO_N='-n'
    853 ECHO_T=''
    854 EGREP='grep -E'
    855 ENABLE_DEBUG='0'
    856 ENABLE_RELEASE='1'
    857 ENABLE_RPATH='NO'
    858 ENABLE_SHARED='YES'
    859 ENABLE_STATIC=''
    860 EXEEXT=''
    861 EXTRAS_TRUE=''
    862 GENCCODE_ASSEMBLY='-a gcc'
    863 HAVE_INT16_T='1'
    864 HAVE_INT32_T='1'
    865 HAVE_INT64_T='1'
    866 HAVE_INT8_T='1'
    867 HAVE_MMAP='1'
    868 HAVE_UINT16_T='1'
    869 HAVE_UINT32_T='1'
    870 HAVE_UINT64_T='1'
    871 HAVE_UINT8_T='1'
    872 ICUDATA_CHAR='l'
    873 ICUIO_TRUE=''
    874 ICULIBSUFFIX=''
    875 ICULIBSUFFIXCNAME=''
    876 ICU_USE_THREADS='1'
    877 INSTALL_DATA='${INSTALL} -m 644'
    878 INSTALL_PROGRAM='${INSTALL}'
    879 INSTALL_SCRIPT='${INSTALL}'
    880 LAYOUT_TRUE=''
    881 LDFLAGS=''
    882 LIBCFLAGS='-fvisibility=hidden'
    883 LIBCXXFLAGS='-fvisibility=hidden'
    884 LIBOBJS=''
    885 LIBS='-lpthread -lm '
    886 LIB_M=''
    887 LIB_THREAD=''
    888 LIB_VERSION='38.0'
    889 LIB_VERSION_MAJOR='38'
    890 LTLIBOBJS=''
    891 OBJEXT='o'
    892 PACKAGE='icu'
    893 PACKAGE_BUGREPORT=''
    894 PACKAGE_NAME=''
    895 PACKAGE_STRING=''
    896 PACKAGE_TARNAME=''
    897 PACKAGE_VERSION=''
    898 PATH_SEPARATOR=':'
    899 RANLIB='ranlib'
    900 SAMPLES_TRUE=''
    901 SHELL='/bin/sh'
    902 TESTS_TRUE=''
    903 THREADS_TRUE=''
    904 UNICODE_VERSION='5.0'
    905 U_CHECK_UTF16_STRING='1'
    906 U_DEFAULT_SHOW_DRAFT='1'
    907 U_DISABLE_RENAMING='0'
    908 U_ENABLE_TRACING='0'
    909 U_HAVE_INTTYPES_H='1'
    910 U_HAVE_LIB_SUFFIX='0'
    911 U_HAVE_NAMESPACE='1'
    912 U_HAVE_NL_LANGINFO_CODESET='1'
    913 U_HAVE_PLACEMENT_NEW='1'
    914 U_HAVE_POPEN='1'
    915 U_HAVE_TIMEZONE='1'
    916 U_HAVE_TZNAME='1'
    917 U_HAVE_TZSET='1'
    918 U_HAVE_WCHAR_H='1'
    919 U_HAVE_WCSCPY='1'
    920 U_INLINE='inline'
    921 U_IOSTREAM_SOURCE='199711'
    922 U_IS_BIG_ENDIAN='0'
    923 U_MAKE='make'
    924 U_NL_LANGINFO_CODESET='CODESET'
    925 U_OVERRIDE_CXX_ALLOCATION='1'
    926 U_SIZEOF_WCHAR_T='4'
    927 U_TIMEZONE='timezone'
    928 U_TZNAME='tzname'
    929 U_TZSET='tzset'
    930 U_USE_GCC_VISIBILITY_ATTRIBUTE='1'
    931 VERSION='3.8'
    932 ac_ct_CC='gcc'
    933 ac_ct_CXX=''
    934 ac_ct_RANLIB='ranlib'
    935 bindir='${exec_prefix}/bin'
    936 build='i686-pc-linux-gnu'
    937 build_alias=''
    938 build_cpu='i686'
    939 build_os='linux-gnu'
    940 build_vendor='pc'
    941 datadir='${prefix}/share'
    942 exec_prefix='${prefix}'
    943 host='i686-pc-linux-gnu'
    944 host_alias=''
    945 host_cpu='i686'
    946 host_os='linux-gnu'
    947 host_vendor='pc'
    948 includedir='${prefix}/include'
    949 infodir='${prefix}/info'
    950 libdir='${exec_prefix}/lib'
    951 libexecdir='${exec_prefix}/libexec'
    952 localstatedir='${prefix}/var'
    953 mandir='${prefix}/man'
    954 oldincludedir='/usr/include'
    955 pkgicudatadir='${prefix}/share'
    956 platform='U_LINUX'
    957 platform_make_fragment='$(top_srcdir)/config/mh-linux'
    958 platform_make_fragment_name='mh-linux'
    959 prefix='/usr/local'
    960 program_transform_name='s,x,x,'
    961 sbindir='${exec_prefix}/sbin'
    962 sharedstatedir='${prefix}/com'
    963 sysconfdir='${prefix}/etc'
    964 target_alias=''
    965 thepkgicudatadir='NONE/share'
    966 
    967 ## ----------- ##
    968 ## confdefs.h. ##
    969 ## ----------- ##
    970 
    971 #define HAVE_INTTYPES_H 1
    972 #define HAVE_INTTYPES_H 1
    973 #define HAVE_LIBM 1
    974 #define HAVE_LIBPTHREAD 1
    975 #define HAVE_MEMORY_H 1
    976 #define HAVE_STDINT_H 1
    977 #define HAVE_STDLIB_H 1
    978 #define HAVE_STRINGS_H 1
    979 #define HAVE_STRING_H 1
    980 #define HAVE_SYS_STAT_H 1
    981 #define HAVE_SYS_TYPES_H 1
    982 #define HAVE_UNISTD_H 1
    983 #define HAVE_WCHAR_H 1
    984 #define PACKAGE_BUGREPORT ""
    985 #define PACKAGE_NAME ""
    986 #define PACKAGE_STRING ""
    987 #define PACKAGE_TARNAME ""
    988 #define PACKAGE_VERSION ""
    989 #define SIZEOF_WCHAR_T 4
    990 #define STDC_HEADERS 1
    991 #endif
    992 #ifdef __cplusplus
    993 extern "C" void std::exit (int) throw (); using std::exit;
    994 
    995 configure: exit 0
    996 
    997 ## ---------------------- ##
    998 ## Running config.status. ##
    999 ## ---------------------- ##
   1000 
   1001 This file was extended by config.status, which was
   1002 generated by GNU Autoconf 2.59.  Invocation command line was
   1003 
   1004   CONFIG_FILES    = data/Makefile
   1005   CONFIG_HEADERS  = 
   1006   CONFIG_LINKS    = 
   1007   CONFIG_COMMANDS = 
   1008   $ ./config.status 
   1009 
   1010 on yummy.mtv.corp.google.com
   1011 
   1012 config.status:782: creating data/Makefile
   1013 
   1014 ## ---------------------- ##
   1015 ## Running config.status. ##
   1016 ## ---------------------- ##
   1017 
   1018 This file was extended by config.status, which was
   1019 generated by GNU Autoconf 2.59.  Invocation command line was
   1020 
   1021   CONFIG_FILES    = data/pkgdataMakefile
   1022   CONFIG_HEADERS  = 
   1023   CONFIG_LINKS    = 
   1024   CONFIG_COMMANDS = 
   1025   $ ./config.status 
   1026 
   1027 on yummy.mtv.corp.google.com
   1028 
   1029 config.status:782: creating data/pkgdataMakefile
   1030 
   1031 ## ---------------------- ##
   1032 ## Running config.status. ##
   1033 ## ---------------------- ##
   1034 
   1035 This file was extended by config.status, which was
   1036 generated by GNU Autoconf 2.59.  Invocation command line was
   1037 
   1038   CONFIG_FILES    = ./icudefs.mk
   1039   CONFIG_HEADERS  = 
   1040   CONFIG_LINKS    = 
   1041   CONFIG_COMMANDS = 
   1042   $ ./config.status 
   1043 
   1044 on docken.mtv.corp.google.com
   1045 
   1046 config.status:782: creating ./icudefs.mk
   1047 
   1048 ## ---------------------- ##
   1049 ## Running config.status. ##
   1050 ## ---------------------- ##
   1051 
   1052 This file was extended by config.status, which was
   1053 generated by GNU Autoconf 2.59.  Invocation command line was
   1054 
   1055   CONFIG_FILES    = ./Makefile
   1056   CONFIG_HEADERS  = 
   1057   CONFIG_LINKS    = 
   1058   CONFIG_COMMANDS = 
   1059   $ ./config.status 
   1060 
   1061 on docken.mtv.corp.google.com
   1062 
   1063 config.status:782: creating ./Makefile
   1064