This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ /root/gcc/gdc-3.3.3/libphobos/configure --cache-file=../config.cache --host=arm-wince-pe --build=i686-pc-linux-gnu --with-cross-host=i686-pc-linux-gnu --with-gcc-version-trigger=/root/gcc/gdc-3.3.3/gcc/version.c --prefix=/usr/local/arm-wince-pe --disable-nls --disable-shared --enable-multilib=no --enable-languages=c,d,c++ --with-build-time-tools=/usr/local/arm-wince-pe/bin --with-as=/usr/local/arm-wince-pe/bin/arm-wince-pe-as --with-ld=/usr/local/arm-wince-pe/bin/arm-wince-pe-ld --with-sysroot=/usr/local/arm-wince-pe --enable-phobos-config-dir=/usr/local/arm-wince-pe/phobos-config --srcdir=/root/gcc/gdc-3.3.3/libphobos --with-target-subdir=arm-wince-pe ## --------- ## ## Platform. ## ## --------- ## hostname = colinux uname -m = i686 uname -r = 2.6.10-co-0.6.2 uname -s = Linux uname -v = #5 Sat Feb 5 10:19:16 IST 2005 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/bin/X11 PATH: /root/dmd/bin PATH: /usr/local/arm-wince-pe/bin ## ----------- ## ## Core tests. ## ## ----------- ## ... there is stuff missing because the file was too large to post, so I cut stuff out ... configure:5224: checking for fwide configure:5281: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -o conftest.exe -O2 -g -O2 conftest.c -lm >&5 /tmp/ccc7TL0u.o(.text+0x24): In function `main': /root/pgcc/gcc/arm-wince-pe/libphobos/conftest.c:69: undefined reference to `fwide' /tmp/ccc7TL0u.o(.data+0x0):/root/pgcc/gcc/arm-wince-pe/libphobos/conftest.c:65: undefined reference to `fwide' collect2: ld returned 1 exit status configure:5287: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | /* end confdefs.h. */ | /* Define fwide to an innocuous variant, in case declares fwide. | For example, HP-UX 11i declares gettimeofday. */ | #define fwide innocuous_fwide | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fwide (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fwide | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fwide (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_fwide) || defined (__stub___fwide) | choke me | #else | char (*f) () = fwide; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != fwide; | ; | return 0; | } configure:5312: result: no configure:5322: checking for strtold configure:5379: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -o conftest.exe -O2 -g -O2 conftest.c -lm >&5 /tmp/ccwYooER.o(.text+0x24): In function `main': /root/pgcc/gcc/arm-wince-pe/libphobos/conftest.c:69: undefined reference to `strtold' /tmp/ccwYooER.o(.data+0x0):/root/pgcc/gcc/arm-wince-pe/libphobos/conftest.c:65: undefined reference to `strtold' collect2: ld returned 1 exit status configure:5385: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | /* end confdefs.h. */ | /* Define strtold to an innocuous variant, in case declares strtold. | For example, HP-UX 11i declares gettimeofday. */ | #define strtold innocuous_strtold | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strtold (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strtold | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strtold (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_strtold) || defined (__stub___strtold) | choke me | #else | char (*f) () = strtold; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strtold; | ; | return 0; | } configure:5410: result: no configure:5421: checking for tm_gmtoff configure:5442: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:32: error: structure has no member named `tm_gmtoff' conftest.c:32: error: structure has no member named `tm_gmtoff' conftest.c:33: error: structure has no member named `tm_zone' conftest.c:33: error: structure has no member named `tm_zone' configure:5448: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | /* end confdefs.h. */ | #include | int | main () | { | | struct tm t; | t.tm_gmtoff = t.tm_gmtoff; | t.tm_zone = t.tm_zone; | ; | return 0; | } configure:5474: result: no configure:5479: checking for timezone configure:5498: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: `timezone' 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.) configure:5504: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | /* end confdefs.h. */ | #include | int | main () | { | | time_t t = timezone * 42; | ; | return 0; | } configure:5530: result: no configure:5535: checking for _timezone configure:5554: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 configure:5560: $? = 0 configure:5564: test -z || test ! -s conftest.err configure:5567: $? = 0 configure:5570: test -s conftest.o configure:5573: $? = 0 configure:5575: result: yes configure:5592: checking CLOCKS_PER_SEC configure:5614: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 configure:5620: $? = 0 configure:5624: test -z || test ! -s conftest.err configure:5627: $? = 0 configure:5630: test -s conftest.o configure:5633: $? = 0 configure:5655: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: size of array `test_array' is negative configure:5661: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | static int test_array [1 - 2 * !((CLOCKS_PER_SEC) <= 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:5655: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: size of array `test_array' is negative configure:5661: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | static int test_array [1 - 2 * !((CLOCKS_PER_SEC) <= 1)]; | test_array [0] = 0 | | ; | return 0; | } configure:5655: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: size of array `test_array' is negative configure:5661: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | static int test_array [1 - 2 * !((CLOCKS_PER_SEC) <= 3)]; | test_array [0] = 0 | | ; | return 0; | } configure:5655: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: size of array `test_array' is negative configure:5661: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | static int test_array [1 - 2 * !((CLOCKS_PER_SEC) <= 7)]; | test_array [0] = 0 | | ; | return 0; | } configure:5655: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: size of array `test_array' is negative configure:5661: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | static int test_array [1 - 2 * !((CLOCKS_PER_SEC) <= 15)]; | test_array [0] = 0 | | ; | return 0; | } configure:5655: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: size of array `test_array' is negative configure:5661: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | static int test_array [1 - 2 * !((CLOCKS_PER_SEC) <= 31)]; | test_array [0] = 0 | | ; | return 0; | } configure:5655: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: size of array `test_array' is negative configure:5661: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | static int test_array [1 - 2 * !((CLOCKS_PER_SEC) <= 63)]; | test_array [0] = 0 | | ; | return 0; | } configure:5655: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 configure:5661: $? = 0 configure:5665: test -z || test ! -s conftest.err configure:5668: $? = 0 configure:5671: test -s conftest.o configure:5674: $? = 0 configure:5818: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: size of array `test_array' is negative configure:5824: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | static int test_array [1 - 2 * !((CLOCKS_PER_SEC) <= 95)]; | test_array [0] = 0 | | ; | return 0; | } configure:5818: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 configure:5824: $? = 0 configure:5828: test -z || test ! -s conftest.err configure:5831: $? = 0 configure:5834: test -s conftest.o configure:5837: $? = 0 configure:5818: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 configure:5824: $? = 0 configure:5828: test -z || test ! -s conftest.err configure:5831: $? = 0 configure:5834: test -s conftest.o configure:5837: $? = 0 configure:5818: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:31: error: size of array `test_array' is negative configure:5824: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | /* end confdefs.h. */ | #include | int | main () | { | static int test_array [1 - 2 * !((CLOCKS_PER_SEC) <= 99)]; | test_array [0] = 0 | | ; | return 0; | } configure:5818: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 configure:5824: $? = 0 configure:5828: test -z || test ! -s conftest.err configure:5831: $? = 0 configure:5834: test -s conftest.o configure:5837: $? = 0 configure:5818: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -c -O2 -g -O2 conftest.c >&5 configure:5824: $? = 0 configure:5828: test -z || test ! -s conftest.err configure:5831: $? = 0 configure:5834: test -s conftest.o configure:5837: $? = 0 configure:5926: result: 100 configure:5935: checking for snprintf configure:5992: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -o conftest.exe -O2 -g -O2 conftest.c -lm >&5 conftest.c:51: warning: conflicting types for built-in function `snprintf' configure:5998: $? = 0 configure:6002: test -z || test ! -s conftest.err configure:6005: $? = 0 configure:6008: test -s conftest.exe configure:6011: $? = 0 configure:6023: result: yes configure:6042: checking for vsnprintf configure:6099: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -o conftest.exe -O2 -g -O2 conftest.c -lm >&5 conftest.c:52: warning: conflicting types for built-in function `vsnprintf' configure:6105: $? = 0 configure:6109: test -z || test ! -s conftest.err configure:6112: $? = 0 configure:6115: test -s conftest.exe configure:6118: $? = 0 configure:6130: result: yes configure:7542: checking for mmap configure:7599: /root/pgcc/gcc/gcc/xgcc -B/root/pgcc/gcc/gcc/ -B/usr/local/arm-wince-pe/arm-wince-pe/bin/ -B/usr/local/arm-wince-pe/arm-wince-pe/lib/ -isystem /usr/local/arm-wince-pe/arm-wince-pe/include -o conftest.exe -O2 -g -O2 conftest.c -lm >&5 /tmp/cc2WqRep.o(.text+0x24): In function `main': /root/pgcc/gcc/arm-wince-pe/libphobos/conftest.c:72: undefined reference to `mmap' /tmp/cc2WqRep.o(.data+0x0):/root/pgcc/gcc/arm-wince-pe/libphobos/conftest.c:68: undefined reference to `mmap' collect2: ld returned 1 exit status configure:7605: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #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_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SIZEOF_FILE 1 | #define HAVE_SIZEOF_DIR 1 | #define HAVE_LIBM 1 | #define HAVE_EXP2 1 | #define HAVE__TIMEZONE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | /* end confdefs.h. */ | /* Define mmap to an innocuous variant, in case declares mmap. | For example, HP-UX 11i declares gettimeofday. */ | #define mmap innocuous_mmap | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mmap (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mmap | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char mmap (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_mmap) || defined (__stub___mmap) | choke me | #else | char (*f) () = mmap; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != mmap; | ; | return 0; | } configure:7630: result: no configure:7638: error: No usable memory allocation routine