logo       

Building pthread.: msg#00017

gnu.cegcc.devel

Subject: Building pthread.

Hi,

I am trying to build jamvm (http://jamvm.sourceforge.net/) with
cegcc/mingw32ce, since jamvm can also be build with cygwin
(http://developer.classpath.org/mediation/ClasspathOnCygwin).

I am able to build classpath, but when I run the configure script from jamvm I
get

checking for pthread_self in -lpthread... no
configure: error: libpthread is missing

with both ceggc and mingw32ce.

So I downloaded pthread 2.0.7 from http://www.gnu.org/software/pth/ and tried
building it, but the configure script always fails with both cegcc and
mingw32ce. I also wanted to try pthreads-win32
(http://sources.redhat.com/pthreads-win32/), but it has no configure script, so
I was not able to build it.

Has anyone managed to build pthreads with cegcc or with mingw32ce? Or can
anyone help me build it ;-)

Kind regards,
Leonardo.

I am using cegcc 0.50 on "Linux hostname 2.4.21-303-smp4G #1 SMP Tue Dec 6
12:33:10 UTC 2005 i686 i686 i386 GNU/Linux"

Here are the contents of pth's config.log:

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 (OpenPKG-CURRENT). Invocation command line was
$ ./configure --host=arm-wince-mingw32ce --target=arm-wince-mingw32ce
## --------- ##
## Platform. ##
## --------- ##
hostname = hostname
uname -m = i686
uname -r = 2.4.21-303-smp4G
uname -s = Linux
uname -v = #1 SMP Tue Dec 6 12:33:10 UTC 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: /home/user/CeGCC/opt/cegcc/bin
PATH: /home/user/CeGCC/opt/mingw32ce/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /usr/lib/java/bin
PATH: /opt/nsr
PATH: /opt/nsr
PATH: /home/user/OpenWrt-SDK-Linux-i686-1/SunJava2-1.4.2/bin/

## ----------- ##
## Core tests. ##
## ----------- ##
configure:1671: result:
configure:1673: result: [1mBuild Tools:[m
configure:1686: checking for arm-wince-mingw32ce-gcc
configure:1702: found /home/user/CeGCC/opt/mingw32ce/bin/arm-wince-mingw32ce-gcc
configure:1712: result: arm-wince-mingw32ce-gcc
configure:1994: checking for C compiler version
configure:1997: arm-wince-mingw32ce-gcc --version </dev/null >&5
arm-wince-mingw32ce-gcc (GCC) 4.1.0
Copyright (C) 2006 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:2000: $? = 0
configure:2002: arm-wince-mingw32ce-gcc -v </dev/null >&5
Using built-in specs.
Target: arm-wince-mingw32ce
Configured with: /usr/src/rpm/BUILD/cegcc-mingw32ce-0.50/src/gcc/configure
--with-gcc --with-gnu-ld --with-gnu-as --target=arm-wince-mingw32ce
--prefix=/opt/mingw32ce --enable-threads=win32 --disable-nls
--enable-languages=c,c++ --disable-win32-registry --disable-multilib
--disable-interwork --without-newlib --enable-checking --with-headers
Thread model: win32
gcc version 4.1.0
configure:2005: $? = 0
configure:2007: arm-wince-mingw32ce-gcc -V </dev/null >&5
arm-wince-mingw32ce-gcc: '-V' option must have argument
configure:2010: $? = 1
configure:2033: checking for C compiler default output file name
configure:2036: arm-wince-mingw32ce-gcc conftest.c >&5
configure:2039: $? = 0
configure:2085: result: a.exe
configure:2090: checking whether the C compiler works
configure:2096: ./a.exe
./configure: line 1: ./a.exe: cannot execute binary file
configure:2099: $? = 126
configure:2116: result: yes
configure:2123: checking whether we are cross compiling
configure:2125: result: yes
configure:2128: checking for suffix of executables
configure:2130: arm-wince-mingw32ce-gcc -o conftest.exe conftest.c >&5
configure:2133: $? = 0
configure:2158: result: .exe
configure:2164: checking for suffix of object files
configure:2185: arm-wince-mingw32ce-gcc -c conftest.c >&5
configure:2188: $? = 0
configure:2210: result: o
configure:2214: checking whether we are using the GNU C compiler
configure:2238: arm-wince-mingw32ce-gcc -c conftest.c >&5
configure:2244: $? = 0
configure:2248: test -z
|| test ! -s conftest.err
configure:2251: $? = 0
configure:2254: test -s conftest.o
configure:2257: $? = 0
configure:2270: result: yes
configure:2276: checking whether arm-wince-mingw32ce-gcc accepts -g
configure:2297: arm-wince-mingw32ce-gcc -c -g conftest.c >&5
configure:2303: $? = 0
configure:2307: test -z
|| test ! -s conftest.err
configure:2310: $? = 0
configure:2313: test -s conftest.o
configure:2316: $? = 0
configure:2327: result: yes
configure:2344: checking for arm-wince-mingw32ce-gcc option to accept ANSI C
configure:2414: arm-wince-mingw32ce-gcc -c -g -O2 conftest.c >&5
configure:2420: $? = 0
configure:2424: test -z
|| test ! -s conftest.err
configure:2427: $? = 0
configure:2430: test -s conftest.o
configure:2433: $? = 0
configure:2451: result: none needed
configure:2469: arm-wince-mingw32ce-gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'me'
configure:2475: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2613: checking how to run the C preprocessor
configure:2648: arm-wince-mingw32ce-gcc -E conftest.c
configure:2654: $? = 0
configure:2686: arm-wince-mingw32ce-gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2692: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2731: result: arm-wince-mingw32ce-gcc -E
configure:2755: arm-wince-mingw32ce-gcc -E conftest.c
configure:2761: $? = 0
configure:2793: arm-wince-mingw32ce-gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2799: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2842: checking for egrep
configure:2852: result: grep -E
configure:2857: checking whether make sets $(MAKE)
configure:2877: result: yes
configure:3029: checking for compiler option -pipe
configure:3052: result: yes
configure:3067: checking for compilation debug mode
configure:3069: result: disabled
configure:3075: checking for compilation profile mode
configure:3094: result: disabled
configure:3239: checking for compilation optimization mode
configure:3241: result: disabled
configure:3818: checking build system type
configure:3836: result: i686-pc-linux-gnu
configure:3844: checking host system type
configure:3858: result: arm-wince-mingw32ce
configure:3866: checking for a sed that does not truncate output
configure:3920: result: /usr/bin/sed
configure:3934: checking for ld used by arm-wince-mingw32ce-gcc
configure:4001: result:
/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld
configure:4010: checking if the linker
(/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld) is GNU ld
configure:4025: result: yes
configure:4030: checking for
/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld option to reload
object files
configure:4037: result: -r
configure:4055: checking for BSD-compatible nm
configure:4104: result:
/home/user/CeGCC/opt/mingw32ce/bin/arm-wince-mingw32ce-nm -B
configure:4108: checking whether ln -s works
configure:4112: result: yes
configure:4119: checking how to recognise dependent libraries
configure:4295: result: file_magic file format pei*-i386(.*architecture: i386)?
configure:4528: checking for ANSI C header files
configure:4553: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4559: $? = 0
configure:4563: test -z
|| test ! -s conftest.err
configure:4566: $? = 0
configure:4569: test -s conftest.o
configure:4572: $? = 0
configure:4681: result: yes
configure:4705: checking for sys/types.h
configure:4721: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4751: result: yes
configure:4705: checking for sys/stat.h
configure:4721: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4751: result: yes
configure:4705: checking for stdlib.h
configure:4721: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4751: result: yes
configure:4705: checking for string.h
configure:4721: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4751: result: yes
configure:4705: checking for memory.h
configure:4721: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4751: result: yes
configure:4705: checking for strings.h
configure:4721: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4751: result: yes
configure:4705: checking for inttypes.h
configure:4721: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4751: result: yes
configure:4705: checking for stdint.h
configure:4721: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4751: result: yes
configure:4705: checking for unistd.h
configure:4721: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest.o
configure:4740: $? = 0
configure:4751: result: yes
configure:4777: checking dlfcn.h usability
configure:4789: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
conftest.c:53:19: error: dlfcn.h: No such file or directory
configure:4795: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dlfcn.h>
configure:4818: result: no
configure:4822: checking dlfcn.h presence
configure:4832: arm-wince-mingw32ce-gcc -E conftest.c
conftest.c:19:19: error: dlfcn.h: No such file or directory
configure:4838: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| /* end confdefs.h. */
| #include <dlfcn.h>
configure:4858: result: no
configure:4893: checking for dlfcn.h
configure:4900: result: no
configure:4923: checking for arm-wince-mingw32ce-g++
configure:4939: found /home/user/CeGCC/opt/mingw32ce/bin/arm-wince-mingw32ce-g++
configure:4949: result: arm-wince-mingw32ce-g++
configure:5007: checking for C++ compiler version
configure:5010: arm-wince-mingw32ce-g++ --version </dev/null >&5
arm-wince-mingw32ce-g++ (GCC) 4.1.0
Copyright (C) 2006 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:5013: $? = 0
configure:5015: arm-wince-mingw32ce-g++ -v </dev/null >&5
Using built-in specs.
Target: arm-wince-mingw32ce
Configured with: /usr/src/rpm/BUILD/cegcc-mingw32ce-0.50/src/gcc/configure
--with-gcc --with-gnu-ld --with-gnu-as --target=arm-wince-mingw32ce
--prefix=/opt/mingw32ce --enable-threads=win32 --disable-nls
--enable-languages=c,c++ --disable-win32-registry --disable-multilib
--disable-interwork --without-newlib --enable-checking --with-headers
Thread model: win32
gcc version 4.1.0
configure:5018: $? = 0
configure:5020: arm-wince-mingw32ce-g++ -V </dev/null >&5
arm-wince-mingw32ce-g++: '-V' option must have argument
configure:5023: $? = 1
configure:5026: checking whether we are using the GNU C++ compiler
configure:5050: arm-wince-mingw32ce-g++ -c conftest.cc >&5
configure:5056: $? = 0
configure:5060: test -z
|| test ! -s conftest.err
configure:5063: $? = 0
configure:5066: test -s conftest.o
configure:5069: $? = 0
configure:5082: result: yes
configure:5088: checking whether arm-wince-mingw32ce-g++ accepts -g
configure:5109: arm-wince-mingw32ce-g++ -c -g conftest.cc >&5
configure:5115: $? = 0
configure:5119: test -z
|| test ! -s conftest.err
configure:5122: $? = 0
configure:5125: test -s conftest.o
configure:5128: $? = 0
configure:5139: result: yes
configure:5181: arm-wince-mingw32ce-g++ -c -g -O2 conftest.cc >&5
configure:5187: $? = 0
configure:5191: test -z
|| test ! -s conftest.err
configure:5194: $? = 0
configure:5197: test -s conftest.o
configure:5200: $? = 0
configure:5226: arm-wince-mingw32ce-g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:23: error: 'exit' was not declared in this scope
configure:5232: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5181: arm-wince-mingw32ce-g++ -c -g -O2 conftest.cc >&5
/home/user/CeGCC/opt/mingw32ce/bin/../lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw32ce/include/stdlib.h:373:
error: declaration of 'void std::exit(int)' throws different exceptions
conftest.cc:19: error: from previous declaration 'void std::exit(int) throw ()'
configure:5187: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5181: arm-wince-mingw32ce-g++ -c -g -O2 conftest.cc >&5
configure:5187: $? = 0
configure:5191: test -z
|| test ! -s conftest.err
configure:5194: $? = 0
configure:5197: test -s conftest.o
configure:5200: $? = 0
configure:5226: arm-wince-mingw32ce-g++ -c -g -O2 conftest.cc >&5
configure:5232: $? = 0
configure:5236: test -z
|| test ! -s conftest.err
configure:5239: $? = 0
configure:5242: test -s conftest.o
configure:5245: $? = 0
configure:5278: checking how to run the C++ preprocessor
configure:5309: arm-wince-mingw32ce-g++ -E conftest.cc
configure:5315: $? = 0
configure:5347: arm-wince-mingw32ce-g++ -E conftest.cc
conftest.cc:22:28: error: ac_nonexistent.h: No such file or directory
configure:5353: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5392: result: arm-wince-mingw32ce-g++ -E
configure:5416: arm-wince-mingw32ce-g++ -E conftest.cc
configure:5422: $? = 0
configure:5454: arm-wince-mingw32ce-g++ -E conftest.cc
conftest.cc:22:28: error: ac_nonexistent.h: No such file or directory
configure:5460: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5515: checking for arm-wince-mingw32ce-g77
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-f77
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-xlf
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-frt
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-pgf77
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-fort77
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-fl32
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-af77
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-f90
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-xlf90
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-pgf90
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-epcf90
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-f95
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-fort
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-xlf95
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-ifc
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-efc
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-pgf95
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-lf95
configure:5544: result: no
configure:5515: checking for arm-wince-mingw32ce-gfortran
configure:5544: result: no
configure:5557: checking for g77
configure:5586: result: no
configure:5557: checking for f77
configure:5586: result: no
configure:5557: checking for xlf
configure:5586: result: no
configure:5557: checking for frt
configure:5586: result: no
configure:5557: checking for pgf77
configure:5586: result: no
configure:5557: checking for fort77
configure:5586: result: no
configure:5557: checking for fl32
configure:5586: result: no
configure:5557: checking for af77
configure:5586: result: no
configure:5557: checking for f90
configure:5586: result: no
configure:5557: checking for xlf90
configure:5586: result: no
configure:5557: checking for pgf90
configure:5586: result: no
configure:5557: checking for epcf90
configure:5586: result: no
configure:5557: checking for f95
configure:5586: result: no
configure:5557: checking for fort
configure:5586: result: no
configure:5557: checking for xlf95
configure:5586: result: no
configure:5557: checking for ifc
configure:5586: result: no
configure:5557: checking for efc
configure:5586: result: no
configure:5557: checking for pgf95
configure:5586: result: no
configure:5557: checking for lf95
configure:5586: result: no
configure:5557: checking for gfortran
configure:5586: result: no
configure:5601: checking for Fortran 77 compiler version
configure:5601: --version </dev/null >&5
./configure: line 1: --version: command not found
configure:5604: $? = 127
configure:5606: -v </dev/null >&5
./configure: line 1: -v: command not found
configure:5609: $? = 127
configure:5611: -V </dev/null >&5
./configure: line 1: -V: command not found
configure:5614: $? = 127
configure:5622: checking whether we are using the GNU Fortran 77 compiler
configure:5636: -c conftest.F >&5
./configure: line 1: -c: command not found
configure:5642: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5668: result: no
configure:5674: checking whether accepts -g
configure:5686: -c -g conftest.f >&5
./configure: line 1: -c: command not found
configure:5692: $? = 127
configure: failed program was:
| program main
|
| end
configure:5717: result: no
configure:5747: checking the maximum length of command line arguments
configure:5856: result: 32768
configure:5867: checking command to parse
/home/user/CeGCC/opt/mingw32ce/bin/arm-wince-mingw32ce-nm -B output from
arm-wince-mingw32ce-gcc object
configure:5972: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:5975: $? = 0
configure:5979: /home/user/CeGCC/opt/mingw32ce/bin/arm-wince-mingw32ce-nm -B
conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5982: $? = 0
configure:6034: arm-wince-mingw32ce-gcc -o conftest.exe -O2 -pipe conftest.c
conftstm.o >&5
configure:6037: $? = 0
configure:6075: result: ok
configure:6079: checking for objdir
configure:6094: result: .libs
configure:6146: checking for arm-wince-mingw32ce-ar
configure:6162: found /home/user/CeGCC/opt/mingw32ce/bin/arm-wince-mingw32ce-ar
configure:6172: result: arm-wince-mingw32ce-ar
configure:6226: checking for arm-wince-mingw32ce-ranlib
configure:6242: found
/home/user/CeGCC/opt/mingw32ce/bin/arm-wince-mingw32ce-ranlib
configure:6252: result: arm-wince-mingw32ce-ranlib
configure:6306: checking for arm-wince-mingw32ce-strip
configure:6322: found
/home/user/CeGCC/opt/mingw32ce/bin/arm-wince-mingw32ce-strip
configure:6332: result: arm-wince-mingw32ce-strip
configure:6647: checking if arm-wince-mingw32ce-gcc supports -fno-rtti
-fno-exceptions
configure:6668: arm-wince-mingw32ce-gcc -c -O2 -pipe -fno-rtti -fno-exceptions
conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not
for C
configure:6672: $? = 0
configure:6682: result: no
configure:6697: checking for arm-wince-mingw32ce-gcc option to produce PIC
configure:6907: result: -DDLL_EXPORT
configure:6915: checking if arm-wince-mingw32ce-gcc PIC flag -DDLL_EXPORT works
configure:6936: arm-wince-mingw32ce-gcc -c -O2 -pipe -DDLL_EXPORT -DPIC
conftest.c >&5
configure:6940: $? = 0
configure:6950: result: yes
configure:6978: checking if arm-wince-mingw32ce-gcc static flag -static works
configure:7006: result: yes
configure:7016: checking if arm-wince-mingw32ce-gcc supports -c -o file.o
configure:7040: arm-wince-mingw32ce-gcc -c -O2 -pipe -o out/conftest2.o
conftest.c >&5
configure:7044: $? = 0
configure:7063: result: yes
configure:7089: checking whether the arm-wince-mingw32ce-gcc linker
(/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld) supports shared
libraries
configure:8047: result: yes
configure:8068: checking whether -lc should be explicitly linked in
configure:8073: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:8076: $? = 0
configure:8091: arm-wince-mingw32ce-gcc -shared conftest.o -v -o ./conftest
-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \|
grep -lc \>/dev/null 2\>\&1
configure:8094: $? = 1
configure:8106: result: yes
configure:8114: checking dynamic linker characteristics
configure:8702: result: Win32 ld.exe
configure:8711: checking how to hardcode library paths into programs
configure:8736: result: immediate
configure:8750: checking whether stripping libraries is possible
configure:8755: result: yes
configure:9589: checking if libtool supports shared libraries
configure:9591: result: yes
configure:9594: checking whether to build shared libraries
configure:9615: result: yes
configure:9618: checking whether to build static libraries
configure:9622: result: yes
configure:9714: creating libtool
configure:10302: checking for ld used by arm-wince-mingw32ce-g++
configure:10369: result:
/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld
configure:10378: checking if the linker
(/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld) is GNU ld
configure:10393: result: yes
configure:10444: checking whether the arm-wince-mingw32ce-g++ linker
(/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld) supports shared
libraries
configure:11382: result: yes
configure:11404: arm-wince-mingw32ce-g++ -c -g -O2 conftest.cpp >&5
configure:11407: $? = 0
configure:11526: checking for arm-wince-mingw32ce-g++ option to produce PIC
configure:11800: result: -DDLL_EXPORT
configure:11808: checking if arm-wince-mingw32ce-g++ PIC flag -DDLL_EXPORT works
configure:11829: arm-wince-mingw32ce-g++ -c -g -O2 -DDLL_EXPORT -DPIC
conftest.cpp >&5
configure:11833: $? = 0
configure:11843: result: yes
configure:11871: checking if arm-wince-mingw32ce-g++ static flag -static works
configure:11899: result: yes
configure:11909: checking if arm-wince-mingw32ce-g++ supports -c -o file.o
configure:11933: arm-wince-mingw32ce-g++ -c -g -O2 -o out/conftest2.o
conftest.cpp >&5
configure:11937: $? = 0
configure:11956: result: yes
configure:11982: checking whether the arm-wince-mingw32ce-g++ linker
(/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld) supports shared
libraries
configure:12007: result: yes
configure:12074: checking dynamic linker characteristics
configure:12662: result: Win32 ld.exe
configure:12671: checking how to hardcode library paths into programs
configure:12696: result: immediate
configure:19020: result:
configure:19022: result: [1mMandatory Platform Environment:[m
configure:19027: checking for ANSI C header files
configure:19180: result: yes
configure:19217: checking stdio.h usability
configure:19229: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:19235: $? = 0
configure:19239: test -z
|| test ! -s conftest.err
configure:19242: $? = 0
configure:19245: test -s conftest.o
configure:19248: $? = 0
configure:19258: result: yes
configure:19262: checking stdio.h presence
configure:19272: arm-wince-mingw32ce-gcc -E conftest.c
configure:19278: $? = 0
configure:19298: result: yes
configure:19333: checking for stdio.h
configure:19340: result: yes
configure:19208: checking for stdlib.h
configure:19213: result: yes
configure:19217: checking stdarg.h usability
configure:19229: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:19235: $? = 0
configure:19239: test -z
|| test ! -s conftest.err
configure:19242: $? = 0
configure:19245: test -s conftest.o
configure:19248: $? = 0
configure:19258: result: yes
configure:19262: checking stdarg.h presence
configure:19272: arm-wince-mingw32ce-gcc -E conftest.c
configure:19278: $? = 0
configure:19298: result: yes
configure:19333: checking for stdarg.h
configure:19340: result: yes
configure:19208: checking for string.h
configure:19213: result: yes
configure:19217: checking signal.h usability
configure:19229: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
In file included from conftest.c:61:
/home/user/CeGCC/opt/mingw32ce/bin/../lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw32ce/include/signal.h:12:26:
error: no include path in which to search for signal.h
configure:19235: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <signal.h>
configure:19258: result: no
configure:19262: checking signal.h presence
configure:19272: arm-wince-mingw32ce-gcc -E conftest.c
In file included from conftest.c:27:
/home/user/CeGCC/opt/mingw32ce/bin/../lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw32ce/include/signal.h:12:26:
error: no include path in which to search for signal.h
configure:19278: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <signal.h>
configure:19298: result: no
configure:19333: checking for signal.h
configure:19340: result: no
configure:19208: checking for unistd.h
configure:19213: result: yes
configure:19217: checking setjmp.h usability
configure:19229: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:19235: $? = 0
configure:19239: test -z
|| test ! -s conftest.err
configure:19242: $? = 0
configure:19245: test -s conftest.o
configure:19248: $? = 0
configure:19258: result: yes
configure:19262: checking setjmp.h presence
configure:19272: arm-wince-mingw32ce-gcc -E conftest.c
configure:19278: $? = 0
configure:19298: result: yes
configure:19333: checking for setjmp.h
configure:19340: result: yes
configure:19217: checking fcntl.h usability
configure:19229: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:19235: $? = 0
configure:19239: test -z
|| test ! -s conftest.err
configure:19242: $? = 0
configure:19245: test -s conftest.o
configure:19248: $? = 0
configure:19258: result: yes
configure:19262: checking fcntl.h presence
configure:19272: arm-wince-mingw32ce-gcc -E conftest.c
configure:19278: $? = 0
configure:19298: result: yes
configure:19333: checking for fcntl.h
configure:19340: result: yes
configure:19217: checking errno.h usability
configure:19229: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
In file included from conftest.c:64:
/home/user/CeGCC/opt/mingw32ce/bin/../lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw32ce/include/errno.h:15:
error: expected identifier or '(' before '/' token
In file included from conftest.c:64:
/home/user/CeGCC/opt/mingw32ce/bin/../lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw32ce/include/errno.h:109:2:
error: #endif without #if
configure:19235: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <errno.h>
configure:19258: result: no
configure:19262: checking errno.h presence
configure:19272: arm-wince-mingw32ce-gcc -E conftest.c
In file included from conftest.c:30:
/home/user/CeGCC/opt/mingw32ce/bin/../lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw32ce/include/errno.h:109:2:
error: #endif without #if
configure:19278: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <errno.h>
configure:19298: result: no
configure:19333: checking for errno.h
configure:19340: result: no
configure:19208: checking for sys/types.h
configure:19213: result: yes
configure:19217: checking sys/time.h usability
configure:19229: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
configure:19235: $? = 0
configure:19239: test -z
|| test ! -s conftest.err
configure:19242: $? = 0
configure:19245: test -s conftest.o
configure:19248: $? = 0
configure:19258: result: yes
configure:19262: checking sys/time.h presence
configure:19272: arm-wince-mingw32ce-gcc -E conftest.c
configure:19278: $? = 0
configure:19298: result: yes
configure:19333: checking for sys/time.h
configure:19340: result: yes
configure:19217: checking sys/wait.h usability
configure:19229: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
conftest.c:66:22: error: sys/wait.h: No such file or directory
configure:19235: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/wait.h>
configure:19258: result: no
configure:19262: checking sys/wait.h presence
configure:19272: arm-wince-mingw32ce-gcc -E conftest.c
conftest.c:32:22: error: sys/wait.h: No such file or directory
configure:19278: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <sys/wait.h>
configure:19298: result: no
configure:19333: checking for sys/wait.h
configure:19340: result: no
configure:19208: checking for sys/stat.h
configure:19213: result: yes
configure:19217: checking sys/socket.h usability
configure:19229: arm-wince-mingw32ce-gcc -c -O2 -pipe conftest.c >&5
conftest.c:67:24: error: sys/socket.h: No such file or directory
configure:19235: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/socket.h>
configure:19258: result: no
configure:19262: checking sys/socket.h presence
configure:19272: arm-wince-mingw32ce-gcc -E conftest.c
conftest.c:33:24: error: sys/socket.h: No such file or directory
configure:19278: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| #include <sys/socket.h>
configure:19298: result: no
configure:19333: checking for sys/socket.h
configure:19340: result: no
configure:19362: checking for gettimeofday
configure:19419: arm-wince-mingw32ce-gcc -o conftest.exe -O2 -pipe conftest.c
>&5
/tmp/cccjM7KR.o:conftest.c:(.text+0x24): undefined reference to `gettimeofday'
/tmp/cccjM7KR.o:conftest.c:(.data+0x0): undefined reference to `gettimeofday'
collect2: ld returned 1 exit status
configure:19425: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| /* Define gettimeofday to an innocuous variant, in case <limits.h> declares
gettimeofday.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gettimeofday innocuous_gettimeofday
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gettimeofday (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gettimeofday
|
| /* 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 gettimeofday ();
| /* 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_gettimeofday) || defined (__stub___gettimeofday)
| choke me
| #else
| char (*f) () = gettimeofday;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != gettimeofday;
| ;
| return 0;
| }
configure:19450: result: no
configure:19362: checking for select
configure:19419: arm-wince-mingw32ce-gcc -o conftest.exe -O2 -pipe conftest.c
>&5
/tmp/ccItb4eS.o:conftest.c:(.text+0x24): undefined reference to `select'
/tmp/ccItb4eS.o:conftest.c:(.data+0x0): undefined reference to `select'
collect2: ld returned 1 exit status
configure:19425: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| /* Define select to an innocuous variant, in case <limits.h> declares select.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define select innocuous_select
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char select (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef select
|
| /* 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 select ();
| /* 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_select) || defined (__stub___select)
| choke me
| #else
| char (*f) () = select;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != select;
| ;
| return 0;
| }
configure:19450: result: no
configure:19362: checking for sigaction
configure:19419: arm-wince-mingw32ce-gcc -o conftest.exe -O2 -pipe conftest.c
>&5
/tmp/ccP6Y9ov.o:conftest.c:(.text+0x24): undefined reference to `sigaction'
/tmp/ccP6Y9ov.o:conftest.c:(.data+0x0): undefined reference to `sigaction'
collect2: ld returned 1 exit status
configure:19425: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| /* Define sigaction to an innocuous variant, in case <limits.h> declares
sigaction.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigaction innocuous_sigaction
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigaction (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sigaction
|
| /* 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 sigaction ();
| /* 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_sigaction) || defined (__stub___sigaction)
| choke me
| #else
| char (*f) () = sigaction;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sigaction;
| ;
| return 0;
| }
configure:19450: result: no
configure:19362: checking for sigprocmask
configure:19419: arm-wince-mingw32ce-gcc -o conftest.exe -O2 -pipe conftest.c
>&5
/tmp/ccarA1nI.o:conftest.c:(.text+0x24): undefined reference to `sigprocmask'
/tmp/ccarA1nI.o:conftest.c:(.data+0x0): undefined reference to `sigprocmask'
collect2: ld returned 1 exit status
configure:19425: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| /* Define sigprocmask to an innocuous variant, in case <limits.h> declares
sigprocmask.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigprocmask innocuous_sigprocmask
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigprocmask (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sigprocmask
|
| /* 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 sigprocmask ();
| /* 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_sigprocmask) || defined (__stub___sigprocmask)
| choke me
| #else
| char (*f) () = sigprocmask;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sigprocmask;
| ;
| return 0;
| }
configure:19450: result: no
configure:19362: checking for sigpending
configure:19419: arm-wince-mingw32ce-gcc -o conftest.exe -O2 -pipe conftest.c
>&5
/tmp/ccJ8kIu4.o:conftest.c:(.text+0x24): undefined reference to `sigpending'
/tmp/ccJ8kIu4.o:conftest.c:(.data+0x0): undefined reference to `sigpending'
collect2: ld returned 1 exit status
configure:19425: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| /* Define sigpending to an innocuous variant, in case <limits.h> declares
sigpending.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigpending innocuous_sigpending
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigpending (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sigpending
|
| /* 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 sigpending ();
| /* 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_sigpending) || defined (__stub___sigpending)
| choke me
| #else
| char (*f) () = sigpending;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sigpending;
| ;
| return 0;
| }
configure:19450: result: no
configure:19362: checking for sigsuspend
configure:19419: arm-wince-mingw32ce-gcc -o conftest.exe -O2 -pipe conftest.c
>&5
/tmp/ccxMpU4u.o:conftest.c:(.text+0x24): undefined reference to `sigsuspend'
/tmp/ccxMpU4u.o:conftest.c:(.data+0x0): undefined reference to `sigsuspend'
collect2: ld returned 1 exit status
configure:19425: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| /* Define sigsuspend to an innocuous variant, in case <limits.h> declares
sigsuspend.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigsuspend innocuous_sigsuspend
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigsuspend (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sigsuspend
|
| /* 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 sigsuspend ();
| /* 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_sigsuspend) || defined (__stub___sigsuspend)
| choke me
| #else
| char (*f) () = sigsuspend;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sigsuspend;
| ;
| return 0;
| }
configure:19450: result: no
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_compiler_option_pipe=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-wince-mingw32ce
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-wince-mingw32ce
ac_cv_exeext=.exe
ac_cv_f77_compiler_gnu=no
ac_cv_func_gettimeofday=no
ac_cv_func_select=no
ac_cv_func_sigaction=no
ac_cv_func_sigpending=no
ac_cv_func_sigprocmask=no
ac_cv_func_sigsuspend=no
ac_cv_header_dlfcn_h=no
ac_cv_header_errno_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_socket_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=no
ac_cv_header_unistd_h=yes
ac_cv_host=arm-wince-mingw32ce
ac_cv_host_alias=arm-wince-mingw32ce
ac_cv_objext=o
ac_cv_prog_AR=arm-wince-mingw32ce-ar
ac_cv_prog_CC=arm-wince-mingw32ce-gcc
ac_cv_prog_CPP='arm-wince-mingw32ce-gcc -E'
ac_cv_prog_CXX=arm-wince-mingw32ce-g++
ac_cv_prog_CXXCPP='arm-wince-mingw32ce-g++ -E'
ac_cv_prog_RANLIB=arm-wince-mingw32ce-ranlib
ac_cv_prog_STRIP=arm-wince-mingw32ce-strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture:
i386)?'
lt_cv_file_magic_cmd='$OBJDUMP -f'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld
lt_cv_path_LDCXX=/home/user/CeGCC/opt/mingw32ce/arm-wince-mingw32ce/bin/ld
lt_cv_path_NM='/home/user/CeGCC/opt/mingw32ce/bin/arm-wince-mingw32ce-nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2
\2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2",
(lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int
\1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2
\\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\)
\$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^
]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern
int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='arm-wince-mingw32ce-ar'
BATCH=''
CC='arm-wince-mingw32ce-gcc'
CFLAGS='-O2 -pipe'
CPP='arm-wince-mingw32ce-gcc -E'
CPPFLAGS=''
CXX='arm-wince-mingw32ce-g++'
CXXCPP='arm-wince-mingw32ce-g++ -E'
CXXFLAGS='-g -O2'
DEFS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT='.exe'
EXTRA_INCLUDE_SYS_SELECT_H=''
F77=''
FALLBACK_NFDS_T=''
FALLBACK_OFF_T=''
FALLBACK_PID_T=''
FALLBACK_SIG_ATOMIC_T=''
FALLBACK_SIZE_T=''
FALLBACK_SOCKLEN_T=''
FALLBACK_SSIZE_T=''
FFLAGS=''
INSTALL_PTHREAD=''
LDFLAGS=''
LIBOBJS=''
LIBPTHREAD_A=''
LIBPTHREAD_LA=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PLATFORM='arm-wince-mingw32ce'
PTHREAD_3=''
PTHREAD_CONFIG_1=''
PTHREAD_O=''
PTH_EXT_SFIO=''
PTH_FAKE_POLL=''
PTH_FAKE_RWV=''
PTH_FDSETSIZE=''
PTH_MCTX_ID=''
PTH_STACK_GROWTH=''
PTH_SYSCALL_HARD=''
PTH_SYSCALL_SOFT=''
PTH_VERSION_HEX='0x200207'
PTH_VERSION_STR='2.0.7 (08-Jun-2006)'
RANLIB='arm-wince-mingw32ce-ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='arm-wince-mingw32ce-strip'
TARGET_ALL=''
TEST_PTHREAD=''
UNINSTALL_PTHREAD=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='arm-wince-mingw32ce'
host_alias='arm-wince-mingw32ce'
host_cpu='arm'
host_os='mingw32ce'
host_vendor='wince'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
pth_sigjmpbuf=''
pth_siglongjmp=''
pth_sigsetjmp=''
pth_skaddr_makecontext=''
pth_skaddr_sigaltstack=''
pth_skaddr_sigstack=''
pth_sksize_makecontext=''
pth_sksize_sigaltstack=''
pth_sksize_sigstack=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir_prefix=''
sysconfdir='${prefix}/etc'
target_alias='arm-wince-mingw32ce'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SETJMP_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int); using std::exit;
configure: exit 1


__________________________________ BE A BETTER INTERNET-GURU: Jetzt
Frage stellen und einen von 44 iPods gewinnen! www.yahoo.de/clever

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise