This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by jasper configure 1.900.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --srcdir=. --cache-file=./djgpp/config.cache --disable-dependency-tracking --without-libiconv-prefix --without-libintl-prefix --enable-html --disable-nls ## --------- ## ## Platform. ## ## --------- ## hostname = U1V7C8 uname -m = pc uname -r = 7 uname -s = MS-DOS uname -v = 10 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /dev/c/djgpp/bin PATH: /dev/c/windows PATH: /dev/c/windows/command ## ----------- ## ## Core tests. ## ## ----------- ## configure:1420: loading site script ./djgpp/config.site | #! /bin/sh | | # This is the config.site file for configuring GNU packages | # which are to be built with DJGPP tools. | | # Include the djgpp subdirectory in PATH, so that getconf is found | PATH="$srcdir/djgpp:$PATH" | | # These two variables are required, otherwise looking for | # programs along the PATH will not work. | PATH_SEPARATOR=: | PATH_EXPAND=y | | # This is required in for "test -f foo" to find foo.exe | export TEST_FINDS_EXE=y | | # The root of the DJGPP tree serves as the default prefix | test "x$prefix" = xNONE && prefix='/dev/env/DJDIR' | | # This is required for config.status script to be run, since | # ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh} | CONFIG_SHELL=${CONFIG_SHELL='sh'} | | # A sane defualt for emacs. | ac_cv_path_EMACS=${EMACS='/dev/env/DJDIR/gnu/emacs/bin/emacs'} | | # These are set here so the generated Makefile's will be good | # for every DJGPP installation, not only the one where the | # package was configured. | # $INSTALL must be an absolute path name, otherwise config.status | # will try to prepend ./ and ../ to it when it goes into subdirs. | INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'} | RANLIB=${RANLIB='ranlib'} | GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'} | MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'} | XGETTEXT=${XGETTEXT='/dev/env/DJDIR/bin/xgettext'} | | # A sane default for emacs. | ac_cv_path_EMACS=${EMACS='/dev/env/DJDIR/gnu/emacs/bin/emacs'} | | # A sane default for m4. | ac_cv_path_M4=${M4='/dev/env/DJDIR/bin/m4'} | | # A sane default for grep. | ac_cv_path_GREP=${GREP='/dev/env/DJDIR/bin/grep'} | | # A sane default for egrep. | ac_cv_path_EGREP=${EGREP='/dev/env/DJDIR/bin/egrep'} | | # A sane default for fgrep. | ac_cv_path_FGREP=${FGREP='/dev/env/DJDIR/bin/fgrep'} | | # A sane default for sed. | #ac_cv_path_SED=${SED='/dev/env/DJDIR/bin/sed'} | #ac_cv_prog_ac_ct_SED=${SED='/dev/env/DJDIR/bin/sed'} | #ac_ct_SED=${SED='/dev/env/DJDIR/bin/sed'} | lt_cv_path_SED=${SED='/dev/env/DJDIR/bin/sed'} | | # These are set here so the generated libtool will be good | # for every DJGPP installation, not only the one where the | # package was configured. | NM=${NM='nm'} | LD=${LD='ld'} | | # Force the test for 'ln -s' to report 'cp -pf'. | ac_cv_prog_LN_S='cp -pf' | | # There is no fork and vfork functionality. | ac_cv_func_fork=no | ac_cv_func_vfork=no | ac_cv_func_pipe=no configure:1439: creating cache ./djgpp/config.cache configure:1563: checking build system type configure:1581: result: i386-pc-msdosdjgpp configure:1589: checking host system type configure:1603: result: i386-pc-msdosdjgpp configure:1611: checking target system type configure:1625: result: i386-pc-msdosdjgpp configure:1655: checking for a BSD-compatible install configure:1710: result: /dev/env/DJDIR/bin/ginstall -c configure:1721: checking whether build environment is sane configure:1767: result: yes configure:1833: checking for gawk configure:1849: found /dev/c/djgpp/bin/gawk configure:1859: result: gawk configure:1869: checking whether make sets $(MAKE) configure:1889: result: yes configure:2165: checking for gcc configure:2181: found /dev/c/djgpp/bin/gcc configure:2191: result: gcc configure:2435: checking for C compiler version configure:2438: gcc --version &5 gcc.exe (GCC) 4.2.2 Copyright (C) 2007 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:2441: $? = 0 configure:2443: gcc -v &5 Using built-in specs. Target: djgpp Configured with: /v203/gcc-4.22/configure djgpp --prefix=/dev/env/DJDIR --disable-nls --disable-werror --enable-languages=c,c++,fortran,objc,obj-c++,ada Thread model: single gcc version 4.2.2 configure:2446: $? = 0 configure:2448: gcc -V &5 gcc.exe: '-V' option must have argument configure:2451: $? = 1 configure:2474: checking for C compiler default output file name configure:2477: gcc conftest.c >&5 configure:2480: $? = 0 configure:2526: result: a.exe configure:2531: checking whether the C compiler works configure:2537: ./a.exe configure:2540: $? = 0 configure:2557: result: yes configure:2564: checking whether we are cross compiling configure:2566: result: no configure:2569: checking for suffix of executables configure:2571: gcc -o conftest.exe conftest.c >&5 configure:2574: $? = 0 configure:2599: result: .exe configure:2605: checking for suffix of object files configure:2626: gcc -c conftest.c >&5 configure:2629: $? = 0 configure:2651: result: o configure:2655: checking whether we are using the GNU C compiler configure:2679: gcc -c conftest.c >&5 configure:2685: $? = 0 configure:2689: test -z || test ! -s conftest.err configure:2692: $? = 0 configure:2695: test -s conftest.o configure:2698: $? = 0 configure:2711: result: yes configure:2717: checking whether gcc accepts -g configure:2738: gcc -c -g conftest.c >&5 configure:2744: $? = 0 configure:2748: test -z || test ! -s conftest.err configure:2751: $? = 0 configure:2754: test -s conftest.o configure:2757: $? = 0 configure:2768: result: yes configure:2785: checking for gcc option to accept ANSI C configure:2855: gcc -c -g -O2 conftest.c >&5 configure:2861: $? = 0 configure:2865: test -z || test ! -s conftest.err configure:2868: $? = 0 configure:2871: test -s conftest.o configure:2874: $? = 0 configure:2892: result: none needed configure:2910: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2916: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3060: checking for style of include used by make configure:3088: result: GNU configure:3116: checking dependency style of gcc configure:3206: result: none configure:3236: checking for a BSD-compatible install configure:3291: result: /dev/env/DJDIR/bin/ginstall -c configure:3343: checking for ranlib configure:3370: result: ranlib configure:3459: checking for a sed that does not truncate output configure:3515: result: /dev/env/DJDIR/bin/sed configure:3518: checking for egrep configure:3528: result: grep -E configure:3544: checking for ld used by gcc configure:3611: result: ld configure:3620: checking if the linker (ld) is GNU ld configure:3635: result: yes configure:3640: checking for ld option to reload object files configure:3647: result: -r configure:3665: checking for BSD-compatible nm configure:3714: result: nm configure:3718: checking whether ln -s works configure:3726: result: no, using cp -pf configure:3730: checking how to recognise dependent libraries configure:3906: result: unknown configure:4143: checking how to run the C preprocessor configure:4178: gcc -E conftest.c configure:4184: $? = 0 configure:4216: gcc -E conftest.c conftest.c:13:28: error: ac_nonexistent.h: No such file or directory (ENOENT) configure:4222: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | /* end confdefs.h. */ | #include configure:4261: result: gcc -E configure:4285: gcc -E conftest.c configure:4291: $? = 0 configure:4323: gcc -E conftest.c conftest.c:13:28: error: ac_nonexistent.h: No such file or directory (ENOENT) configure:4329: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | /* end confdefs.h. */ | #include configure:4373: checking for ANSI C header files configure:4398: gcc -c -g -O2 conftest.c >&5 configure:4404: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest.o configure:4417: $? = 0 configure:4503: gcc -o conftest.exe -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:30: warning: incompatible implicit declaration of built-in function 'exit' configure:4506: $? = 0 configure:4508: ./conftest.exe configure:4511: $? = 0 configure:4526: result: yes configure:4550: checking for sys/types.h configure:4566: gcc -c -g -O2 conftest.c >&5 configure:4572: $? = 0 configure:4576: test -z || test ! -s conftest.err configure:4579: $? = 0 configure:4582: test -s conftest.o configure:4585: $? = 0 configure:4596: result: yes configure:4550: checking for sys/stat.h configure:4566: gcc -c -g -O2 conftest.c >&5 configure:4572: $? = 0 configure:4576: test -z || test ! -s conftest.err configure:4579: $? = 0 configure:4582: test -s conftest.o configure:4585: $? = 0 configure:4596: result: yes configure:4550: checking for stdlib.h configure:4566: gcc -c -g -O2 conftest.c >&5 configure:4572: $? = 0 configure:4576: test -z || test ! -s conftest.err configure:4579: $? = 0 configure:4582: test -s conftest.o configure:4585: $? = 0 configure:4596: result: yes configure:4550: checking for string.h configure:4566: gcc -c -g -O2 conftest.c >&5 configure:4572: $? = 0 configure:4576: test -z || test ! -s conftest.err configure:4579: $? = 0 configure:4582: test -s conftest.o configure:4585: $? = 0 configure:4596: result: yes configure:4550: checking for memory.h configure:4566: gcc -c -g -O2 conftest.c >&5 configure:4572: $? = 0 configure:4576: test -z || test ! -s conftest.err configure:4579: $? = 0 configure:4582: test -s conftest.o configure:4585: $? = 0 configure:4596: result: yes configure:4550: checking for strings.h configure:4566: gcc -c -g -O2 conftest.c >&5 configure:4572: $? = 0 configure:4576: test -z || test ! -s conftest.err configure:4579: $? = 0 configure:4582: test -s conftest.o configure:4585: $? = 0 configure:4596: result: yes configure:4550: checking for inttypes.h configure:4566: gcc -c -g -O2 conftest.c >&5 conftest.c:55:22: error: inttypes.h: No such file or directory (ENOENT) configure:4572: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4596: result: no configure:4550: checking for stdint.h configure:4566: gcc -c -g -O2 conftest.c >&5 conftest.c:55:20: error: stdint.h: No such file or directory (ENOENT) configure:4572: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4596: result: no configure:4550: checking for unistd.h configure:4566: gcc -c -g -O2 conftest.c >&5 configure:4572: $? = 0 configure:4576: test -z || test ! -s conftest.err configure:4579: $? = 0 configure:4582: test -s conftest.o configure:4585: $? = 0 configure:4596: result: yes configure:4622: checking dlfcn.h usability configure:4634: gcc -c -g -O2 conftest.c >&5 conftest.c:55:19: error: dlfcn.h: No such file or directory (ENOENT) configure:4640: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4663: result: no configure:4667: checking dlfcn.h presence configure:4677: gcc -E conftest.c conftest.c:21:19: error: dlfcn.h: No such file or directory (ENOENT) configure:4683: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:4703: result: no configure:4738: checking for dlfcn.h configure:4745: result: no configure:4810: checking for g++ configure:4839: result: no configure:4810: checking for c++ configure:4839: result: no configure:4810: checking for gpp configure:4826: found /dev/c/djgpp/bin/gpp configure:4836: result: gpp configure:4852: checking for C++ compiler version configure:4855: gpp --version &5 gpp.exe (GCC) 4.2.2 Copyright (C) 2007 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:4858: $? = 0 configure:4860: gpp -v &5 Using built-in specs. Target: djgpp Configured with: /v203/gcc-4.22/configure djgpp --prefix=/dev/env/DJDIR --disable-nls --disable-werror --enable-languages=c,c++,fortran,objc,obj-c++,ada Thread model: single gcc version 4.2.2 configure:4863: $? = 0 configure:4865: gpp -V &5 gpp.exe: '-V' option must have argument configure:4868: $? = 1 configure:4871: checking whether we are using the GNU C++ compiler configure:4895: gpp -c conftest.cc >&5 configure:4901: $? = 0 configure:4905: test -z || test ! -s conftest.err configure:4908: $? = 0 configure:4911: test -s conftest.o configure:4914: $? = 0 configure:4927: result: yes configure:4933: checking whether gpp accepts -g configure:4954: gpp -c -g conftest.cc >&5 configure:4960: $? = 0 configure:4964: test -z || test ! -s conftest.err configure:4967: $? = 0 configure:4970: test -s conftest.o configure:4973: $? = 0 configure:4984: result: yes configure:5026: gpp -c -g -O2 conftest.cc >&5 configure:5032: $? = 0 configure:5036: test -z || test ! -s conftest.err configure:5039: $? = 0 configure:5042: test -s conftest.o configure:5045: $? = 0 configure:5071: gpp -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:25: error: 'exit' was not declared in this scope configure:5077: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:5026: gpp -c -g -O2 conftest.cc >&5 conftest.cc:21: error: 'void std::exit(int)' should have been declared inside 'std' In file included from conftest.cc:22: c:/djgpp/include/stdlib.h:53: error: declaration of 'void std::exit(int)' throws different exceptions conftest.cc:21: error: from previous declaration 'void std::exit(int) throw ()' configure:5032: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:5026: gpp -c -g -O2 conftest.cc >&5 conftest.cc:21: error: 'void std::exit(int)' should have been declared inside 'std' configure:5032: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:5026: gpp -c -g -O2 conftest.cc >&5 In file included from conftest.cc:22: c:/djgpp/include/stdlib.h:53: error: declaration of 'void exit(int)' throws different exceptions conftest.cc:21: error: from previous declaration 'void exit(int) throw ()' configure:5032: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:5026: gpp -c -g -O2 conftest.cc >&5 configure:5032: $? = 0 configure:5036: test -z || test ! -s conftest.err configure:5039: $? = 0 configure:5042: test -s conftest.o configure:5045: $? = 0 configure:5071: gpp -c -g -O2 conftest.cc >&5 configure:5077: $? = 0 configure:5081: test -z || test ! -s conftest.err configure:5084: $? = 0 configure:5087: test -s conftest.o configure:5090: $? = 0 configure:5115: checking dependency style of gpp configure:5205: result: none configure:5232: checking how to run the C++ preprocessor configure:5263: gpp -E conftest.cc configure:5269: $? = 0 configure:5301: gpp -E conftest.cc conftest.cc:24:28: error: ac_nonexistent.h: No such file or directory (ENOENT) configure:5307: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5346: result: gpp -E configure:5370: gpp -E conftest.cc configure:5376: $? = 0 configure:5408: gpp -E conftest.cc conftest.cc:24:28: error: ac_nonexistent.h: No such file or directory (ENOENT) configure:5414: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5511: checking for g77 configure:5540: result: no configure:5511: checking for f77 configure:5540: result: no configure:5511: checking for xlf configure:5540: result: no configure:5511: checking for frt configure:5540: result: no configure:5511: checking for pgf77 configure:5540: result: no configure:5511: checking for fort77 configure:5540: result: no configure:5511: checking for fl32 configure:5540: result: no configure:5511: checking for af77 configure:5540: result: no configure:5511: checking for f90 configure:5540: result: no configure:5511: checking for xlf90 configure:5540: result: no configure:5511: checking for pgf90 configure:5540: result: no configure:5511: checking for epcf90 configure:5540: result: no configure:5511: checking for f95 configure:5540: result: no configure:5511: checking for fort configure:5540: result: no configure:5511: checking for xlf95 configure:5540: result: no configure:5511: checking for ifc configure:5540: result: no configure:5511: checking for efc configure:5540: result: no configure:5511: checking for pgf95 configure:5540: result: no configure:5511: checking for lf95 configure:5540: result: no configure:5511: checking for gfortran configure:5527: found /dev/c/djgpp/bin/gfortran configure:5537: result: gfortran configure:5543: checking for Fortran 77 compiler version configure:5555: gfortran --version &5 GNU Fortran (GCC) 4.2.2 Copyright (C) 2007 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:5558: $? = 0 configure:5560: gfortran -v &5 Using built-in specs. Target: djgpp Configured with: /v203/gcc-4.22/configure djgpp --prefix=/dev/env/DJDIR --disable-nls --disable-werror --enable-languages=c,c++,fortran,objc,obj-c++,ada Thread model: single gcc version 4.2.2 configure:5563: $? = 0 configure:5565: gfortran -V &5 gfortran.exe: '-V' option must have argument configure:5568: $? = 1 configure:5576: checking whether we are using the GNU Fortran 77 compiler configure:5590: gfortran -c conftest.F >&5 configure:5596: $? = 0 configure:5600: test -z || test ! -s conftest.err configure:5603: $? = 0 configure:5606: test -s conftest.o configure:5609: $? = 0 configure:5622: result: yes configure:5628: checking whether gfortran accepts -g configure:5640: gfortran -c -g conftest.f >&5 configure:5646: $? = 0 configure:5650: test -z || test ! -s conftest.err configure:5653: $? = 0 configure:5656: test -s conftest.o configure:5659: $? = 0 configure:5671: result: yes configure:5701: checking the maximum length of command line arguments configure:5810: result: 12288 configure:5821: checking command to parse nm output from gcc object configure:5926: gcc -c -g -O2 conftest.c >&5 configure:5929: $? = 0 configure:5933: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:5936: $? = 0 cannot find nm_test_var in conftest.nm configure:5926: gcc -c -g -O2 conftest.c >&5 configure:5929: $? = 0 configure:5933: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm configure:5936: $? = 0 configure:5988: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5 configure:5991: $? = 0 configure:6029: result: ok configure:6033: checking for objdir configure:6049: result: _libs configure:6139: checking for ar configure:6155: found /dev/c/djgpp/bin/ar configure:6166: result: ar configure:6219: checking for ranlib configure:6246: result: ranlib configure:6299: checking for strip configure:6315: found /dev/c/djgpp/bin/strip configure:6326: result: strip configure:6598: checking if gcc supports -fno-rtti -fno-exceptions configure:6606: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:6610: $? = 0 configure:6633: result: no configure:6648: checking for gcc option to produce PIC configure:6858: result: configure:6929: checking if gcc static flag -static works configure:6957: result: yes configure:6967: checking if gcc supports -c -o file.o configure:6978: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:6982: $? = 0 configure:7014: result: yes configure:7040: checking whether the gcc linker (ld) supports shared libraries configure:7998: result: no configure:8065: checking dynamic linker characteristics configure:8674: result: no configure:8683: checking how to hardcode library paths into programs configure:8708: result: unsupported configure:8722: checking whether stripping libraries is possible configure:8727: result: yes configure:9561: checking if libtool supports shared libraries configure:9563: result: no configure:9566: checking whether to build shared libraries configure:9587: result: no configure:9590: checking whether to build static libraries configure:9594: result: yes configure:9686: creating libtool configure:10277: checking for ld used by gpp configure:10344: result: ld configure:10353: checking if the linker (ld) is GNU ld configure:10368: result: yes configure:10419: checking whether the gpp linker (ld) supports shared libraries configure:11357: result: no configure:11375: gpp -c -g -O2 conftest.cpp >&5 configure:11378: $? = 0 configure:11497: checking for gpp option to produce PIC configure:11771: result: configure:11842: checking if gpp static flag -static works configure:11870: result: yes configure:11880: checking if gpp supports -c -o file.o configure:11891: gpp -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:11895: $? = 0 configure:11927: result: yes configure:11953: checking whether the gpp linker (ld) supports shared libraries configure:11978: result: no configure:12045: checking dynamic linker characteristics configure:12654: result: no configure:12663: checking how to hardcode library paths into programs configure:12688: result: immediate configure:13217: checking if libtool supports shared libraries configure:13219: result: no configure:13222: checking whether to build shared libraries configure:13242: result: no configure:13245: checking whether to build static libraries configure:13249: result: yes configure:13259: checking for gfortran option to produce PIC configure:13469: result: configure:13540: checking if gfortran static flag -static works configure:13568: result: yes configure:13578: checking if gfortran supports -c -o file.o configure:13589: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:13593: $? = 0 configure:13625: result: yes configure:13651: checking whether the gfortran linker (ld) supports shared libraries configure:14589: result: no configure:14656: checking dynamic linker characteristics configure:15265: result: no configure:15274: checking how to hardcode library paths into programs configure:15299: result: unsupported configure:18893: checking for X configure:18998: gcc -E conftest.c conftest.c:24:22: error: X11/Xlib.h: No such file or directory (ENOENT) configure:19004: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | /* end confdefs.h. */ | #include configure:19054: gcc -o conftest.exe -g -O2 conftest.c -lX11 >&5 conftest.c:24:22: error: X11/Xlib.h: No such file or directory (ENOENT) configure:19060: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | /* end confdefs.h. */ | #include | int | main () | { | XrmInitialize () | ; | return 0; | } configure:19113: result: no configure:20282: checking whether variable-length arrays are supported configure:20302: gcc -c -g -O2 conftest.c >&5 configure:20308: $? = 0 configure:20312: test -z || test ! -s conftest.err configure:20315: $? = 0 configure:20318: test -s conftest.o configure:20321: $? = 0 configure:20323: result: yes configure:20366: checking for jpeg_destroy in -ljpeg configure:20396: gcc -o conftest.exe -g -O2 conftest.c -ljpeg >&5 configure:20402: $? = 0 configure:20406: test -z || test ! -s conftest.err configure:20409: $? = 0 configure:20412: test -s conftest.exe configure:20415: $? = 0 configure:20428: result: yes configure:20514: checking for glutInit in -lglut configure:20544: gcc -o conftest.exe -g -O2 conftest.c -lglut -lglut -lGL -lGLU -lX11 -lXmu -lXi -lXext -lXt -ljpeg >&5 c:/djgpp/bin/ld.exe: cannot find -lglut collect2: ld returned 1 exit status configure:20550: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | /* end confdefs.h. */ | | /* 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 glutInit (); | int | main () | { | glutInit (); | ; | return 0; | } configure:20576: result: no configure:20596: checking GL/glut.h usability configure:20608: gcc -c -g -O2 conftest.c >&5 conftest.c:60:21: error: GL/glut.h: No such file or directory (ENOENT) configure:20614: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:20637: result: no configure:20641: checking GL/glut.h presence configure:20651: gcc -E conftest.c conftest.c:26:21: error: GL/glut.h: No such file or directory (ENOENT) configure:20657: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | /* end confdefs.h. */ | #include configure:20677: result: no configure:20712: checking for GL/glut.h configure:20719: result: no configure:20743: checking whether OpenGL libraries and headers were detected configure:20745: result: no configure:20754: checking for main in -lm configure:20778: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:20784: $? = 0 configure:20788: test -z || test ! -s conftest.err configure:20791: $? = 0 configure:20794: test -s conftest.exe configure:20797: $? = 0 configure:20810: result: yes configure:20826: checking for ANSI C header files configure:20979: result: yes configure:21013: checking fcntl.h usability configure:21025: gcc -c -g -O2 conftest.c >&5 configure:21031: $? = 0 configure:21035: test -z || test ! -s conftest.err configure:21038: $? = 0 configure:21041: test -s conftest.o configure:21044: $? = 0 configure:21054: result: yes configure:21058: checking fcntl.h presence configure:21068: gcc -E conftest.c configure:21074: $? = 0 configure:21094: result: yes configure:21129: checking for fcntl.h configure:21136: result: yes configure:21013: checking limits.h usability configure:21025: gcc -c -g -O2 conftest.c >&5 configure:21031: $? = 0 configure:21035: test -z || test ! -s conftest.err configure:21038: $? = 0 configure:21041: test -s conftest.o configure:21044: $? = 0 configure:21054: result: yes configure:21058: checking limits.h presence configure:21068: gcc -E conftest.c configure:21074: $? = 0 configure:21094: result: yes configure:21129: checking for limits.h configure:21136: result: yes configure:21004: checking for unistd.h configure:21009: result: yes configure:21004: checking for stdint.h configure:21009: result: no configure:21013: checking stdbool.h usability configure:21025: gcc -c -g -O2 conftest.c >&5 configure:21031: $? = 0 configure:21035: test -z || test ! -s conftest.err configure:21038: $? = 0 configure:21041: test -s conftest.o configure:21044: $? = 0 configure:21054: result: yes configure:21058: checking stdbool.h presence configure:21068: gcc -E conftest.c configure:21074: $? = 0 configure:21094: result: yes configure:21129: checking for stdbool.h configure:21136: result: yes configure:21013: checking io.h usability configure:21025: gcc -c -g -O2 conftest.c >&5 configure:21031: $? = 0 configure:21035: test -z || test ! -s conftest.err configure:21038: $? = 0 configure:21041: test -s conftest.o configure:21044: $? = 0 configure:21054: result: yes configure:21058: checking io.h presence configure:21068: gcc -E conftest.c configure:21074: $? = 0 configure:21094: result: yes configure:21129: checking for io.h configure:21136: result: yes configure:21013: checking windows.h usability configure:21025: gcc -c -g -O2 conftest.c >&5 conftest.c:67:21: error: windows.h: No such file or directory (ENOENT) configure:21031: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_IO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:21054: result: no configure:21058: checking windows.h presence configure:21068: gcc -E conftest.c conftest.c:33:21: error: windows.h: No such file or directory (ENOENT) configure:21074: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_IO_H 1 | /* end confdefs.h. */ | #include configure:21094: result: no configure:21129: checking for windows.h configure:21136: result: no configure:21004: checking for sys/types.h configure:21009: result: yes configure:21013: checking sys/time.h usability configure:21025: gcc -c -g -O2 conftest.c >&5 configure:21031: $? = 0 configure:21035: test -z || test ! -s conftest.err configure:21038: $? = 0 configure:21041: test -s conftest.o configure:21044: $? = 0 configure:21054: result: yes configure:21058: checking sys/time.h presence configure:21068: gcc -E conftest.c configure:21074: $? = 0 configure:21094: result: yes configure:21129: checking for sys/time.h configure:21136: result: yes configure:21004: checking for stdlib.h configure:21009: result: yes configure:21013: checking stddef.h usability configure:21025: gcc -c -g -O2 conftest.c >&5 configure:21031: $? = 0 configure:21035: test -z || test ! -s conftest.err configure:21038: $? = 0 configure:21041: test -s conftest.o configure:21044: $? = 0 configure:21054: result: yes configure:21058: checking stddef.h presence configure:21068: gcc -E conftest.c configure:21074: $? = 0 configure:21094: result: yes configure:21129: checking for stddef.h configure:21136: result: yes configure:21154: checking for an ANSI C-conforming const configure:21221: gcc -c -g -O2 conftest.c >&5 configure:21227: $? = 0 configure:21231: test -z || test ! -s conftest.err configure:21234: $? = 0 configure:21237: test -s conftest.o configure:21240: $? = 0 configure:21251: result: yes configure:21261: checking for inline configure:21282: gcc -c -g -O2 conftest.c >&5 configure:21288: $? = 0 configure:21292: test -z || test ! -s conftest.err configure:21295: $? = 0 configure:21298: test -s conftest.o configure:21301: $? = 0 configure:21313: result: inline configure:21332: checking for size_t configure:21356: gcc -c -g -O2 conftest.c >&5 configure:21362: $? = 0 configure:21366: test -z || test ! -s conftest.err configure:21369: $? = 0 configure:21372: test -s conftest.o configure:21375: $? = 0 configure:21386: result: yes configure:21398: checking for uchar configure:21422: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:74: error: 'uchar' undeclared (first use in this function) conftest.c:74: error: (Each undeclared identifier is reported only once conftest.c:74: error: for each function it appears in.) conftest.c:74: error: expected expression before ')' token configure:21428: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_IO_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((uchar *) 0) | return 0; | if (sizeof (uchar)) | return 0; | ; | return 0; | } configure:21452: result: no configure:21464: checking for ushort configure:21488: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:75: error: 'ushort' undeclared (first use in this function) conftest.c:75: error: (Each undeclared identifier is reported only once conftest.c:75: error: for each function it appears in.) conftest.c:75: error: expected expression before ')' token configure:21494: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_IO_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define uchar unsigned char | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((ushort *) 0) | return 0; | if (sizeof (ushort)) | return 0; | ; | return 0; | } configure:21518: result: no configure:21530: checking for uint configure:21554: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:76: error: 'uint' undeclared (first use in this function) conftest.c:76: error: (Each undeclared identifier is reported only once conftest.c:76: error: for each function it appears in.) conftest.c:76: error: expected expression before ')' token configure:21560: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_IO_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define uchar unsigned char | #define ushort unsigned short | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((uint *) 0) | return 0; | if (sizeof (uint)) | return 0; | ; | return 0; | } configure:21584: result: no configure:21596: checking for ulong configure:21620: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:77: error: 'ulong' undeclared (first use in this function) conftest.c:77: error: (Each undeclared identifier is reported only once conftest.c:77: error: for each function it appears in.) conftest.c:77: error: expected expression before ')' token configure:21626: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_IO_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define uchar unsigned char | #define ushort unsigned short | #define uint unsigned int | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((ulong *) 0) | return 0; | if (sizeof (ulong)) | return 0; | ; | return 0; | } configure:21650: result: no configure:21662: checking for longlong configure:21686: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:78: error: 'longlong' undeclared (first use in this function) conftest.c:78: error: (Each undeclared identifier is reported only once conftest.c:78: error: for each function it appears in.) conftest.c:78: error: expected expression before ')' token configure:21692: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_IO_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define uchar unsigned char | #define ushort unsigned short | #define uint unsigned int | #define ulong unsigned long | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((longlong *) 0) | return 0; | if (sizeof (longlong)) | return 0; | ; | return 0; | } configure:21716: result: no configure:21728: checking for ulonglong configure:21752: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:79: error: 'ulonglong' undeclared (first use in this function) conftest.c:79: error: (Each undeclared identifier is reported only once conftest.c:79: error: for each function it appears in.) conftest.c:79: error: expected expression before ')' token configure:21758: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.900.1" | #define PACKAGE_STRING "jasper 1.900.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.900.1 (DJGPP port (r2))" | #define JAS_VERSION "1.900.1" | #define JAS_CONFIGURE 1 | #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_UNISTD_H 1 | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_IO_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define uchar unsigned char | #define ushort unsigned short | #define uint unsigned int | #define ulong unsigned long | #define longlong long long | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((ulonglong *) 0) | return 0; | if (sizeof (ulonglong)) | return 0; | ; | return 0; | } configure:21782: result: no configure:21794: checking for ssize_t configure:21818: gcc -c -g -O2 conftest.c >&5 configure:21824: $? = 0 configure:21828: test -z || test ! -s conftest.err configure:21831: $? = 0 configure:21834: test -s conftest.o configure:21837: $? = 0 configure:21848: result: yes configure:21864: checking for gettimeofday configure:21921: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:21927: $? = 0 configure:21931: test -z || test ! -s conftest.err configure:21934: $? = 0 configure:21937: test -s conftest.exe configure:21940: $? = 0 configure:21952: result: yes configure:21966: checking for getrusage configure:22023: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:22029: $? = 0 configure:22033: test -z || test ! -s conftest.err configure:22036: $? = 0 configure:22039: test -s conftest.exe configure:22042: $? = 0 configure:22054: result: yes configure:22073: checking for vprintf configure:22130: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:22136: $? = 0 configure:22140: test -z || test ! -s conftest.err configure:22143: $? = 0 configure:22146: test -s conftest.exe configure:22149: $? = 0 configure:22161: result: yes configure:22168: checking for _doprnt configure:22225: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:22231: $? = 0 configure:22235: test -z || test ! -s conftest.err configure:22238: $? = 0 configure:22241: test -s conftest.exe configure:22244: $? = 0 configure:22256: result: yes configure:22514: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by jasper config.status 1.900.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on U1V7C8 config.status:757: creating Makefile config.status:757: creating src/Makefile config.status:757: creating src/appl/Makefile config.status:757: creating src/libjasper/Makefile config.status:757: creating src/libjasper/base/Makefile config.status:757: creating src/libjasper/bmp/Makefile config.status:757: creating src/libjasper/include/Makefile config.status:757: creating src/libjasper/include/jasper/Makefile config.status:757: creating src/libjasper/jp2/Makefile config.status:757: creating src/libjasper/jpc/Makefile config.status:757: creating src/libjasper/jpg/Makefile config.status:757: creating src/libjasper/mif/Makefile config.status:757: creating src/libjasper/pgx/Makefile config.status:757: creating src/libjasper/pnm/Makefile config.status:757: creating src/libjasper/ras/Makefile config.status:757: creating src/msvc/Makefile config.status:757: creating jasper.spec config.status:876: creating src/libjasper/include/jasper/jas_config.h config.status:1230: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-pc-msdosdjgpp ac_cv_build_alias=i386-pc-msdosdjgpp ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline 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= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext=.exe ac_cv_f77_compiler_gnu=yes ac_cv_func__doprnt=yes ac_cv_func_fork=no ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_pipe=no ac_cv_func_vfork=no ac_cv_func_vprintf=yes ac_cv_have_x=have_x=no ac_cv_header_GL_glut_h=no ac_cv_header_dlfcn_h=no ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_io_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=no 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_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_windows_h=no ac_cv_host=i386-pc-msdosdjgpp ac_cv_host_alias=i386-pc-msdosdjgpp ac_cv_lib_glut_glutInit=no ac_cv_lib_jpeg_jpeg_destroy=yes ac_cv_lib_m_main=yes ac_cv_objext=o ac_cv_path_EGREP=/dev/env/DJDIR/bin/egrep ac_cv_path_EMACS=/dev/env/DJDIR/gnu/emacs/bin/emacs ac_cv_path_FGREP=/dev/env/DJDIR/bin/fgrep ac_cv_path_GREP=/dev/env/DJDIR/bin/grep ac_cv_path_M4=/dev/env/DJDIR/bin/m4 ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='gpp -E' ac_cv_prog_LN_S='cp -pf' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=gpp ac_cv_prog_ac_ct_F77=gfortran ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=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=yes ac_cv_prog_make_make_set=yes ac_cv_target=i386-pc-msdosdjgpp ac_cv_target_alias=i386-pc-msdosdjgpp ac_cv_type_longlong=no ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes ac_cv_type_uchar=no ac_cv_type_uint=no ac_cv_type_ulong=no ac_cv_type_ulonglong=no ac_cv_type_ushort=no am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none lt_cv_deplibs_check_method=unknown 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=ld lt_cv_path_LDCXX=ld lt_cv_path_NM=nm lt_cv_path_SED=/dev/env/DJDIR/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=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=12288 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"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} ${top_srcdir}/acaux/missing --run aclocal-1.9' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} ${top_srcdir}/acaux/missing --run tar' AR='ar' AUTOCONF='${SHELL} ${top_srcdir}/acaux/missing --run autoconf' AUTOHEADER='${SHELL} ${top_srcdir}/acaux/missing --run autoheader' AUTOMAKE='${SHELL} ${top_srcdir}/acaux/missing --run automake-1.9' AWK='gawk' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='gpp' CXXCPP='gpp -E' CXXDEPMODE='depmode=none' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='_deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='.exe' F77='gfortran' FFLAGS='-g -O2' HAVE_LIBJPEG_FALSE='#' HAVE_LIBJPEG_TRUE='' HAVE_OPENGL_FALSE='' HAVE_OPENGL_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' JAS_MAJOR_VERSION='1' JAS_MICRO_VERSION='1' JAS_MINOR_VERSION='900' JAS_RPM_RELEASE='1' JAS_VERSION='1.900.1' LDFLAGS='' LIBOBJS='' LIBS='-lm -ljpeg' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='cp -pf' LTLIBOBJS='' LT_AGE='0' LT_CURRENT='1' LT_RELEASE='1.900' LT_REVISION='0' MAKEINFO='${SHELL} ${top_srcdir}/acaux/missing --run makeinfo' OBJEXT='o' OPENGL_LIBS='' PACKAGE='jasper' PACKAGE_BUGREPORT='' PACKAGE_NAME='jasper' PACKAGE_STRING='jasper 1.900.1' PACKAGE_TARNAME='jasper' PACKAGE_VERSION='1.900.1' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/dev/env/DJDIR/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='1.900.1' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='gpp' ac_ct_F77='gfortran' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__leading_dot='_' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-pc-msdosdjgpp' build_alias='' build_cpu='i386' build_os='msdosdjgpp' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-pc-msdosdjgpp' host_alias='' host_cpu='i386' host_os='msdosdjgpp' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='${top_srcdir}/acaux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/dev/env/DJDIR' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-pc-msdosdjgpp' target_alias='' target_cpu='i386' target_os='msdosdjgpp' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DOPRNT 1 #define HAVE_FCNTL_H 1 #define HAVE_GETRUSAGE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_IO_H 1 #define HAVE_LIBM 1 #define HAVE_LIMITS_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_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 HAVE_VLA 1 #define HAVE_VPRINTF 1 #define JAS_CONFIGURE 1 #define JAS_VERSION "1.900.1" #define PACKAGE "jasper" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "jasper" #define PACKAGE_STRING "jasper 1.900.1" #define PACKAGE_TARNAME "jasper" #define PACKAGE_VERSION "1.900.1" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "1.900.1 (DJGPP port (r2))" #define X_DISPLAY_MISSING 1 #define longlong long long #define uchar unsigned char #define uint unsigned int #define ulong unsigned long #define ulonglong unsigned long long #define ushort unsigned short #endif #ifdef __cplusplus extern "C" void exit (int); configure: exit 0