aboutsummaryrefslogtreecommitdiffstats
path: root/tools/node_modules/expresso/deps/jscoverage/config.log
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/expresso/deps/jscoverage/config.log')
-rw-r--r--tools/node_modules/expresso/deps/jscoverage/config.log899
1 files changed, 899 insertions, 0 deletions
diff --git a/tools/node_modules/expresso/deps/jscoverage/config.log b/tools/node_modules/expresso/deps/jscoverage/config.log
new file mode 100644
index 0000000..8600990
--- /dev/null
+++ b/tools/node_modules/expresso/deps/jscoverage/config.log
@@ -0,0 +1,899 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by jscoverage configure 0.4, which was
+generated by GNU Autoconf 2.61. Invocation command line was
+
+ $ ./configure
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = happy.bec-systems.com
+uname -m = x86_64
+uname -r = 2.6.35-30-generic
+uname -s = Linux
+uname -v = #54-Ubuntu SMP Tue Jun 7 18:41:54 UTC 2011
+
+/usr/bin/uname -p = unknown
+/bin/uname -X = unknown
+
+/bin/arch = unknown
+/usr/bin/arch -k = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo = unknown
+/bin/machine = unknown
+/usr/bin/oslevel = unknown
+/bin/universe = unknown
+
+PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin
+PATH: /scratch/oe/oe-admin/tools/node_modules/expresso/node_modules/.bin
+PATH: /scratch/oe/oe-admin/tools/node_modules/.bin
+PATH: /home/cbrake/bin
+PATH: /home/cbrake/bin
+PATH: /usr/local/sbin
+PATH: /usr/local/bin
+PATH: /usr/sbin
+PATH: /usr/bin
+PATH: /sbin
+PATH: /bin
+PATH: /usr/games
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:1807: checking for a BSD-compatible install
+configure:1863: result: /usr/bin/install -c
+configure:1874: checking whether build environment is sane
+configure:1917: result: yes
+configure:1945: checking for a thread-safe mkdir -p
+configure:1984: result: /bin/mkdir -p
+configure:1997: checking for gawk
+configure:2013: found /usr/bin/gawk
+configure:2024: result: gawk
+configure:2035: checking whether make sets $(MAKE)
+configure:2056: result: yes
+configure:2253: checking build system type
+configure:2271: result: x86_64-unknown-linux-gnu
+configure:2293: checking host system type
+configure:2308: result: x86_64-unknown-linux-gnu
+configure:2380: checking for gcc
+configure:2396: found /usr/bin/gcc
+configure:2407: result: gcc
+configure:2645: checking for C compiler version
+configure:2652: gcc --version >&5
+gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
+Copyright (C) 2010 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:2655: $? = 0
+configure:2662: gcc -v >&5
+Using built-in specs.
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
+configure:2665: $? = 0
+configure:2672: gcc -V >&5
+gcc: '-V' option must have argument
+configure:2675: $? = 1
+configure:2698: checking for C compiler default output file name
+configure:2725: gcc conftest.c >&5
+configure:2728: $? = 0
+configure:2766: result: a.out
+configure:2783: checking whether the C compiler works
+configure:2793: ./a.out
+configure:2796: $? = 0
+configure:2813: result: yes
+configure:2820: checking whether we are cross compiling
+configure:2822: result: no
+configure:2825: checking for suffix of executables
+configure:2832: gcc -o conftest conftest.c >&5
+configure:2835: $? = 0
+configure:2859: result:
+configure:2865: checking for suffix of object files
+configure:2891: gcc -c conftest.c >&5
+configure:2894: $? = 0
+configure:2917: result: o
+configure:2921: checking whether we are using the GNU C compiler
+configure:2950: gcc -c conftest.c >&5
+configure:2956: $? = 0
+configure:2973: result: yes
+configure:2978: checking whether gcc accepts -g
+configure:3008: gcc -c -g conftest.c >&5
+configure:3014: $? = 0
+configure:3113: result: yes
+configure:3130: checking for gcc option to accept ISO C89
+configure:3204: gcc -c -g -O2 conftest.c >&5
+configure:3210: $? = 0
+configure:3233: result: none needed
+configure:3262: checking for style of include used by make
+configure:3290: result: GNU
+configure:3315: checking dependency style of gcc
+configure:3406: result: gcc3
+configure:3421: checking for gcc option to accept ISO C99
+configure:3580: gcc -c -g -O2 conftest.c >&5
+conftest.c:60: error: expected ';', ',' or ')' before 'text'
+conftest.c: In function 'main':
+conftest.c:114: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
+conftest.c:114: error: 'newvar' undeclared (first use in this function)
+conftest.c:114: error: (Each undeclared identifier is reported only once
+conftest.c:114: error: for each function it appears in.)
+conftest.c:124: error: 'for' loop initial declarations are only allowed in C99 mode
+conftest.c:124: note: use option -std=c99 or -std=gnu99 to compile your code
+configure:3586: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME "jscoverage"
+| #define PACKAGE_TARNAME "jscoverage"
+| #define PACKAGE_VERSION "0.4"
+| #define PACKAGE_STRING "jscoverage 0.4"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "jscoverage"
+| #define VERSION "0.4"
+| /* end confdefs.h. */
+| #include <stdarg.h>
+| #include <stdbool.h>
+| #include <stdlib.h>
+| #include <wchar.h>
+| #include <stdio.h>
+|
+| // Check varargs macros. These examples are taken from C99 6.10.3.5.
+| #define debug(...) fprintf (stderr, __VA_ARGS__)
+| #define showlist(...) puts (#__VA_ARGS__)
+| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
+| static void
+| test_varargs_macros (void)
+| {
+| int x = 1234;
+| int y = 5678;
+| debug ("Flag");
+| debug ("X = %d\n", x);
+| showlist (The first, second, and third items.);
+| report (x>y, "x is %d but y is %d", x, y);
+| }
+|
+| // Check long long types.
+| #define BIG64 18446744073709551615ull
+| #define BIG32 4294967295ul
+| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
+| #if !BIG_OK
+| your preprocessor is broken;
+| #endif
+| #if BIG_OK
+| #else
+| your preprocessor is broken;
+| #endif
+| static long long int bignum = -9223372036854775807LL;
+| static unsigned long long int ubignum = BIG64;
+|
+| struct incomplete_array
+| {
+| int datasize;
+| double data[];
+| };
+|
+| struct named_init {
+| int number;
+| const wchar_t *name;
+| double average;
+| };
+|
+| typedef const char *ccp;
+|
+| static inline int
+| test_restrict (ccp restrict text)
+| {
+| // See if C++-style comments work.
+| // Iterate through items via the restricted pointer.
+| // Also check for declarations in for loops.
+| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
+| continue;
+| return 0;
+| }
+|
+| // Check varargs and va_copy.
+| static void
+| test_varargs (const char *format, ...)
+| {
+| va_list args;
+| va_start (args, format);
+| va_list args_copy;
+| va_copy (args_copy, args);
+|
+| const char *str;
+| int number;
+| float fnumber;
+|
+| while (*format)
+| {
+| switch (*format++)
+| {
+| case 's': // string
+| str = va_arg (args_copy, const char *);
+| break;
+| case 'd': // int
+| number = va_arg (args_copy, int);
+| break;
+| case 'f': // float
+| fnumber = va_arg (args_copy, double);
+| break;
+| default:
+| break;
+| }
+| }
+| va_end (args_copy);
+| va_end (args);
+| }
+|
+| int
+| main ()
+| {
+|
+| // Check bool.
+| _Bool success = false;
+|
+| // Check restrict.
+| if (test_restrict ("String literal") == 0)
+| success = true;
+| char *restrict newvar = "Another string";
+|
+| // Check varargs.
+| test_varargs ("s, d' f .", "string", 65, 34.234);
+| test_varargs_macros ();
+|
+| // Check flexible array members.
+| struct incomplete_array *ia =
+| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
+| ia->datasize = 10;
+| for (int i = 0; i < ia->datasize; ++i)
+| ia->data[i] = i * 1.234;
+|
+| // Check named initializers.
+| struct named_init ni = {
+| .number = 34,
+| .name = L"Test wide string",
+| .average = 543.34343,
+| };
+|
+| ni.number = 58;
+|
+| int dynamic_array[ni.number];
+| dynamic_array[ni.number - 1] = 543;
+|
+| // work around unused variable warnings
+| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
+| || dynamic_array[ni.number - 1] != 543);
+|
+| ;
+| return 0;
+| }
+configure:3580: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:3586: $? = 0
+configure:3616: result: -std=gnu99
+configure:3680: checking for g++
+configure:3696: found /usr/bin/g++
+configure:3707: result: g++
+configure:3738: checking for C++ compiler version
+configure:3745: g++ --version >&5
+g++ (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
+Copyright (C) 2010 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:3748: $? = 0
+configure:3755: g++ -v >&5
+Using built-in specs.
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
+configure:3758: $? = 0
+configure:3765: g++ -V >&5
+g++: '-V' option must have argument
+configure:3768: $? = 1
+configure:3771: checking whether we are using the GNU C++ compiler
+configure:3800: g++ -c conftest.cpp >&5
+configure:3806: $? = 0
+configure:3823: result: yes
+configure:3828: checking whether g++ accepts -g
+configure:3858: g++ -c -g conftest.cpp >&5
+configure:3864: $? = 0
+configure:3963: result: yes
+configure:3988: checking dependency style of g++
+configure:4079: result: gcc3
+configure:4136: checking for ld used by GCC
+configure:4200: result: /usr/bin/ld
+configure:4209: checking if the linker (/usr/bin/ld) is GNU ld
+configure:4222: result: yes
+configure:4229: checking for shared library run path origin
+configure:4242: result: done
+configure:4751: checking for iconv
+configure:4783: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+configure:4789: $? = 0
+configure:4859: result: yes
+configure:4862: checking for working iconv
+configure:4948: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+configure:4951: $? = 0
+configure:4957: ./conftest
+configure:4960: $? = 0
+configure:4978: result: yes
+configure:5008: checking for iconv declaration
+configure:5047: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5053: $? = 0
+configure:5072: result:
+ extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+configure:5089: checking how to run the C preprocessor
+configure:5129: gcc -std=gnu99 -E conftest.c
+configure:5135: $? = 0
+configure:5166: gcc -std=gnu99 -E conftest.c
+conftest.c:12: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:5172: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME "jscoverage"
+| #define PACKAGE_TARNAME "jscoverage"
+| #define PACKAGE_VERSION "0.4"
+| #define PACKAGE_STRING "jscoverage 0.4"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "jscoverage"
+| #define VERSION "0.4"
+| #define HAVE_ICONV 1
+| #define ICONV_CONST
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:5205: result: gcc -std=gnu99 -E
+configure:5234: gcc -std=gnu99 -E conftest.c
+configure:5240: $? = 0
+configure:5271: gcc -std=gnu99 -E conftest.c
+conftest.c:12: fatal error: ac_nonexistent.h: No such file or directory
+compilation terminated.
+configure:5277: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME "jscoverage"
+| #define PACKAGE_TARNAME "jscoverage"
+| #define PACKAGE_VERSION "0.4"
+| #define PACKAGE_STRING "jscoverage 0.4"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "jscoverage"
+| #define VERSION "0.4"
+| #define HAVE_ICONV 1
+| #define ICONV_CONST
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:5315: checking for grep that handles long lines and -e
+configure:5389: result: /bin/grep
+configure:5394: checking for egrep
+configure:5472: result: /bin/grep -E
+configure:5477: checking for ANSI C header files
+configure:5507: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5513: $? = 0
+configure:5612: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+configure:5615: $? = 0
+configure:5621: ./conftest
+configure:5624: $? = 0
+configure:5641: result: yes
+configure:5665: checking for sys/types.h
+configure:5686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5692: $? = 0
+configure:5708: result: yes
+configure:5665: checking for sys/stat.h
+configure:5686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5692: $? = 0
+configure:5708: result: yes
+configure:5665: checking for stdlib.h
+configure:5686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5692: $? = 0
+configure:5708: result: yes
+configure:5665: checking for string.h
+configure:5686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5692: $? = 0
+configure:5708: result: yes
+configure:5665: checking for memory.h
+configure:5686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5692: $? = 0
+configure:5708: result: yes
+configure:5665: checking for strings.h
+configure:5686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5692: $? = 0
+configure:5708: result: yes
+configure:5665: checking for inttypes.h
+configure:5686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5692: $? = 0
+configure:5708: result: yes
+configure:5665: checking for stdint.h
+configure:5686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5692: $? = 0
+configure:5708: result: yes
+configure:5665: checking for unistd.h
+configure:5686: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5692: $? = 0
+configure:5708: result: yes
+configure:5735: checking pthread.h usability
+configure:5752: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5758: $? = 0
+configure:5772: result: yes
+configure:5776: checking pthread.h presence
+configure:5791: gcc -std=gnu99 -E conftest.c
+configure:5797: $? = 0
+configure:5811: result: yes
+configure:5839: checking for pthread.h
+configure:5847: result: yes
+configure:5875: checking iconv.h usability
+configure:5892: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:5898: $? = 0
+configure:5912: result: yes
+configure:5916: checking iconv.h presence
+configure:5931: gcc -std=gnu99 -E conftest.c
+configure:5937: $? = 0
+configure:5951: result: yes
+configure:5979: checking for iconv.h
+configure:5987: result: yes
+configure:6015: checking windows.h usability
+configure:6032: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+conftest.c:57: fatal error: windows.h: No such file or directory
+compilation terminated.
+configure:6038: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME "jscoverage"
+| #define PACKAGE_TARNAME "jscoverage"
+| #define PACKAGE_VERSION "0.4"
+| #define PACKAGE_STRING "jscoverage 0.4"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "jscoverage"
+| #define VERSION "0.4"
+| #define HAVE_ICONV 1
+| #define ICONV_CONST
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_PTHREAD_H 1
+| #define HAVE_ICONV_H 1
+| /* end confdefs.h. */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| # include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| # include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <windows.h>
+configure:6052: result: no
+configure:6056: checking windows.h presence
+configure:6071: gcc -std=gnu99 -E conftest.c
+conftest.c:24: fatal error: windows.h: No such file or directory
+compilation terminated.
+configure:6077: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME "jscoverage"
+| #define PACKAGE_TARNAME "jscoverage"
+| #define PACKAGE_VERSION "0.4"
+| #define PACKAGE_STRING "jscoverage 0.4"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "jscoverage"
+| #define VERSION "0.4"
+| #define HAVE_ICONV 1
+| #define ICONV_CONST
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_PTHREAD_H 1
+| #define HAVE_ICONV_H 1
+| /* end confdefs.h. */
+| #include <windows.h>
+configure:6091: result: no
+configure:6119: checking for windows.h
+configure:6127: result: no
+configure:6142: checking whether byte ordering is bigendian
+configure:6175: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+configure:6181: $? = 0
+configure:6213: gcc -std=gnu99 -c -g -O2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:31: error: 'not' undeclared (first use in this function)
+conftest.c:31: error: (Each undeclared identifier is reported only once
+conftest.c:31: error: for each function it appears in.)
+conftest.c:31: error: expected ';' before 'big'
+configure:6219: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME "jscoverage"
+| #define PACKAGE_TARNAME "jscoverage"
+| #define PACKAGE_VERSION "0.4"
+| #define PACKAGE_STRING "jscoverage 0.4"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "jscoverage"
+| #define VERSION "0.4"
+| #define HAVE_ICONV 1
+| #define ICONV_CONST
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_PTHREAD_H 1
+| #define HAVE_ICONV_H 1
+| /* end confdefs.h. */
+| #include <sys/types.h>
+| #include <sys/param.h>
+|
+| int
+| main ()
+| {
+| #if BYTE_ORDER != BIG_ENDIAN
+| not big endian
+| #endif
+|
+| ;
+| return 0;
+| }
+configure:6359: result: no
+configure:6389: checking for getaddrinfo
+configure:6445: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+configure:6451: $? = 0
+configure:6469: result: yes
+configure:6389: checking for gethostbyname_r
+configure:6445: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+configure:6451: $? = 0
+configure:6469: result: yes
+configure:6389: checking for inet_aton
+configure:6445: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+configure:6451: $? = 0
+configure:6469: result: yes
+configure:6389: checking for strndup
+configure:6445: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+conftest.c:50: warning: conflicting types for built-in function 'strndup'
+configure:6451: $? = 0
+configure:6469: result: yes
+configure:6389: checking for vasprintf
+configure:6445: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+configure:6451: $? = 0
+configure:6469: result: yes
+configure:6389: checking for asprintf
+configure:6445: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+configure:6451: $? = 0
+configure:6469: result: yes
+configure:6479: checking for MultiByteToWideChar
+configure:6508: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
+conftest.c:30: fatal error: windows.h: No such file or directory
+compilation terminated.
+configure:6514: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME "jscoverage"
+| #define PACKAGE_TARNAME "jscoverage"
+| #define PACKAGE_VERSION "0.4"
+| #define PACKAGE_STRING "jscoverage 0.4"
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE "jscoverage"
+| #define VERSION "0.4"
+| #define HAVE_ICONV 1
+| #define ICONV_CONST
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_PTHREAD_H 1
+| #define HAVE_ICONV_H 1
+| #define HAVE_GETADDRINFO 1
+| #define HAVE_GETHOSTBYNAME_R 1
+| #define HAVE_INET_ATON 1
+| #define HAVE_STRNDUP 1
+| #define HAVE_VASPRINTF 1
+| #define HAVE_ASPRINTF 1
+| /* end confdefs.h. */
+| #include <windows.h>
+| int
+| main ()
+| {
+| MultiByteToWideChar(0,0,0,0,0,0);
+| ;
+| return 0;
+| }
+configure:6533: result: no
+configure:6699: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by jscoverage config.status 0.4, which was
+generated by GNU Autoconf 2.61. Invocation command line was
+
+ CONFIG_FILES =
+ CONFIG_HEADERS =
+ CONFIG_LINKS =
+ CONFIG_COMMANDS =
+ $ ./config.status
+
+on happy.bec-systems.com
+
+config.status:661: creating Makefile
+config.status:661: creating make-dist.sh
+config.status:661: creating make-bin-dist.sh
+config.status:661: creating tests/Makefile
+config.status:661: creating config.h
+config.status:944: executing depfiles commands
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_build=x86_64-unknown-linux-gnu
+ac_cv_c_bigendian=no
+ac_cv_c_compiler_gnu=yes
+ac_cv_cxx_compiler_gnu=yes
+ac_cv_env_CCC_set=
+ac_cv_env_CCC_value=
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_CXXFLAGS_set=
+ac_cv_env_CXXFLAGS_value=
+ac_cv_env_CXX_set=
+ac_cv_env_CXX_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_func_asprintf=yes
+ac_cv_func_getaddrinfo=yes
+ac_cv_func_gethostbyname_r=yes
+ac_cv_func_inet_aton=yes
+ac_cv_func_strndup=yes
+ac_cv_func_vasprintf=yes
+ac_cv_header_iconv_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_pthread_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_header_windows_h=no
+ac_cv_host=x86_64-unknown-linux-gnu
+ac_cv_objext=o
+ac_cv_path_EGREP='/bin/grep -E'
+ac_cv_path_GREP=/bin/grep
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_path_mkdir=/bin/mkdir
+ac_cv_prog_AWK=gawk
+ac_cv_prog_CPP='gcc -std=gnu99 -E'
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_CXX=g++
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_c99=-std=gnu99
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cxx_g=yes
+ac_cv_prog_make_make_set=yes
+acl_cv_hardcode_direct=no
+acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+acl_cv_hardcode_libdir_separator=
+acl_cv_hardcode_minus_L=no
+acl_cv_libext=a
+acl_cv_libname_spec='lib$name'
+acl_cv_library_names_spec='$libname$shrext'
+acl_cv_path_LD=/usr/bin/ld
+acl_cv_prog_gnu_ld=yes
+acl_cv_rpath=done
+acl_cv_shlibext=so
+acl_cv_wl=-Wl,
+am_cv_CC_dependencies_compiler_type=gcc3
+am_cv_CXX_dependencies_compiler_type=gcc3
+am_cv_func_iconv=yes
+am_cv_func_iconv_works=yes
+am_cv_lib_iconv=no
+am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
+am_cv_proto_iconv_arg1=
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+ACLOCAL='${SHELL} /scratch/oe/oe-admin/tools/node_modules/expresso/deps/jscoverage/missing --run aclocal-1.10'
+AMDEPBACKSLASH='\'
+AMDEP_FALSE='#'
+AMDEP_TRUE=''
+AMTAR='${SHELL} /scratch/oe/oe-admin/tools/node_modules/expresso/deps/jscoverage/missing --run tar'
+AUTOCONF='${SHELL} /scratch/oe/oe-admin/tools/node_modules/expresso/deps/jscoverage/missing --run autoconf'
+AUTOHEADER='${SHELL} /scratch/oe/oe-admin/tools/node_modules/expresso/deps/jscoverage/missing --run autoheader'
+AUTOMAKE='${SHELL} /scratch/oe/oe-admin/tools/node_modules/expresso/deps/jscoverage/missing --run automake-1.10'
+AWK='gawk'
+CC='gcc -std=gnu99'
+CCDEPMODE='depmode=gcc3'
+CFLAGS='-g -O2'
+CPP='gcc -std=gnu99 -E'
+CPPFLAGS=''
+CXX='g++'
+CXXDEPMODE='depmode=gcc3'
+CXXFLAGS='-g -O2'
+CYGPATH_W='echo'
+DEFS='-DHAVE_CONFIG_H'
+DEPDIR='.deps'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/bin/grep -E'
+EXEEXT=''
+EXTRA_SOCKET_LIBS=''
+EXTRA_THREAD_LIBS='-lpthread'
+EXTRA_TIMER_LIBS=''
+GREP='/bin/grep'
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
+LDFLAGS=''
+LIBICONV=''
+LIBOBJS=''
+LIBS=''
+LTLIBICONV=''
+LTLIBOBJS=''
+MAKEINFO='${SHELL} /scratch/oe/oe-admin/tools/node_modules/expresso/deps/jscoverage/missing --run makeinfo'
+OBJEXT='o'
+PACKAGE='jscoverage'
+PACKAGE_BUGREPORT=''
+PACKAGE_NAME='jscoverage'
+PACKAGE_STRING='jscoverage 0.4'
+PACKAGE_TARNAME='jscoverage'
+PACKAGE_VERSION='0.4'
+PATH_SEPARATOR=':'
+SET_MAKE=''
+SHELL='/bin/sh'
+STRIP=''
+VERSION='0.4'
+XP_DEF='-DXP_UNIX'
+ac_ct_CC='gcc'
+ac_ct_CXX='g++'
+am__fastdepCC_FALSE='#'
+am__fastdepCC_TRUE=''
+am__fastdepCXX_FALSE='#'
+am__fastdepCXX_TRUE=''
+am__include='include'
+am__isrc=''
+am__leading_dot='.'
+am__quote=''
+am__tar='${AMTAR} chof - "$$tardir"'
+am__untar='${AMTAR} xf -'
+bindir='${exec_prefix}/bin'
+build='x86_64-unknown-linux-gnu'
+build_alias=''
+build_cpu='x86_64'
+build_os='linux-gnu'
+build_vendor='unknown'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+host='x86_64-unknown-linux-gnu'
+host_alias=''
+host_cpu='x86_64'
+host_os='linux-gnu'
+host_vendor='unknown'
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+install_sh='$(SHELL) /scratch/oe/oe-admin/tools/node_modules/expresso/deps/jscoverage/install-sh'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+mkdir_p='/bin/mkdir -p'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target_alias=''
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+#define PACKAGE_NAME "jscoverage"
+#define PACKAGE_TARNAME "jscoverage"
+#define PACKAGE_VERSION "0.4"
+#define PACKAGE_STRING "jscoverage 0.4"
+#define PACKAGE_BUGREPORT ""
+#define PACKAGE "jscoverage"
+#define VERSION "0.4"
+#define HAVE_ICONV 1
+#define ICONV_CONST
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_PTHREAD_H 1
+#define HAVE_ICONV_H 1
+#define HAVE_GETADDRINFO 1
+#define HAVE_GETHOSTBYNAME_R 1
+#define HAVE_INET_ATON 1
+#define HAVE_STRNDUP 1
+#define HAVE_VASPRINTF 1
+#define HAVE_ASPRINTF 1
+
+configure: exit 0