Re: disabling jawt
Paul Blacquiere <[email protected]> Sat, 16 Apr 2011 08:39:00 +1200
| Newsgroups | gmane.comp.java.classpath.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Andrew, Thanks for getting back to me. Attached is the config.log. I should elaborate that the build machine has X, but the target will not have X. I will try with --disable-gtk-peer, but thought that was disabled with --disable-jni? Regards On Sat, Apr 16, 2011 at 1:36 AM, Dr Andrew John Hughes <[email protected]>wrote: > On 16:57 Fri 15 Apr , Paul Blacquiere wrote: > > Attempting to build classpath for arm, am using the following config: > > > > CC=arm-fusion-linux-uclibcgnueabi-gcc ./configure --host=arm-linux > > --build=i686-linux --target=arm-linux --prefix=/var/g6/java --without-x > > --disable-jawt --disable-plugin --disable-gmp --disable-jni > > --with-glibj-zip=/path/to/glibj.zip > > > > But I get the following when building: > > > > arm-fusion-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -I../../include > > -I../../include -I../../native/jni/classpath > -I../../native/jni/native-lib > > -g -O2 -MT jawt.lo -MD -MP -MF .deps/jawt.Tpo -c jawt.c -fPIC -DPIC -o > > .libs/jawt.o > > In file included from jawt.c:41: > > ../../include/jawt_md.h:44:22: error: X11/Xlib.h: No such file or > directory > > > > Which is no surprise as the target does not have X support, and if it did > > not build jawt then I suspect it would not need X... > > > > What is the option to disable building jawt? > > > > Thanks for help in advance. > > > > Blacq.. > > --disable-gtk-peer. > > I'm surprised configure passed if you don't have X support. Can you attach > your config.log? May be a bug. > -- > Andrew :) > > Free Java Software Engineer > Red Hat, Inc. (http://www.redhat.com) > > Support Free Java! > Contribute to GNU Classpath and IcedTea > http://www.gnu.org/software/classpath > http://icedtea.classpath.org > PGP Key: F5862A37 (https://keys.indymedia.org/) > Fingerprint = EA30 D855 D50F 90CD F54D 0698 0713 C3ED F586 2A37 >
config.log
(application/octet-stream, 53.1 KB)
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Classpath configure 0.98, which was generated by GNU Autoconf 2.63. Invocation command line was $ ./configure --host=arm-linux --build=i686-linux --target=arm-linux --prefix=/var/g6/java --without-x --disable-jawt --disable-plugin --disable-gmp --disable-jni --with-glibj-zip=/var/g6/java/glibj.zip ## --------- ## ## Platform. ## ## --------- ## hostname = debian uname -m = i686 uname -r = 2.6.32-5-686 uname -s = Linux uname -v = #1 SMP Wed Jan 12 04:01:41 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/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/games PATH: /usr/games PATH: /opt/uclibcgnueabi/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2352: checking build system type configure:2370: result: i686-pc-linux-gnu configure:2392: checking host system type configure:2407: result: arm-unknown-linux-gnu configure:2429: checking target system type configure:2444: result: arm-unknown-linux-gnu configure:2509: checking for a BSD-compatible install configure:2577: result: /usr/bin/install -c configure:2588: checking whether build environment is sane configure:2631: result: yes configure:2656: checking for a thread-safe mkdir -p configure:2695: result: /bin/mkdir -p configure:2708: checking for gawk configure:2724: found /usr/bin/gawk configure:2735: result: gawk configure:2746: checking whether make sets $(MAKE) configure:2768: result: yes configure:2848: checking for arm-linux-strip configure:2864: found /opt/uclibcgnueabi/bin/arm-linux-strip configure:2875: result: arm-linux-strip configure:2947: checking how to create a ustar tar archive configure:2960: tar --version tar (GNU tar) 1.23 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:2963: $? = 0 configure:3003: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3006: $? = 0 configure:3010: tar -xf - <conftest.tar configure:3013: $? = 0 configure:3026: result: gnutar configure:3225: checking for style of include used by make configure:3253: result: GNU configure:3283: checking for arm-linux-gcc configure:3310: result: arm-fusion-linux-uclibcgnueabi-gcc configure:3582: checking for C compiler version configure:3590: arm-fusion-linux-uclibcgnueabi-gcc --version >&5 arm-fusion-linux-uclibcgnueabi-gcc (crosstool-NG-1.7.0) 4.4.3 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:3594: $? = 0 configure:3601: arm-fusion-linux-uclibcgnueabi-gcc -v >&5 Using built-in specs. Target: arm-fusion-linux-uclibcgnueabi Configured with: /home/wckong/dev/g6opt/build-tools/bin/targets/src/gcc-4.4.3/configure --build=i486-build_pc-linux-gnu --host=i486-build_pc-linux-gnu --target=arm-fusion-linux-uclibcgnueabi --prefix=/home/wckong/dev/g6opt/build-tools/tools/uclibcgnueabi --with-sysroot=/home/wckong/dev/g6opt/build-tools/tools/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi//sys-root --enable-languages=c,c++ --disable-multilib --with-arch=armv5te --with-cpu=xscale --with-tune=xscale --with-float=soft --with-pkgversion=crosstool-NG-1.7.0 --enable-__cxa_atexit --with-gmp=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-mpfr=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-ppl=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-cloog=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-mpc=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --enable-threads=posix --with-local-prefix=/home/wckong/dev/g6opt/build-tools/tools/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi//sys-root --disable-nls --enable-symvers=gnu --enable-c99 --enable-long-long --enable-target-optspace Thread model: posix gcc version 4.4.3 (crosstool-NG-1.7.0) configure:3605: $? = 0 configure:3612: arm-fusion-linux-uclibcgnueabi-gcc -V >&5 arm-fusion-linux-uclibcgnueabi-gcc: '-V' option must have argument configure:3616: $? = 1 configure:3639: checking for C compiler default output file name configure:3661: arm-fusion-linux-uclibcgnueabi-gcc conftest.c >&5 configure:3665: $? = 0 configure:3703: result: a.out configure:3722: checking whether the C compiler works configure:3755: result: yes configure:3762: checking whether we are cross compiling configure:3764: result: yes configure:3767: checking for suffix of executables configure:3774: arm-fusion-linux-uclibcgnueabi-gcc -o conftest conftest.c >&5 configure:3778: $? = 0 configure:3804: result: configure:3810: checking for suffix of object files configure:3836: arm-fusion-linux-uclibcgnueabi-gcc -c conftest.c >&5 configure:3840: $? = 0 configure:3865: result: o configure:3869: checking whether we are using the GNU C compiler configure:3898: arm-fusion-linux-uclibcgnueabi-gcc -c conftest.c >&5 configure:3905: $? = 0 configure:3922: result: yes configure:3931: checking whether arm-fusion-linux-uclibcgnueabi-gcc accepts -g configure:3961: arm-fusion-linux-uclibcgnueabi-gcc -c -g conftest.c >&5 configure:3968: $? = 0 configure:4069: result: yes configure:4086: checking for arm-fusion-linux-uclibcgnueabi-gcc option to accept ISO C89 configure:4160: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4167: $? = 0 configure:4190: result: none needed configure:4210: checking dependency style of arm-fusion-linux-uclibcgnueabi-gcc configure:4301: result: gcc3 configure:4322: checking how to run the C preprocessor configure:4362: arm-fusion-linux-uclibcgnueabi-gcc -E conftest.c configure:4369: $? = 0 configure:4400: arm-fusion-linux-uclibcgnueabi-gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4407: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Classpath" | #define PACKAGE_TARNAME "classpath" | #define PACKAGE_VERSION "0.98" | #define PACKAGE_STRING "GNU Classpath 0.98" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "classpath" | #define VERSION "0.98" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4440: result: arm-fusion-linux-uclibcgnueabi-gcc -E configure:4469: arm-fusion-linux-uclibcgnueabi-gcc -E conftest.c configure:4476: $? = 0 configure:4507: arm-fusion-linux-uclibcgnueabi-gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4514: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Classpath" | #define PACKAGE_TARNAME "classpath" | #define PACKAGE_VERSION "0.98" | #define PACKAGE_STRING "GNU Classpath 0.98" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "classpath" | #define VERSION "0.98" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4554: checking for grep that handles long lines and -e configure:4614: result: /bin/grep configure:4619: checking for egrep configure:4683: result: /bin/grep -E configure:4688: checking for ANSI C header files configure:4718: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4725: $? = 0 configure:4856: result: yes configure:4880: checking for sys/types.h configure:4901: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4908: $? = 0 configure:4925: result: yes configure:4880: checking for sys/stat.h configure:4901: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4908: $? = 0 configure:4925: result: yes configure:4880: checking for stdlib.h configure:4901: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4908: $? = 0 configure:4925: result: yes configure:4880: checking for string.h configure:4901: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4908: $? = 0 configure:4925: result: yes configure:4880: checking for memory.h configure:4901: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4908: $? = 0 configure:4925: result: yes configure:4880: checking for strings.h configure:4901: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4908: $? = 0 configure:4925: result: yes configure:4880: checking for inttypes.h configure:4901: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4908: $? = 0 configure:4925: result: yes configure:4880: checking for stdint.h configure:4901: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4908: $? = 0 configure:4925: result: yes configure:4880: checking for unistd.h configure:4901: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:4908: $? = 0 configure:4925: result: yes configure:4963: checking alsa/asoundlib.h usability configure:4980: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 conftest.c:53:28: error: alsa/asoundlib.h: No such file or directory configure:4987: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Classpath" | #define PACKAGE_TARNAME "classpath" | #define PACKAGE_VERSION "0.98" | #define PACKAGE_STRING "GNU Classpath 0.98" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "classpath" | #define VERSION "0.98" | #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> | #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 <alsa/asoundlib.h> configure:5001: result: no configure:5005: checking alsa/asoundlib.h presence configure:5020: arm-fusion-linux-uclibcgnueabi-gcc -E conftest.c conftest.c:20:28: error: alsa/asoundlib.h: No such file or directory configure:5027: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Classpath" | #define PACKAGE_TARNAME "classpath" | #define PACKAGE_VERSION "0.98" | #define PACKAGE_STRING "GNU Classpath 0.98" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "classpath" | #define VERSION "0.98" | #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 <alsa/asoundlib.h> configure:5041: result: no configure:5074: checking for alsa/asoundlib.h configure:5083: result: no configure:5206: checking dssi.h usability configure:5223: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 conftest.c:53:18: error: dssi.h: No such file or directory configure:5230: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Classpath" | #define PACKAGE_TARNAME "classpath" | #define PACKAGE_VERSION "0.98" | #define PACKAGE_STRING "GNU Classpath 0.98" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "classpath" | #define VERSION "0.98" | #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> | #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 <dssi.h> configure:5244: result: no configure:5248: checking dssi.h presence configure:5263: arm-fusion-linux-uclibcgnueabi-gcc -E conftest.c conftest.c:20:18: error: dssi.h: No such file or directory configure:5270: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Classpath" | #define PACKAGE_TARNAME "classpath" | #define PACKAGE_VERSION "0.98" | #define PACKAGE_STRING "GNU Classpath 0.98" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "classpath" | #define VERSION "0.98" | #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 <dssi.h> configure:5284: result: no configure:5317: checking for dssi.h configure:5326: result: no configure:5646: checking whether to regenerate the headers configure:5663: result: no configure:5674: checking whether to regenerate the GJDoc parser configure:5691: result: yes configure:5959: checking whether ln -s works configure:5963: result: yes configure:5984: checking for a BSD-compatible install configure:6052: result: /usr/bin/install -c configure:6078: checking for arm-linux-g++ configure:6094: found /opt/uclibcgnueabi/bin/arm-linux-g++ configure:6105: result: arm-linux-g++ configure:6176: checking for C++ compiler version configure:6184: arm-linux-g++ --version >&5 arm-linux-g++ (crosstool-NG-1.7.0) 4.4.3 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:6188: $? = 0 configure:6195: arm-linux-g++ -v >&5 Using built-in specs. Target: arm-fusion-linux-uclibcgnueabi Configured with: /home/wckong/dev/g6opt/build-tools/bin/targets/src/gcc-4.4.3/configure --build=i486-build_pc-linux-gnu --host=i486-build_pc-linux-gnu --target=arm-fusion-linux-uclibcgnueabi --prefix=/home/wckong/dev/g6opt/build-tools/tools/uclibcgnueabi --with-sysroot=/home/wckong/dev/g6opt/build-tools/tools/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi//sys-root --enable-languages=c,c++ --disable-multilib --with-arch=armv5te --with-cpu=xscale --with-tune=xscale --with-float=soft --with-pkgversion=crosstool-NG-1.7.0 --enable-__cxa_atexit --with-gmp=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-mpfr=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-ppl=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-cloog=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-mpc=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --enable-threads=posix --with-local-prefix=/home/wckong/dev/g6opt/build-tools/tools/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi//sys-root --disable-nls --enable-symvers=gnu --enable-c99 --enable-long-long --enable-target-optspace Thread model: posix gcc version 4.4.3 (crosstool-NG-1.7.0) configure:6199: $? = 0 configure:6206: arm-linux-g++ -V >&5 arm-linux-g++: '-V' option must have argument configure:6210: $? = 1 configure:6213: checking whether we are using the GNU C++ compiler configure:6242: arm-linux-g++ -c conftest.cpp >&5 configure:6249: $? = 0 configure:6266: result: yes configure:6275: checking whether arm-linux-g++ accepts -g configure:6305: arm-linux-g++ -c -g conftest.cpp >&5 configure:6312: $? = 0 configure:6413: result: yes configure:6438: checking dependency style of arm-linux-g++ configure:6529: result: gcc3 configure:6617: checking for a sed that does not truncate output configure:6673: result: /bin/sed configure:6687: checking for ld used by arm-fusion-linux-uclibcgnueabi-gcc configure:6754: result: /opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld configure:6763: checking if the linker (/opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld) is GNU ld configure:6778: result: yes configure:6783: checking for /opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld option to reload object files configure:6790: result: -r configure:6808: checking for BSD-compatible nm configure:6857: result: /opt/uclibcgnueabi/bin/arm-linux-nm -B configure:6861: checking how to recognize dependent libraries configure:7047: result: pass_all configure:7306: checking dlfcn.h usability configure:7323: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:7330: $? = 0 configure:7344: result: yes configure:7348: checking dlfcn.h presence configure:7363: arm-fusion-linux-uclibcgnueabi-gcc -E conftest.c configure:7370: $? = 0 configure:7384: result: yes configure:7417: checking for dlfcn.h configure:7426: result: yes configure:7451: checking how to run the C++ preprocessor configure:7487: arm-linux-g++ -E conftest.cpp configure:7494: $? = 0 configure:7525: arm-linux-g++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:7532: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Classpath" | #define PACKAGE_TARNAME "classpath" | #define PACKAGE_VERSION "0.98" | #define PACKAGE_STRING "GNU Classpath 0.98" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "classpath" | #define VERSION "0.98" | #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_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7565: result: arm-linux-g++ -E configure:7594: arm-linux-g++ -E conftest.cpp configure:7601: $? = 0 configure:7632: arm-linux-g++ -E conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:7639: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Classpath" | #define PACKAGE_TARNAME "classpath" | #define PACKAGE_VERSION "0.98" | #define PACKAGE_STRING "GNU Classpath 0.98" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "classpath" | #define VERSION "0.98" | #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_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7690: checking for arm-linux-g77 configure:7720: result: no configure:7690: checking for arm-linux-xlf configure:7720: result: no configure:7690: checking for arm-linux-f77 configure:7720: result: no configure:7690: checking for arm-linux-frt configure:7720: result: no configure:7690: checking for arm-linux-pgf77 configure:7720: result: no configure:7690: checking for arm-linux-cf77 configure:7720: result: no configure:7690: checking for arm-linux-fort77 configure:7720: result: no configure:7690: checking for arm-linux-fl32 configure:7720: result: no configure:7690: checking for arm-linux-af77 configure:7720: result: no configure:7690: checking for arm-linux-xlf90 configure:7720: result: no configure:7690: checking for arm-linux-f90 configure:7720: result: no configure:7690: checking for arm-linux-pgf90 configure:7720: result: no configure:7690: checking for arm-linux-pghpf configure:7720: result: no configure:7690: checking for arm-linux-epcf90 configure:7720: result: no configure:7690: checking for arm-linux-gfortran configure:7720: result: no configure:7690: checking for arm-linux-g95 configure:7720: result: no configure:7690: checking for arm-linux-xlf95 configure:7720: result: no configure:7690: checking for arm-linux-f95 configure:7720: result: no configure:7690: checking for arm-linux-fort configure:7720: result: no configure:7690: checking for arm-linux-ifort configure:7720: result: no configure:7690: checking for arm-linux-ifc configure:7720: result: no configure:7690: checking for arm-linux-efc configure:7720: result: no configure:7690: checking for arm-linux-pgf95 configure:7720: result: no configure:7690: checking for arm-linux-lf95 configure:7720: result: no configure:7690: checking for arm-linux-ftn configure:7720: result: no configure:7734: checking for g77 configure:7764: result: no configure:7734: checking for xlf configure:7764: result: no configure:7734: checking for f77 configure:7764: result: no configure:7734: checking for frt configure:7764: result: no configure:7734: checking for pgf77 configure:7764: result: no configure:7734: checking for cf77 configure:7764: result: no configure:7734: checking for fort77 configure:7764: result: no configure:7734: checking for fl32 configure:7764: result: no configure:7734: checking for af77 configure:7764: result: no configure:7734: checking for xlf90 configure:7764: result: no configure:7734: checking for f90 configure:7764: result: no configure:7734: checking for pgf90 configure:7764: result: no configure:7734: checking for pghpf configure:7764: result: no configure:7734: checking for epcf90 configure:7764: result: no configure:7734: checking for gfortran configure:7764: result: no configure:7734: checking for g95 configure:7764: result: no configure:7734: checking for xlf95 configure:7764: result: no configure:7734: checking for f95 configure:7764: result: no configure:7734: checking for fort configure:7764: result: no configure:7734: checking for ifort configure:7764: result: no configure:7734: checking for ifc configure:7764: result: no configure:7734: checking for efc configure:7764: result: no configure:7734: checking for pgf95 configure:7764: result: no configure:7734: checking for lf95 configure:7764: result: no configure:7734: checking for ftn configure:7764: result: no configure:7787: checking for Fortran 77 compiler version configure:7795: --version >&5 ./configure: line 7797: --version: command not found configure:7799: $? = 127 configure:7806: -v >&5 ./configure: line 7808: -v: command not found configure:7810: $? = 127 configure:7817: -V >&5 ./configure: line 7819: -V: command not found configure:7821: $? = 127 configure:7829: checking whether we are using the GNU Fortran 77 compiler configure:7848: -c conftest.F >&5 ./configure: line 7850: -c: command not found configure:7855: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:7872: result: no configure:7878: checking whether accepts -g configure:7895: -c -g conftest.f >&5 ./configure: line 7897: -c: command not found configure:7902: $? = 127 configure: failed program was: | program main | | end configure:7918: result: no configure:7951: checking the maximum length of command line arguments configure:8063: result: 1572864 configure:8075: checking command to parse /opt/uclibcgnueabi/bin/arm-linux-nm -B output from arm-fusion-linux-uclibcgnueabi-gcc object configure:8180: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:8183: $? = 0 configure:8187: /opt/uclibcgnueabi/bin/arm-linux-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:8190: $? = 0 configure:8242: arm-fusion-linux-uclibcgnueabi-gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:8245: $? = 0 configure:8283: result: ok configure:8287: checking for objdir configure:8302: result: .libs configure:8354: checking for arm-linux-ar configure:8370: found /opt/uclibcgnueabi/bin/arm-linux-ar configure:8381: result: arm-linux-ar configure:8446: checking for arm-linux-ranlib configure:8476: result: no configure:8486: checking for ranlib configure:8502: found /usr/bin/ranlib configure:8513: result: ranlib configure:8525: WARNING: using cross tools not prefixed with host triplet configure:8538: checking for arm-linux-strip configure:8565: result: arm-linux-strip configure:9146: checking for correct ltmain.sh version configure:9196: result: yes configure:9256: checking if arm-fusion-linux-uclibcgnueabi-gcc supports -fno-rtti -fno-exceptions configure:9274: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:9278: $? = 0 configure:9291: result: no configure:9306: checking for arm-fusion-linux-uclibcgnueabi-gcc option to produce PIC configure:9538: result: -fPIC configure:9546: checking if arm-fusion-linux-uclibcgnueabi-gcc PIC flag -fPIC works configure:9564: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:9568: $? = 0 configure:9581: result: yes configure:9609: checking if arm-fusion-linux-uclibcgnueabi-gcc static flag -static works configure:9637: result: yes configure:9647: checking if arm-fusion-linux-uclibcgnueabi-gcc supports -c -o file.o configure:9668: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9672: $? = 0 configure:9694: result: yes configure:9720: checking whether the arm-fusion-linux-uclibcgnueabi-gcc linker (/opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld) supports shared libraries configure:10708: result: yes configure:10729: checking whether -lc should be explicitly linked in configure:10734: arm-fusion-linux-uclibcgnueabi-gcc -c -g -O2 conftest.c >&5 configure:10737: $? = 0 configure:10752: arm-fusion-linux-uclibcgnueabi-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:10755: $? = 0 configure:10767: result: no configure:10775: checking dynamic linker characteristics configure:11390: result: GNU/Linux ld.so configure:11414: checking how to hardcode library paths into programs configure:11439: result: immediate configure:11453: checking whether stripping libraries is possible configure:11458: result: yes configure:12288: checking if libtool supports shared libraries configure:12290: result: yes configure:12293: checking whether to build shared libraries configure:12314: result: yes configure:12317: checking whether to build static libraries configure:12321: result: no configure:12415: creating libtool configure:13008: checking for ld used by arm-linux-g++ configure:13075: result: /opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld configure:13084: checking if the linker (/opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld) is GNU ld configure:13099: result: yes configure:13150: checking whether the arm-linux-g++ linker (/opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld) supports shared libraries configure:14104: result: yes configure:14121: arm-linux-g++ -c -g -O2 conftest.cpp >&5 configure:14124: $? = 0 configure:14280: checking for arm-linux-g++ option to produce PIC configure:14564: result: -fPIC configure:14572: checking if arm-linux-g++ PIC flag -fPIC works configure:14590: arm-linux-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:14594: $? = 0 configure:14607: result: yes configure:14635: checking if arm-linux-g++ static flag -static works configure:14663: result: yes configure:14673: checking if arm-linux-g++ supports -c -o file.o configure:14694: arm-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:14698: $? = 0 configure:14720: result: yes configure:14746: checking whether the arm-linux-g++ linker (/opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld) supports shared libraries configure:14772: result: yes configure:14839: checking dynamic linker characteristics configure:15402: result: GNU/Linux ld.so configure:15426: checking how to hardcode library paths into programs configure:15451: result: immediate configure:21718: checking for gawk configure:21745: result: gawk configure:21764: checking for arm-linux-gcc configure:21791: result: arm-fusion-linux-uclibcgnueabi-gcc configure:22063: checking for C compiler version configure:22071: arm-fusion-linux-uclibcgnueabi-gcc --version >&5 arm-fusion-linux-uclibcgnueabi-gcc (crosstool-NG-1.7.0) 4.4.3 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:22075: $? = 0 configure:22082: arm-fusion-linux-uclibcgnueabi-gcc -v >&5 Using built-in specs. Target: arm-fusion-linux-uclibcgnueabi Configured with: /home/wckong/dev/g6opt/build-tools/bin/targets/src/gcc-4.4.3/configure --build=i486-build_pc-linux-gnu --host=i486-build_pc-linux-gnu --target=arm-fusion-linux-uclibcgnueabi --prefix=/home/wckong/dev/g6opt/build-tools/tools/uclibcgnueabi --with-sysroot=/home/wckong/dev/g6opt/build-tools/tools/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi//sys-root --enable-languages=c,c++ --disable-multilib --with-arch=armv5te --with-cpu=xscale --with-tune=xscale --with-float=soft --with-pkgversion=crosstool-NG-1.7.0 --enable-__cxa_atexit --with-gmp=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-mpfr=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-ppl=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-cloog=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --with-mpc=/home/wckong/dev/g6opt/build-tools/bin/targets/arm-fusion-linux-uclibcgnueabi/build/static --enable-threads=posix --with-local-prefix=/home/wckong/dev/g6opt/build-tools/tools/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi//sys-root --disable-nls --enable-symvers=gnu --enable-c99 --enable-long-long --enable-target-optspace Thread model: posix gcc version 4.4.3 (crosstool-NG-1.7.0) configure:22086: $? = 0 configure:22093: arm-fusion-linux-uclibcgnueabi-gcc -V >&5 arm-fusion-linux-uclibcgnueabi-gcc: '-V' option must have argument configure:22097: $? = 1 configure:22100: checking whether we are using the GNU C compiler configure:22153: result: yes configure:22162: checking whether arm-fusion-linux-uclibcgnueabi-gcc accepts -g configure:22300: result: yes configure:22317: checking for arm-fusion-linux-uclibcgnueabi-gcc option to accept ISO C89 configure:22421: result: none needed configure:22441: checking dependency style of arm-fusion-linux-uclibcgnueabi-gcc configure:22532: result: gcc3 configure:22548: checking whether arm-fusion-linux-uclibcgnueabi-gcc and cc understand -c and -o together configure:22583: arm-fusion-linux-uclibcgnueabi-gcc -c conftest.c -o conftest2.o >&5 configure:22587: $? = 0 configure:22593: arm-fusion-linux-uclibcgnueabi-gcc -c conftest.c -o conftest2.o >&5 configure:22597: $? = 0 configure:22608: cc -c conftest.c >&5 configure:22612: $? = 0 configure:22620: cc -c conftest.c -o conftest2.o >&5 configure:22624: $? = 0 configure:22630: cc -c conftest.c -o conftest2.o >&5 configure:22634: $? = 0 configure:22652: result: yes configure:22684: checking how to run the C preprocessor configure:22802: result: arm-fusion-linux-uclibcgnueabi-gcc -E configure:22831: arm-fusion-linux-uclibcgnueabi-gcc -E conftest.c configure:22838: $? = 0 configure:22869: arm-fusion-linux-uclibcgnueabi-gcc -E conftest.c conftest.c:21:28: error: ac_nonexistent.h: No such file or directory configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Classpath" | #define PACKAGE_TARNAME "classpath" | #define PACKAGE_VERSION "0.98" | #define PACKAGE_STRING "GNU Classpath 0.98" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "classpath" | #define VERSION "0.98" | #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_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:30930: checking whether to enable maintainer-specific portions of Makefiles configure:30939: result: no configure:31021: checking for mkdir configure:31039: found /bin/mkdir configure:31051: result: /bin/mkdir configure:31061: checking for cp configure:31079: found /bin/cp configure:31091: result: /bin/cp configure:31101: checking for date configure:31119: found /bin/date configure:31131: result: /bin/date configure:31142: checking for find configure:31160: found /usr/bin/find configure:31172: result: /usr/bin/find configure:31184: checking for zip configure:31217: result: no configure:31223: checking for a jar-like tool configure:31260: result: trying fastjar, gjar and jar configure:31266: checking for fastjar configure:31284: found /usr/bin/fastjar configure:31296: result: /usr/bin/fastjar configure:31657: checking whether to regenerate parsers with jay configure:31659: result: no configure:31696: checking for stdint types configure:31729: arm-fusion-linux-uclibcgnueabi-gcc -c conftest.c >&5 configure:31736: $? = 0 configure:31769: result: stdint.h (shortcircuit) configure:34621: result: make use of stdint.h in include/config-int.h (assuming C99 compatible system) configure:34672: checking for cacao configure:34702: result: no configure:34672: checking for jamvm configure:34702: result: no configure:34672: checking for kaffe configure:34702: result: no configure:34672: checking for gij configure:34688: found /usr/bin/gij configure:34699: result: gij configure:34761: checking for uudecode configure:34791: result: no configure:34829: WARNING: I have to compile Test.class from scratch configure:34846: checking for ecj configure:34862: found /usr/bin/ecj configure:34873: result: ecj -warn:-deprecation,serial,unusedImport configure:34932: checking if ecj -warn:-deprecation,serial,unusedImport is a version of gcj configure:34943: result: configure:34956: checking if ecj -warn:-deprecation,serial,unusedImport works configure:34981: ecj -warn:-deprecation,serial,unusedImport -source 1.5 -target 1.5 Object.java configure:34984: $? = 0 configure:34997: result: yes configure:35003: checking if gij works configure:35021: ecj -warn:-deprecation,serial,unusedImport Test.java configure:35024: $? = 0 configure:35036: CLASSPATH=.: gij Test configure:35039: $? = 0 configure:35052: result: yes configure:35060: checking for the ANTLR parser generator JAR file configure:35075: result: /usr/share/java/antlr.jar configure:35086: checking for arm-linux-cantlr configure:35116: result: no configure:35086: checking for arm-linux-runantlr configure:35116: result: no configure:35086: checking for arm-linux-antlr configure:35116: result: no configure:35130: checking for cantlr configure:35160: result: no configure:35130: checking for runantlr configure:35160: result: no configure:35130: checking for antlr configure:35160: result: no configure:35191: checking for antlr 2.7.1 or better configure:35206: result: 2.7.7 configure:35314: checking if ecj -warn:-deprecation,serial,unusedImport is a version of gcj configure:35325: result: configure:35338: checking if ecj -warn:-deprecation,serial,unusedImport works configure:35379: result: yes configure:35397: checking whether javac supports -J configure:35402: result: yes configure:36126: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Classpath config.status 0.98, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on debian config.status:1042: creating Makefile config.status:1042: creating doc/Makefile config.status:1042: creating doc/api/Makefile config.status:1042: creating external/Makefile config.status:1042: creating external/sax/Makefile config.status:1042: creating external/w3c_dom/Makefile config.status:1042: creating external/relaxngDatatype/Makefile config.status:1042: creating external/jsr166/Makefile config.status:1042: creating gnu/classpath/Configuration.java config.status:1042: creating gnu/java/security/Configuration.java config.status:1042: creating include/Makefile config.status:1042: creating native/Makefile config.status:1042: creating native/fdlibm/Makefile config.status:1042: creating native/jawt/Makefile config.status:1042: creating native/jni/Makefile config.status:1042: creating native/jni/classpath/Makefile config.status:1042: creating native/jni/java-io/Makefile config.status:1042: creating native/jni/java-lang/Makefile config.status:1042: creating native/jni/java-math/Makefile config.status:1042: creating native/jni/java-net/Makefile config.status:1042: creating native/jni/java-nio/Makefile config.status:1042: creating native/jni/java-util/Makefile config.status:1042: creating native/jni/gtk-peer/Makefile config.status:1042: creating native/jni/gconf-peer/Makefile config.status:1042: creating native/jni/gstreamer-peer/Makefile config.status:1042: creating native/jni/qt-peer/Makefile config.status:1042: creating native/jni/xmlj/Makefile config.status:1042: creating native/jni/midi-alsa/Makefile config.status:1042: creating native/jni/midi-dssi/Makefile config.status:1042: creating native/jni/native-lib/Makefile config.status:1042: creating native/plugin/Makefile config.status:1042: creating resource/Makefile config.status:1042: creating resource/META-INF/services/java.util.prefs.PreferencesFactory config.status:1042: creating resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader config.status:1042: creating resource/META-INF/services/javax.sound.sampled.spi.MixerProvider config.status:1042: creating scripts/Makefile config.status:1042: creating scripts/classpath.spec config.status:1042: creating lib/Makefile config.status:1042: creating lib/gen-classlist.sh config.status:1042: creating lib/copy-vmresources.sh config.status:1042: creating scripts/check_jni_methods.sh config.status:1042: creating tools/Makefile config.status:1042: creating examples/Makefile config.status:1042: creating examples/Makefile.jawt config.status:1042: creating examples/Makefile.java2d config.status:1042: creating tools/gappletviewer config.status:1042: creating tools/gjarsigner config.status:1042: creating tools/gkeytool config.status:1042: creating tools/gjar config.status:1042: creating tools/gnative2ascii config.status:1042: creating tools/gserialver config.status:1042: creating tools/grmiregistry config.status:1042: creating tools/gtnameserv config.status:1042: creating tools/gorbd config.status:1042: creating tools/grmid config.status:1042: creating tools/grmic config.status:1042: creating tools/gjavah config.status:1042: creating tools/gjdoc config.status:1042: creating include/config.h config.status:1264: include/config.h is unchanged config.status:1351: executing depfiles commands config.status:1351: executing include/config-int.h commands config.status:1493: creating include/config-int.h : _CLASSPATH_INCLUDE_CONFIG_INT_H config.status:1950: include/config-int.h is unchanged config.status:1351: executing gappletviewer commands config.status:1351: executing gjarsigner commands config.status:1351: executing gkeytool commands config.status:1351: executing gjar commands config.status:1351: executing gnative2ascii commands config.status:1351: executing gserialver commands config.status:1351: executing grmiregistry commands config.status:1351: executing gtnameserv commands config.status:1351: executing gorbd commands config.status:1351: executing grmid commands config.status:1351: executing grmic commands config.status:1351: executing gjavah commands config.status:1351: executing gjdoc commands config.status:1351: executing gen-classlist commands config.status:1351: executing copy-vmresources commands configure:38135: WARNING: unrecognized options: --disable-jawt ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu 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=set ac_cv_env_CC_value=arm-fusion-linux-uclibcgnueabi-gcc 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_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=arm-linux ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=arm-linux ac_cv_f77_compiler_gnu=no ac_cv_header_alsa_asoundlib_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_dssi_h=no ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint=stdint.h ac_cv_header_stdint_h=yes ac_cv_header_stdint_t=stdint.h 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_host=arm-unknown-linux-gnu ac_cv_objext=o ac_cv_path_CP=/bin/cp ac_cv_path_DATE=/bin/date ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FIND=/usr/bin/find ac_cv_path_GREP=/bin/grep ac_cv_path_JAR=/usr/bin/fastjar ac_cv_path_MKDIR=/bin/mkdir ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=arm-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=arm-fusion-linux-uclibcgnueabi-gcc ac_cv_prog_CPP='arm-fusion-linux-uclibcgnueabi-gcc -E' ac_cv_prog_CXX=arm-linux-g++ ac_cv_prog_CXXCPP='arm-linux-g++ -E' ac_cv_prog_JAVA=gij ac_cv_prog_JAVAC='ecj -warn:-deprecation,serial,unusedImport' ac_cv_prog_STRIP=arm-linux-strip ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_arm_fusion_linux_uclibcgnueabi_gcc_c_o=yes ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=no ac_cv_prog_java_works=yes ac_cv_prog_javac_works=yes ac_cv_prog_make_make_set=yes ac_cv_stdint_message='using gnu compiler arm-fusion-linux-uclibcgnueabi-gcc (crosstool-NG-1.7.0) 4.4.3' ac_cv_stdint_result='(assuming C99 compatible system)' ac_cv_target=arm-unknown-linux-gnu am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_tar_ustar=gnutar lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld lt_cv_path_LDCXX=/opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/bin/ld lt_cv_path_NM='/opt/uclibcgnueabi/bin/arm-linux-nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes 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_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib ' lt_cv_sys_lib_search_path_spec='/opt/uclibcgnueabi/lib/gcc/arm-fusion-linux-uclibcgnueabi/4.4.3 /opt/uclibcgnueabi/lib/gcc /opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/lib /opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/sys-root/lib /opt/uclibcgnueabi/arm-fusion-linux-uclibcgnueabi/sys-root/usr/lib' lt_cv_sys_max_cmd_len=1572864 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. ## ## ----------------- ## ACLOCAL='${SHELL} /stuff/classpath-0.98/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /stuff/classpath-0.98/missing --run tar' ANTLR='gij -classpath /usr/share/java/antlr.jar antlr.Tool' ANTLR_JAR='/usr/share/java/antlr.jar' AR='arm-linux-ar' AUTOCONF='${SHELL} /stuff/classpath-0.98/missing --run autoconf' AUTOHEADER='${SHELL} /stuff/classpath-0.98/missing --run autoheader' AUTOMAKE='${SHELL} /stuff/classpath-0.98/missing --run automake-1.10' AWK='gawk' BUILD_CLASS_FILES_FALSE='' BUILD_CLASS_FILES_TRUE='#' CAIRO_CFLAGS='' CAIRO_LIBS='' CC='arm-fusion-linux-uclibcgnueabi-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CLASSPATH_CONVENIENCE='-no-undefined' CLASSPATH_INCLUDES='-I$(top_srcdir)/include -I$(top_srcdir)/native/jni/classpath -I$(top_srcdir)/native/jni/native-lib' CLASSPATH_MODULE='-module -version-info 0:0:0 -no-undefined' COLLECTIONS_PREFIX='' CP='/bin/cp' CPP='arm-fusion-linux-uclibcgnueabi-gcc -E' CPPFLAGS='' CREATE_ALSA_LIBRARIES_FALSE='' CREATE_ALSA_LIBRARIES_TRUE='#' CREATE_API_DOCS_FALSE='' CREATE_API_DOCS_TRUE='#' CREATE_COLLECTIONS_FALSE='' CREATE_COLLECTIONS_TRUE='#' CREATE_CORE_JNI_LIBRARIES_FALSE='#' CREATE_CORE_JNI_LIBRARIES_TRUE='' CREATE_DSSI_LIBRARIES_FALSE='' CREATE_DSSI_LIBRARIES_TRUE='#' CREATE_GCONF_PEER_LIBRARIES_FALSE='#' CREATE_GCONF_PEER_LIBRARIES_TRUE='' CREATE_GJDOC_FALSE='#' CREATE_GJDOC_PARSER_FALSE='#' CREATE_GJDOC_PARSER_TRUE='' CREATE_GJDOC_TRUE='' CREATE_GMPBI_LIBRARY_FALSE='' CREATE_GMPBI_LIBRARY_TRUE='#' CREATE_GSTREAMER_PEER_LIBRARIES_FALSE='' CREATE_GSTREAMER_PEER_LIBRARIES_TRUE='#' CREATE_GTK_PEER_LIBRARIES_FALSE='#' CREATE_GTK_PEER_LIBRARIES_TRUE='' CREATE_JNI_HEADERS_FALSE='' CREATE_JNI_HEADERS_TRUE='#' CREATE_JNI_LIBRARIES_FALSE='' CREATE_JNI_LIBRARIES_TRUE='#' CREATE_PLUGIN_FALSE='' CREATE_PLUGIN_TRUE='#' CREATE_QT_PEER_LIBRARIES_FALSE='' CREATE_QT_PEER_LIBRARIES_TRUE='#' CREATE_WRAPPERS_FALSE='' CREATE_WRAPPERS_TRUE='#' CREATE_XMLJ_LIBRARY_FALSE='' CREATE_XMLJ_LIBRARY_TRUE='#' CXX='arm-linux-g++' CXXCPP='arm-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DATE='/bin/date' DEFAULT_PREFS_PEER='gnu.java.util.prefs.GConfBasedFactory' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DSYMUTIL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' ECJ_JAR='' EGREP='/bin/grep -E' ENABLE_LOCAL_SOCKETS_FALSE='' ENABLE_LOCAL_SOCKETS_TRUE='#' ERROR_CFLAGS='' EXAMPLESDIR='examples' EXEEXT='' EXTRA_CFLAGS='' F77='' FFLAGS='' FIND='/usr/bin/find' FREETYPE2_CFLAGS='' FREETYPE2_LIBS='' GCJ_JAVAC_FALSE='' GCJ_JAVAC_TRUE='#' GCONF_CFLAGS='' GCONF_LIBS='' GDK_CFLAGS='' GDK_LIBS='' GJDOC='' GLIB_CFLAGS='' GLIB_LIBS='' GMP_CFLAGS='' GMP_LIBS='' GREP='/bin/grep' GSTREAMER_BASE_CFLAGS='' GSTREAMER_BASE_LIBS='' GSTREAMER_CFLAGS='' GSTREAMER_FILE_READER='' GSTREAMER_LIBS='' GSTREAMER_MIXER_PROVIDER='' GSTREAMER_PLUGINS_BASE_CFLAGS='' GSTREAMER_PLUGINS_BASE_LIBS='' GST_PLUGIN_LDFLAGS='' GTK_CFLAGS='' GTK_LIBS='' INIT_LOAD_LIBRARY='true' INSTALL_CLASS_FILES_FALSE='' INSTALL_CLASS_FILES_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_GLIBJ_ZIP_FALSE='#' INSTALL_GLIBJ_ZIP_TRUE='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JAR='/usr/bin/fastjar' JAVA='gij' JAVAC='ecj -warn:-deprecation,serial,unusedImport' JAVAC_IS_GCJ='' JAVAC_MEM_OPT='-J-Xmx768M' JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION='false' JAY='' JAY_SKELETON='' LDFLAGS='' LIBDEBUG='false' LIBICONV='' LIBMAGIC='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBVERSION='0:0:0' LN_S='ln -s' LTLIBICONV='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /stuff/classpath-0.98/missing --run makeinfo' MKDIR='/bin/mkdir' MKDIR_P='/bin/mkdir -p' MOC='' MOZILLA_CFLAGS='' MOZILLA_LIBS='' NMEDIT='' OBJEXT='o' PACKAGE='classpath' PACKAGE_BUGREPORT='[email protected]' PACKAGE_NAME='GNU Classpath' PACKAGE_STRING='GNU Classpath 0.98' PACKAGE_TARNAME='classpath' PACKAGE_VERSION='0.98' PANGOFT2_CFLAGS='' PANGOFT2_LIBS='' PATH_SEPARATOR=':' PATH_TO_ESCHER='' PATH_TO_GLIBJ_ZIP='/var/g6/java/glibj.zip' PERL='' PKG_CONFIG='' PLUGIN_DIR='' QT_CFLAGS='' QT_LIBS='' RANLIB='ranlib' REGEN_PARSERS_FALSE='' REGEN_PARSERS_TRUE='#' REMOVE='' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' STRICT_WARNING_CFLAGS='' STRIP='arm-linux-strip' TOOLSDIR='tools' USER_JAVAH='' USE_ESCHER_FALSE='' USE_ESCHER_TRUE='#' USE_PREBUILT_GLIBJ_ZIP_FALSE='#' USE_PREBUILT_GLIBJ_ZIP_TRUE='' VERSION='0.98' WANT_NATIVE_BIG_INTEGER='false' WARNING_CFLAGS='' WITH_JAR_FALSE='#' WITH_JAR_TRUE='' XMKMF='' XML_CFLAGS='' XML_LIBS='' XSLT_CFLAGS='' XSLT_LIBS='' XTEST_LIBS='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ZIP='' ac_ct_ANTLR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='i686-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' default_toolkit='gnu.java.awt.peer.gtk.GtkToolkit' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' glibjdir='${datadir}/${PACKAGE}' host='arm-unknown-linux-gnu' host_alias='arm-linux' host_cpu='arm' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /stuff/classpath-0.98/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' nativeexeclibdir='${libdir}/${PACKAGE}' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/var/g6/java' program_transform_name='s&^&arm-linux-&' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='arm-unknown-linux-gnu' target_alias='arm-linux' target_cpu='arm' target_os='linux-gnu' target_vendor='unknown' uudecode='' vm_classes='${top_srcdir}/vm/reference' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "GNU Classpath" #define PACKAGE_TARNAME "classpath" #define PACKAGE_VERSION "0.98" #define PACKAGE_STRING "GNU Classpath 0.98" #define PACKAGE_BUGREPORT "[email protected]" #define PACKAGE "classpath" #define VERSION "0.98" #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_DLFCN_H 1 configure: exit 0