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.701.0, which was generated by GNU Autoconf 2.57. 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 = dosuser's PC, MS-Windows 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/programme/nasm PATH: /dev/c/programme/fprot PATH: /dev/c/windows PATH: /dev/c/windows/command PATH: /dev/c/progra~1/nortonut PATH: /dev/c/programme/texmf/miktex/bin PATH: /dev/c/programme/imagemagick PATH: /dev/c/programme/imagemagick/modules/coders PATH: /dev/c/programme/fftw ## ----------- ## ## Core tests. ## ## ----------- ## configure:1356: 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'} | | # 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:1375: creating cache ./djgpp/config.cache configure:1499: checking build system type configure:1517: result: i386-pc-msdosdjgpp configure:1525: checking host system type configure:1539: result: i386-pc-msdosdjgpp configure:1547: checking target system type configure:1561: result: i386-pc-msdosdjgpp configure:1590: checking for a BSD-compatible install configure:1644: result: /dev/env/DJDIR/bin/ginstall -c configure:1655: checking whether build environment is sane configure:1701: result: yes configure:1735: checking for gawk configure:1751: found /dev/c/djgpp/bin/gawk configure:1761: result: gawk configure:1771: checking whether make sets $(MAKE) configure:1791: result: yes configure:2001: checking for gawk configure:2027: result: gawk configure:2083: checking for gcc configure:2099: found /dev/c/djgpp/bin/gcc configure:2109: result: gcc configure:2353: checking for C compiler version configure:2356: gcc --version &5 gcc.exe (GCC) 4.1.0 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2359: $? = 0 configure:2361: gcc -v &5 Using built-in specs. Target: djgpp Configured with: /gnu/gcc-4.10/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.1.0 configure:2364: $? = 0 configure:2366: gcc -V &5 gcc.exe: '-V' option must have argument configure:2369: $? = 1 configure:2393: checking for C compiler default output configure:2396: gcc conftest.c >&5 configure:2399: $? = 0 configure:2445: result: a.exe configure:2450: checking whether the C compiler works configure:2456: ./a.exe configure:2459: $? = 0 configure:2476: result: yes configure:2483: checking whether we are cross compiling configure:2485: result: no configure:2488: checking for suffix of executables configure:2490: gcc -o conftest.exe conftest.c >&5 configure:2493: $? = 0 configure:2518: result: .exe configure:2524: checking for suffix of object files configure:2546: gcc -c conftest.c >&5 configure:2549: $? = 0 configure:2571: result: o configure:2575: checking whether we are using the GNU C compiler configure:2600: gcc -c conftest.c >&5 configure:2603: $? = 0 configure:2606: test -s conftest.o configure:2609: $? = 0 configure:2622: result: yes configure:2628: checking whether gcc accepts -g configure:2650: gcc -c -g conftest.c >&5 configure:2653: $? = 0 configure:2656: test -s conftest.o configure:2659: $? = 0 configure:2670: result: yes configure:2687: checking for gcc option to accept ANSI C configure:2748: gcc -c -g -O2 conftest.c >&5 configure:2751: $? = 0 configure:2754: test -s conftest.o configure:2757: $? = 0 configure:2775: result: none needed configure:2793: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2796: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2924: checking for style of include used by make configure:2952: result: GNU configure:2980: checking dependency style of gcc configure:3042: result: none configure:3052: checking how to run the C preprocessor configure:3088: gcc -E conftest.c configure:3094: $? = 0 configure:3126: gcc -E conftest.c configure:3129:28: error: ac_nonexistent.h: No such file or directory (ENOENT) configure:3132: $? = 1 configure: failed program was: | #line 3117 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #define JAS_CONFIGURE 1 | /* end confdefs.h. */ | #include configure:3170: result: gcc -E configure:3195: gcc -E conftest.c configure:3201: $? = 0 configure:3233: gcc -E conftest.c configure:3236:28: error: ac_nonexistent.h: No such file or directory (ENOENT) configure:3239: $? = 1 configure: failed program was: | #line 3224 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #define JAS_CONFIGURE 1 | /* end confdefs.h. */ | #include configure:3293: checking for a BSD-compatible install configure:3347: result: /dev/env/DJDIR/bin/ginstall -c configure:3358: checking whether ln -s works configure:3365: result: no, using ln configure:3410: checking for ranlib configure:3437: result: ranlib configure:3538: checking for ld used by GCC configure:3601: result: ld configure:3610: checking if the linker (ld) is GNU ld GNU ld version 2.16.1 configure:3622: result: yes configure:3627: checking for ld option to reload object files configure:3634: result: -r configure:3639: checking for BSD-compatible nm configure:3675: result: nm configure:3678: checking for a sed that does not truncate output configure:3760: result: /dev/env/DJDIR/bin/sed configure:3763: checking how to recognise dependent libraries configure:3944: result: unknown configure:3957: checking command to parse nm output configure:4041: gcc -c -g -O2 conftest.c >&5 configure:4044: $? = 0 configure:4048: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:4051: $? = 0 cannot find nm_test_var in conftest.nm configure:4041: gcc -c -g -O2 conftest.c >&5 configure:4044: $? = 0 configure:4048: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:4051: $? = 0 configure:4103: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5 configure:4106: $? = 0 configure:4150: result: ok configure:4155: checking for egrep configure:4165: result: grep -E configure:4170: checking for ANSI C header files configure:4196: gcc -c -g -O2 conftest.c >&5 configure:4199: $? = 0 configure:4202: test -s conftest.o configure:4205: $? = 0 configure:4294: gcc -o conftest.exe -g -O2 conftest.c >&5 configure: In function 'main': configure:4294: warning: incompatible implicit declaration of built-in function 'exit' configure:4297: $? = 0 configure:4299: ./conftest.exe configure:4302: $? = 0 configure:4317: result: yes configure:4341: checking for sys/types.h configure:4358: gcc -c -g -O2 conftest.c >&5 configure:4361: $? = 0 configure:4364: test -s conftest.o configure:4367: $? = 0 configure:4378: result: yes configure:4341: checking for sys/stat.h configure:4358: gcc -c -g -O2 conftest.c >&5 configure:4361: $? = 0 configure:4364: test -s conftest.o configure:4367: $? = 0 configure:4378: result: yes configure:4341: checking for stdlib.h configure:4358: gcc -c -g -O2 conftest.c >&5 configure:4361: $? = 0 configure:4364: test -s conftest.o configure:4367: $? = 0 configure:4378: result: yes configure:4341: checking for string.h configure:4358: gcc -c -g -O2 conftest.c >&5 configure:4361: $? = 0 configure:4364: test -s conftest.o configure:4367: $? = 0 configure:4378: result: yes configure:4341: checking for memory.h configure:4358: gcc -c -g -O2 conftest.c >&5 configure:4361: $? = 0 configure:4364: test -s conftest.o configure:4367: $? = 0 configure:4378: result: yes configure:4341: checking for strings.h configure:4358: gcc -c -g -O2 conftest.c >&5 configure:4361: $? = 0 configure:4364: test -s conftest.o configure:4367: $? = 0 configure:4378: result: yes configure:4341: checking for inttypes.h configure:4358: gcc -c -g -O2 conftest.c >&5 configure:4400:22: error: inttypes.h: No such file or directory (ENOENT) configure:4361: $? = 1 configure: failed program was: | #line 4346 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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:4378: result: no configure:4341: checking for stdint.h configure:4358: gcc -c -g -O2 conftest.c >&5 configure:4400:20: error: stdint.h: No such file or directory (ENOENT) configure:4361: $? = 1 configure: failed program was: | #line 4346 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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:4378: result: no configure:4341: checking for unistd.h configure:4358: gcc -c -g -O2 conftest.c >&5 configure:4361: $? = 0 configure:4364: test -s conftest.o configure:4367: $? = 0 configure:4378: result: yes configure:4404: checking dlfcn.h usability configure:4417: gcc -c -g -O2 conftest.c >&5 configure:4460:19: error: dlfcn.h: No such file or directory (ENOENT) configure:4420: $? = 1 configure: failed program was: | #line 4406 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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:4436: result: no configure:4440: checking dlfcn.h presence configure:4451: gcc -E conftest.c configure:4462:19: error: dlfcn.h: No such file or directory (ENOENT) configure:4457: $? = 1 configure: failed program was: | #line 4442 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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:4476: result: no configure:4512: checking for dlfcn.h configure:4519: result: no configure:4717: checking for ranlib configure:4744: result: ranlib configure:4797: checking for strip configure:4813: found /dev/c/djgpp/bin/strip configure:4824: result: strip configure:5034: checking for objdir configure:5046: result: .libs configure:5063: checking for gcc option to produce PIC configure:5209: result: -fPIC configure:5213: checking if gcc PIC flag -fPIC works configure:5237: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:5240: $? = 0 configure:5243: test -s conftest.o configure:5246: $? = 0 configure:5284: result: yes configure:5300: checking if gcc static flag -static works configure:5325: gcc -o conftest.exe -g -O2 -static conftest.c >&5 configure:5328: $? = 0 configure:5331: test -s conftest.exe configure:5334: $? = 0 configure:5350: result: yes configure:5362: checking if gcc supports -c -o file.o configure:5378: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:5406: result: yes configure:5411: checking if gcc supports -c -o file.lo configure:5439: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5 configure:5442: $? = 0 configure:5445: test -s conftest.lo configure:5448: $? = 0 configure:5470: result: yes configure:5501: checking if gcc supports -fno-rtti -fno-exceptions configure:5524: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5 cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:5527: $? = 0 configure:5530: test -s conftest.o configure:5533: $? = 0 configure:5550: result: yes configure:5561: checking whether the linker (ld) supports shared libraries configure:6256: result: no configure:6261: checking how to hardcode library paths into programs configure:6285: result: unsupported configure:6290: checking whether stripping libraries is possible configure:6295: result: yes configure:6306: checking dynamic linker characteristics configure:6737: result: no configure:6742: checking if libtool supports shared libraries configure:6744: result: no configure:6747: checking whether to build shared libraries configure:6768: result: no configure:6771: checking whether to build static libraries configure:6775: result: yes configure:8064: checking for X configure:8170: gcc -E conftest.c configure:8181:27: error: X11/Intrinsic.h: No such file or directory (ENOENT) configure:8176: $? = 1 configure: failed program was: | #line 8161 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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:8226: gcc -o conftest.exe -g -O2 conftest.c -lXt >&5 configure:8229:27: error: X11/Intrinsic.h: No such file or directory (ENOENT) configure:8229: $? = 1 configure: failed program was: | #line 8209 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | int | main () | { | XtMalloc (0) | ; | return 0; | } configure:8274: result: no configure:9261: checking whether variable-length arrays are supported configure:9282: gcc -c -g -O2 conftest.c >&5 configure:9285: $? = 0 configure:9288: test -s conftest.o configure:9291: $? = 0 configure:9293: result: yes configure:9335: checking for jpeg_destroy in -ljpeg configure:9366: gcc -o conftest.exe -g -O2 conftest.c -ljpeg >&5 configure:9369: $? = 0 configure:9372: test -s conftest.exe configure:9375: $? = 0 configure:9387: result: yes configure:9473: checking for glutInit in -lglut configure:9504: 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:9507: $? = 1 configure: failed program was: | #line 9480 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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:9525: result: no configure:9545: checking GL/glut.h usability configure:9558: gcc -c -g -O2 conftest.c >&5 configure:9603:21: error: GL/glut.h: No such file or directory (ENOENT) configure:9561: $? = 1 configure: failed program was: | #line 9547 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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:9577: result: no configure:9581: checking GL/glut.h presence configure:9592: gcc -E conftest.c configure:9605:21: error: GL/glut.h: No such file or directory (ENOENT) configure:9598: $? = 1 configure: failed program was: | #line 9583 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #define X_DISPLAY_MISSING 1 | #define HAVE_VLA 1 | /* end confdefs.h. */ | #include configure:9617: result: no configure:9653: checking for GL/glut.h configure:9660: result: no configure:9684: checking whether OpenGL libraries and headers were detected configure:9686: result: no configure:9695: checking for main in -lm configure:9720: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:9723: $? = 0 configure:9726: test -s conftest.exe configure:9729: $? = 0 configure:9741: result: yes configure:9757: checking for ANSI C header files configure:9904: result: yes configure:9937: checking fcntl.h usability configure:9950: gcc -c -g -O2 conftest.c >&5 configure:9953: $? = 0 configure:9956: test -s conftest.o configure:9959: $? = 0 configure:9969: result: yes configure:9973: checking fcntl.h presence configure:9984: gcc -E conftest.c configure:9990: $? = 0 configure:10009: result: yes configure:10045: checking for fcntl.h configure:10052: result: yes configure:9937: checking limits.h usability configure:9950: gcc -c -g -O2 conftest.c >&5 configure:9953: $? = 0 configure:9956: test -s conftest.o configure:9959: $? = 0 configure:9969: result: yes configure:9973: checking limits.h presence configure:9984: gcc -E conftest.c configure:9990: $? = 0 configure:10009: result: yes configure:10045: checking for limits.h configure:10052: result: yes configure:9928: checking for unistd.h configure:9933: result: yes configure:9928: checking for stdint.h configure:9933: result: no configure:9937: checking stdbool.h usability configure:9950: gcc -c -g -O2 conftest.c >&5 configure:9953: $? = 0 configure:9956: test -s conftest.o configure:9959: $? = 0 configure:9969: result: yes configure:9973: checking stdbool.h presence configure:9984: gcc -E conftest.c configure:9990: $? = 0 configure:10009: result: yes configure:10045: checking for stdbool.h configure:10052: result: yes configure:9937: checking io.h usability configure:9950: gcc -c -g -O2 conftest.c >&5 configure:9953: $? = 0 configure:9956: test -s conftest.o configure:9959: $? = 0 configure:9969: result: yes configure:9973: checking io.h presence configure:9984: gcc -E conftest.c configure:9990: $? = 0 configure:10009: result: yes configure:10045: checking for io.h configure:10052: result: yes configure:9937: checking windows.h usability configure:9950: gcc -c -g -O2 conftest.c >&5 configure:10002:21: error: windows.h: No such file or directory (ENOENT) configure:9953: $? = 1 configure: failed program was: | #line 9939 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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:9969: result: no configure:9973: checking windows.h presence configure:9984: gcc -E conftest.c configure:10004:21: error: windows.h: No such file or directory (ENOENT) configure:9990: $? = 1 configure: failed program was: | #line 9975 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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:10009: result: no configure:10045: checking for windows.h configure:10052: result: no configure:9928: checking for sys/types.h configure:9933: result: yes configure:9928: checking for stdlib.h configure:9933: result: yes configure:9937: checking stddef.h usability configure:9950: gcc -c -g -O2 conftest.c >&5 configure:9953: $? = 0 configure:9956: test -s conftest.o configure:9959: $? = 0 configure:9969: result: yes configure:9973: checking stddef.h presence configure:9984: gcc -E conftest.c configure:9990: $? = 0 configure:10009: result: yes configure:10045: checking for stddef.h configure:10052: result: yes configure:10070: checking whether byte ordering is bigendian configure:10098: gcc -c -g -O2 conftest.c >&5 configure: In function 'main': configure:10115: error: 'bogus' undeclared (first use in this function) configure:10115: error: (Each undeclared identifier is reported only once configure:10115: error: for each function it appears in.) configure:10115: error: expected ';' before 'endian' configure:10101: $? = 1 configure: failed program was: | #line 10076 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | bogus endian macros | #endif | | ; | return 0; | } configure:10231: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure: In function 'main': configure:10252: warning: incompatible implicit declaration of built-in function 'exit' configure:10234: $? = 0 configure:10236: ./conftest.exe configure:10239: $? = 0 configure:10255: result: no configure:10274: checking for an ANSI C-conforming const configure:10342: gcc -c -g -O2 conftest.c >&5 configure:10345: $? = 0 configure:10348: test -s conftest.o configure:10351: $? = 0 configure:10362: result: yes configure:10372: checking for inline configure:10394: gcc -c -g -O2 conftest.c >&5 configure:10397: $? = 0 configure:10400: test -s conftest.o configure:10403: $? = 0 configure:10415: result: inline configure:10430: checking for size_t configure:10455: gcc -c -g -O2 conftest.c >&5 configure:10458: $? = 0 configure:10461: test -s conftest.o configure:10464: $? = 0 configure:10475: result: yes configure:10487: checking for short configure:10512: gcc -c -g -O2 conftest.c >&5 configure:10515: $? = 0 configure:10518: test -s conftest.o configure:10521: $? = 0 configure:10532: result: yes configure:10535: checking size of short configure:10810: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:10813: $? = 0 configure:10815: ./conftest.exe configure:10818: $? = 0 configure:10841: result: 2 configure:10848: checking for unsigned short configure:10873: gcc -c -g -O2 conftest.c >&5 configure:10876: $? = 0 configure:10879: test -s conftest.o configure:10882: $? = 0 configure:10893: result: yes configure:10896: checking size of unsigned short configure:11171: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:11174: $? = 0 configure:11176: ./conftest.exe configure:11179: $? = 0 configure:11202: result: 2 configure:11209: checking for int configure:11234: gcc -c -g -O2 conftest.c >&5 configure:11237: $? = 0 configure:11240: test -s conftest.o configure:11243: $? = 0 configure:11254: result: yes configure:11257: checking size of int configure:11532: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:11535: $? = 0 configure:11537: ./conftest.exe configure:11540: $? = 0 configure:11563: result: 4 configure:11570: checking for unsigned int configure:11595: gcc -c -g -O2 conftest.c >&5 configure:11598: $? = 0 configure:11601: test -s conftest.o configure:11604: $? = 0 configure:11615: result: yes configure:11618: checking size of unsigned int configure:11893: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:11896: $? = 0 configure:11898: ./conftest.exe configure:11901: $? = 0 configure:11924: result: 4 configure:11931: checking for long configure:11956: gcc -c -g -O2 conftest.c >&5 configure:11959: $? = 0 configure:11962: test -s conftest.o configure:11965: $? = 0 configure:11976: result: yes configure:11979: checking size of long configure:12254: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:12257: $? = 0 configure:12259: ./conftest.exe configure:12262: $? = 0 configure:12285: result: 4 configure:12292: checking for unsigned long configure:12317: gcc -c -g -O2 conftest.c >&5 configure:12320: $? = 0 configure:12323: test -s conftest.o configure:12326: $? = 0 configure:12337: result: yes configure:12340: checking size of unsigned long configure:12615: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:12618: $? = 0 configure:12620: ./conftest.exe configure:12623: $? = 0 configure:12646: result: 4 configure:12653: checking for long long configure:12678: gcc -c -g -O2 conftest.c >&5 configure:12681: $? = 0 configure:12684: test -s conftest.o configure:12687: $? = 0 configure:12698: result: yes configure:12701: checking size of long long configure:12976: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:12979: $? = 0 configure:12981: ./conftest.exe configure:12984: $? = 0 configure:13007: result: 8 configure:13014: checking for unsigned long long configure:13039: gcc -c -g -O2 conftest.c >&5 configure:13042: $? = 0 configure:13045: test -s conftest.o configure:13048: $? = 0 configure:13059: result: yes configure:13062: checking size of unsigned long long configure:13337: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:13340: $? = 0 configure:13342: ./conftest.exe configure:13345: $? = 0 configure:13368: result: 8 configure:13375: checking for uchar configure:13400: gcc -c -g -O2 conftest.c >&5 configure: In function 'main': configure:13457: error: 'uchar' undeclared (first use in this function) configure:13457: error: (Each undeclared identifier is reported only once configure:13457: error: for each function it appears in.) configure:13457: error: expected expression before ')' token configure:13403: $? = 1 configure: failed program was: | #line 13380 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | /* 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:13420: result: no configure:13432: checking for ushort configure:13457: gcc -c -g -O2 conftest.c >&5 configure: In function 'main': configure:13515: error: 'ushort' undeclared (first use in this function) configure:13515: error: (Each undeclared identifier is reported only once configure:13515: error: for each function it appears in.) configure:13515: error: expected expression before ')' token configure:13460: $? = 1 configure: failed program was: | #line 13437 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #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:13477: result: no configure:13489: checking for uint configure:13514: gcc -c -g -O2 conftest.c >&5 configure: In function 'main': configure:13573: error: 'uint' undeclared (first use in this function) configure:13573: error: (Each undeclared identifier is reported only once configure:13573: error: for each function it appears in.) configure:13573: error: expected expression before ')' token configure:13517: $? = 1 configure: failed program was: | #line 13494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #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:13534: result: no configure:13546: checking for ulong configure:13571: gcc -c -g -O2 conftest.c >&5 configure: In function 'main': configure:13631: error: 'ulong' undeclared (first use in this function) configure:13631: error: (Each undeclared identifier is reported only once configure:13631: error: for each function it appears in.) configure:13631: error: expected expression before ')' token configure:13574: $? = 1 configure: failed program was: | #line 13551 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #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:13591: result: no configure:13603: checking for longlong configure:13628: gcc -c -g -O2 conftest.c >&5 configure: In function 'main': configure:13689: error: 'longlong' undeclared (first use in this function) configure:13689: error: (Each undeclared identifier is reported only once configure:13689: error: for each function it appears in.) configure:13689: error: expected expression before ')' token configure:13631: $? = 1 configure: failed program was: | #line 13608 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #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:13648: result: no configure:13660: checking for ulonglong configure:13685: gcc -c -g -O2 conftest.c >&5 configure: In function 'main': configure:13747: error: 'ulonglong' undeclared (first use in this function) configure:13747: error: (Each undeclared identifier is reported only once configure:13747: error: for each function it appears in.) configure:13747: error: expected expression before ')' token configure:13688: $? = 1 configure: failed program was: | #line 13665 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "jasper" | #define PACKAGE_TARNAME "jasper" | #define PACKAGE_VERSION "1.701.0" | #define PACKAGE_STRING "jasper 1.701.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "jasper" | #define VERSION "1.701.0 (DJGPP port (r1))" | #define JAS_VERSION "1.701.0" | #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 | #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_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #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:13705: result: no configure:13717: checking for ssize_t configure:13742: gcc -c -g -O2 conftest.c >&5 configure:13745: $? = 0 configure:13748: test -s conftest.o configure:13751: $? = 0 configure:13762: result: yes configure:13783: checking for vprintf configure:13833: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:13836: $? = 0 configure:13839: test -s conftest.exe configure:13842: $? = 0 configure:13853: result: yes configure:13860: checking for _doprnt configure:13910: gcc -o conftest.exe -g -O2 conftest.c -lm -ljpeg >&5 configure:13913: $? = 0 configure:13916: test -s conftest.exe configure:13919: $? = 0 configure:13930: result: yes configure:14144: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by jasper config.status 1.701.0, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on dosuser's PC, MS-Windows config.status:699: creating Makefile config.status:699: creating src/Makefile config.status:699: creating src/appl/Makefile config.status:699: creating src/libjasper/Makefile config.status:699: creating src/libjasper/base/Makefile config.status:699: creating src/libjasper/bmp/Makefile config.status:699: creating src/libjasper/include/Makefile config.status:699: creating src/libjasper/include/jasper/Makefile config.status:699: creating src/libjasper/jp2/Makefile config.status:699: creating src/libjasper/jpc/Makefile config.status:699: creating src/libjasper/jpg/Makefile config.status:699: creating src/libjasper/mif/Makefile config.status:699: creating src/libjasper/pgx/Makefile config.status:699: creating src/libjasper/pnm/Makefile config.status:699: creating src/libjasper/ras/Makefile config.status:699: creating src/msvc/Makefile config.status:699: creating jasper.spec config.status:821: creating src/libjasper/include/jasper/jas_config.h config.status:1106: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-pc-msdosdjgpp ac_cv_build_alias=i386-pc-msdosdjgpp ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline 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_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_func__doprnt=yes ac_cv_func_fork=no 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_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_path_SED=/dev/env/DJDIR/bin/sed ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_LN_S='cp -pf' ac_cv_prog_ac_ct_CC=gcc 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_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=4 ac_cv_sizeof_unsigned_long_long=8 ac_cv_sizeof_unsigned_short=2 ac_cv_target=i386-pc-msdosdjgpp ac_cv_target_alias=i386-pc-msdosdjgpp ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_long=yes ac_cv_type_longlong=no ac_cv_type_short=yes 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_unsigned_int=yes ac_cv_type_unsigned_long=yes ac_cv_type_unsigned_long_long=yes ac_cv_type_unsigned_short=yes ac_cv_type_ushort=no am_cv_CC_dependencies_compiler_type=none lt_cv_compiler_c_o=yes lt_cv_compiler_o_lo=yes lt_cv_deplibs_check_method=unknown lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_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_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_ld_reload_flag=-r lt_cv_objdir=_libs lt_cv_path_LD=ld lt_cv_path_NM=nm lt_cv_path_SED=/dev/env/DJDIR/bin/sed lt_cv_prog_cc_can_build_shared=yes lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_pic=' -fPIC' lt_cv_prog_cc_pic_works=yes lt_cv_prog_cc_shlib= lt_cv_prog_cc_static=-static lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_wl=-Wl, lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} ${top_srcdir}/acaux/missing --run aclocal-1.6' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} ${top_srcdir}/acaux/missing --run tar' 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.6' AWK='gawk' CC='gcc' CCDEPMODE='depmode=none' CFLAGS='-g -O2 -W -Wall -Wno-long-long -Wformat -Wmissing-prototypes -Wstrict-prototypes -pedantic' CPP='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='.exe' 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='0' JAS_MINOR_VERSION='701' JAS_RPM_RELEASE='1' JAS_VERSION='1.701.0' LDFLAGS='' LIBOBJS='' LIBS='-lm -ljpeg' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln' LTLIBOBJS='' LT_AGE='0' LT_CURRENT='1' LT_RELEASE='1.701' 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.701.0' PACKAGE_TARNAME='jasper' PACKAGE_VERSION='1.701.0' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='1.701.0' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__include='include' am__quote='' 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' 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_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_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.701.0" #define PACKAGE "jasper" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "jasper" #define PACKAGE_STRING "jasper 1.701.0" #define PACKAGE_TARNAME "jasper" #define PACKAGE_VERSION "1.701.0" #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SHORT 2 #define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_UNSIGNED_LONG 4 #define SIZEOF_UNSIGNED_LONG_LONG 8 #define SIZEOF_UNSIGNED_SHORT 2 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "1.701.0 (DJGPP port (r1))" #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 configure: exit 0