This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59c. Invocation command line was $ ./configure --srcdir=. --cache-file=./djgpp/config.cache --disable-dependency-tracking --without-libiconv-prefix --without-libintl-prefix --enable-html --enable-nls --without-included-gettext ## --------- ## ## 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 /usr/bin/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:1751: 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:1770: creating cache ./djgpp/config.cache configure:1898: checking build system type configure:1916: result: i386-pc-msdosdjgpp configure:1935: checking host system type configure:1950: result: i386-pc-msdosdjgpp configure:1969: checking target system type configure:1984: result: i386-pc-msdosdjgpp configure:2026: checking for a BSD-compatible install configure:2081: result: /dev/env/DJDIR/bin/ginstall -c configure:2092: checking whether build environment is sane configure:2138: result: yes configure:2208: checking for gawk configure:2224: found /dev/c/djgpp/bin/gawk configure:2234: result: gawk configure:2245: checking whether make sets $(MAKE) configure:2266: result: yes configure:2452: checking whether to enable maintainer-specific portions of Makefiles configure:2461: result: no configure:2525: checking for gcc configure:2541: found /dev/c/djgpp/bin/gcc configure:2551: result: gcc configure:2781: checking for C compiler version configure:2783: 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:2786: $? = 0 configure:2788: 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:2791: $? = 0 configure:2793: gcc -V >&5 gcc.exe: '-V' option must have argument configure:2796: $? = 1 configure:2819: checking for C compiler default output file name configure:2841: gcc conftest.c >&5 configure:2844: $? = 0 configure:2882: result: a.exe configure:2887: checking whether the C compiler works configure:2893: ./a.exe configure:2896: $? = 0 configure:2913: result: yes configure:2920: checking whether we are cross compiling configure:2922: result: no configure:2925: checking for suffix of executables configure:2927: gcc -o conftest.exe conftest.c >&5 configure:2930: $? = 0 configure:2955: result: .exe configure:2961: checking for suffix of object files configure:2982: gcc -c conftest.c >&5 configure:2985: $? = 0 configure:3008: result: o configure:3012: checking whether we are using the GNU C compiler configure:3036: gcc -c conftest.c >&5 configure:3042: $? = 0 configure:3046: test -z || test ! -s conftest.err configure:3049: $? = 0 configure:3052: test -s conftest.o configure:3055: $? = 0 configure:3069: result: yes configure:3074: checking whether gcc accepts -g configure:3099: gcc -c -g conftest.c >&5 configure:3105: $? = 0 configure:3109: test -z yes || test ! -s conftest.err configure:3112: $? = 0 configure:3115: test -s conftest.o configure:3118: $? = 0 configure:3224: result: yes configure:3241: checking for gcc option to accept ISO C89 configure:3305: gcc -c -g -O2 conftest.c >&5 configure:3311: $? = 0 configure:3315: test -z || test ! -s conftest.err configure:3318: $? = 0 configure:3321: test -s conftest.o configure:3324: $? = 0 configure:3344: result: none needed configure:3366: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:3372: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3521: checking for style of include used by make configure:3549: result: GNU configure:3577: checking dependency style of gcc configure:3667: result: none configure:3684: checking for gcc option to accept ISO C99 configure:3804: gcc -c -g -O2 conftest.c >&5 conftest.c:29: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:85: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:85: error: 'newvar' undeclared (first use in this function) conftest.c:85: error: (Each undeclared identifier is reported only once conftest.c:85: error: for each function it appears in.) conftest.c:94: error: 'for' loop initial declaration used outside C99 mode configure:3810: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libjpeg" | #define VERSION "6b (DJGPP port (r1))" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | static inline int | test_restrict(const char *restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy work. | static void | test_varargs(const char *format, ...) | { | va_list args; | va_start(args, format); | va_list args_copy; | va_copy(args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg(args_copy, const char *); | break; | case 'd': // int | number = va_arg(args_copy, int); | break; | case 'f': // float | fnumber = (float) va_arg(args_copy, double); | break; | default: | break; | } | } | va_end(args_copy); | va_end(args); | } | | int | main () | { | | // Check bool and long long datatypes. | _Bool success = false; | long long int bignum = -1234567890LL; | unsigned long long int ubignum = 1234567890uLL; | | // Check restrict. | if (test_restrict("String literal") != 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs("s, d' f .", "string", 65, 34.234); | | // Check incomplete arrays work. | struct incomplete_array *ia = | malloc(sizeof(struct incomplete_array) + (sizeof(double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = (double) i * 1.234; | | // Check named initialisers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[43] = 543; | | ; | return 0; | } configure:3804: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:3810: $? = 0 configure:3814: test -z || test ! -s conftest.err configure:3817: $? = 0 configure:3820: test -s conftest.o configure:3823: $? = 0 configure:3850: result: -std=gnu99 configure:3978: checking for gcc -std=gnu99 option to accept ISO Standard C configure:3994: result: -std=gnu99 configure:4005: checking how to run the C preprocessor configure:4040: gcc -std=gnu99 -E conftest.c configure:4046: $? = 0 configure:4079: gcc -std=gnu99 -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory (ENOENT) configure:4085: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libjpeg" | #define VERSION "6b (DJGPP port (r1))" | /* end confdefs.h. */ | #include configure:4125: result: gcc -std=gnu99 -E configure:4149: gcc -std=gnu99 -E conftest.c configure:4155: $? = 0 configure:4188: gcc -std=gnu99 -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory (ENOENT) configure:4194: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libjpeg" | #define VERSION "6b (DJGPP port (r1))" | /* end confdefs.h. */ | #include configure:4251: checking for a BSD-compatible install configure:4306: result: /dev/env/DJDIR/bin/ginstall -c configure:4317: checking whether make sets $(MAKE) configure:4338: result: yes configure:4347: checking whether ln -s works configure:4354: result: no, using ln configure:4363: checking for function prototypes configure:4396: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4402: $? = 0 configure:4406: test -z || test ! -s conftest.err configure:4409: $? = 0 configure:4412: test -s conftest.o configure:4415: $? = 0 configure:4428: result: yes configure:4444: checking for grep that handles long lines and -e configure:4518: result: /dev/env/DJDIR/bin/grep configure:4523: checking for egrep configure:4601: result: /dev/env/DJDIR/bin/egrep configure:4606: checking for ANSI C header files configure:4631: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4637: $? = 0 configure:4641: test -z || test ! -s conftest.err configure:4644: $? = 0 configure:4647: test -s conftest.o configure:4650: $? = 0 configure:4738: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4743: ./conftest.exe configure:4746: $? = 0 configure:4763: result: yes configure:4787: checking for sys/types.h configure:4803: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4809: $? = 0 configure:4813: test -z || test ! -s conftest.err configure:4816: $? = 0 configure:4819: test -s conftest.o configure:4822: $? = 0 configure:4835: result: yes configure:4787: checking for sys/stat.h configure:4803: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4809: $? = 0 configure:4813: test -z || test ! -s conftest.err configure:4816: $? = 0 configure:4819: test -s conftest.o configure:4822: $? = 0 configure:4835: result: yes configure:4787: checking for stdlib.h configure:4803: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4809: $? = 0 configure:4813: test -z || test ! -s conftest.err configure:4816: $? = 0 configure:4819: test -s conftest.o configure:4822: $? = 0 configure:4835: result: yes configure:4787: checking for string.h configure:4803: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4809: $? = 0 configure:4813: test -z || test ! -s conftest.err configure:4816: $? = 0 configure:4819: test -s conftest.o configure:4822: $? = 0 configure:4835: result: yes configure:4787: checking for memory.h configure:4803: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4809: $? = 0 configure:4813: test -z || test ! -s conftest.err configure:4816: $? = 0 configure:4819: test -s conftest.o configure:4822: $? = 0 configure:4835: result: yes configure:4787: checking for strings.h configure:4803: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4809: $? = 0 configure:4813: test -z || test ! -s conftest.err configure:4816: $? = 0 configure:4819: test -s conftest.o configure:4822: $? = 0 configure:4835: result: yes configure:4787: checking for inttypes.h configure:4803: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:52:22: error: inttypes.h: No such file or directory (ENOENT) configure:4809: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libjpeg" | #define VERSION "6b (DJGPP port (r1))" | #define HAVE_PROTOTYPES 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 | #endif | #if HAVE_STDINT_H | # include | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4835: result: no configure:4787: checking for stdint.h configure:4803: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:52:20: error: stdint.h: No such file or directory (ENOENT) configure:4809: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libjpeg" | #define VERSION "6b (DJGPP port (r1))" | #define HAVE_PROTOTYPES 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 | #endif | #if HAVE_STDINT_H | # include | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4835: result: no configure:4787: checking for unistd.h configure:4803: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4809: $? = 0 configure:4813: test -z || test ! -s conftest.err configure:4816: $? = 0 configure:4819: test -s conftest.o configure:4822: $? = 0 configure:4835: result: yes configure:4863: checking stddef.h usability configure:4875: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4881: $? = 0 configure:4885: test -z || test ! -s conftest.err configure:4888: $? = 0 configure:4891: test -s conftest.o configure:4894: $? = 0 configure:4905: result: yes configure:4909: checking stddef.h presence configure:4919: gcc -std=gnu99 -E conftest.c configure:4925: $? = 0 configure:4946: result: yes configure:4981: checking for stddef.h configure:4989: result: yes configure:4853: checking for stdlib.h configure:4859: result: yes configure:5003: checking for string.h configure:5008: result: yes configure:5152: checking for size_t configure:5184: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5190: $? = 0 configure:5194: test -z || test ! -s conftest.err configure:5197: $? = 0 configure:5200: test -s conftest.o configure:5203: $? = 0 configure:5214: result: yes configure:5390: checking for type unsigned char configure:5408: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5414: $? = 0 configure:5418: test -z || test ! -s conftest.err configure:5421: $? = 0 configure:5424: test -s conftest.o configure:5427: $? = 0 configure:5429: result: yes configure:5445: checking for type unsigned short configure:5463: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5469: $? = 0 configure:5473: test -z || test ! -s conftest.err configure:5476: $? = 0 configure:5479: test -s conftest.o configure:5482: $? = 0 configure:5484: result: yes configure:5500: checking for type void configure:5539: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5545: $? = 0 configure:5549: test -z || test ! -s conftest.err configure:5552: $? = 0 configure:5555: test -s conftest.o configure:5558: $? = 0 configure:5560: result: yes configure:5577: checking for an ANSI C-conforming const configure:5644: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5650: $? = 0 configure:5654: test -z || test ! -s conftest.err configure:5657: $? = 0 configure:5660: test -s conftest.o configure:5663: $? = 0 configure:5675: result: yes configure:5685: checking for inline configure:5705: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:27: warning: C99 inline functions are not supported; using GNU89 conftest.c:27: warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute configure:5711: $? = 0 configure:5715: test -z || test ! -s conftest.err configure:5718: $? = 0 configure:5721: test -s conftest.o configure:5724: $? = 0 configure:5827: result: __inline__ configure:5834: checking for broken incomplete types configure:5852: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5858: $? = 0 configure:5862: test -z || test ! -s conftest.err configure:5865: $? = 0 configure:5868: test -s conftest.o configure:5871: $? = 0 configure:5873: result: ok configure:5889: checking for short external names configure:5910: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c >&5 configure:5916: $? = 0 configure:5920: test -z || test ! -s conftest.err configure:5923: $? = 0 configure:5926: test -s conftest.exe configure:5929: $? = 0 configure:5931: result: ok configure:5948: checking to see if char is signed configure:5984: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c >&5 conftest.c: In function 'is_char_signed': conftest.c:36: warning: implicit declaration of function 'printf' conftest.c:36: warning: incompatible implicit declaration of built-in function 'printf' conftest.c: In function 'main': conftest.c:43: warning: implicit declaration of function 'exit' conftest.c:43: warning: incompatible implicit declaration of built-in function 'exit' configure:5987: $? = 0 configure:5989: ./conftest.exe configure:5992: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libjpeg" | #define VERSION "6b (DJGPP port (r1))" | #define HAVE_PROTOTYPES 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 HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNSIGNED_CHAR 1 | #define HAVE_UNSIGNED_SHORT 1 | #define INLINE __inline__ | /* end confdefs.h. */ | | #ifdef HAVE_PROTOTYPES | int is_char_signed (int arg) | #else | int is_char_signed (arg) | int arg; | #endif | { | if (arg == 189) { /* expected result for unsigned char */ | return 0; /* type char is unsigned */ | } | else if (arg != -67) { /* expected result for signed char */ | printf("Hmm, it seems 'char' is not eight bits wide on your machine.\n"); | printf("I fear the JPEG software will not work at all.\n\n"); | } | return 1; /* assume char is signed otherwise */ | } | char signed_char_check = (char) (-67); | int main() { | exit(is_char_signed((int) signed_char_check)); | } configure:6007: result: yes configure:6014: checking to see if right shift is signed configure:6055: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c >&5 conftest.c: In function 'is_shifting_signed': conftest.c:44: warning: implicit declaration of function 'printf' conftest.c:44: warning: incompatible implicit declaration of built-in function 'printf' conftest.c: In function 'main': conftest.c:49: warning: implicit declaration of function 'exit' conftest.c:49: warning: incompatible implicit declaration of built-in function 'exit' configure:6058: $? = 0 configure:6060: ./conftest.exe configure:6063: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libjpeg" | #define VERSION "6b (DJGPP port (r1))" | #define HAVE_PROTOTYPES 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 HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNSIGNED_CHAR 1 | #define HAVE_UNSIGNED_SHORT 1 | #define INLINE __inline__ | /* end confdefs.h. */ | | #ifdef HAVE_PROTOTYPES | int is_shifting_signed (long arg) | #else | int is_shifting_signed (arg) | long arg; | #endif | /* See whether right-shift on a long is signed or not. */ | { | long res = arg >> 4; | | if (res == -0x7F7E80CL) { /* expected result for signed shift */ | return 1; /* right shift is signed */ | } | /* see if unsigned-shift hack will fix it. */ | /* we can't just test exact value since it depends on width of long... */ | res |= (~0L) << (32-4); | if (res == -0x7F7E80CL) { /* expected result now? */ | return 0; /* right shift is unsigned */ | } | printf("Right shift isn't acting as I expect it to.\n"); | printf("I fear the JPEG software will not work at all.\n\n"); | return 0; /* try it with unsigned anyway */ | } | int main() { | exit(is_shifting_signed(-0x7F7E80B1L)); | } configure:6078: result: yes configure:6085: checking to see if fopen accepts b spec configure:6106: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:28: warning: implicit declaration of function 'exit' conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit' conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit' configure:6109: $? = 0 configure:6111: ./conftest.exe configure:6114: $? = 0 configure:6116: result: yes configure:6575: checking for a sed that does not truncate output configure:6647: result: /dev/env/DJDIR/bin/sed configure:6664: checking for fgrep configure:6742: result: /dev/env/DJDIR/bin/fgrep configure:6777: checking for ld used by gcc -std=gnu99 configure:6844: result: ld configure:6853: checking if the linker (ld) is GNU ld configure:6868: result: yes configure:6880: checking for BSD- or MS-compatible name lister (nm) configure:6929: result: nm configure:7047: checking the name lister (nm) interface configure:7050: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7053: nm "conftest.o" configure:7056: output 00000000 b .bss 00000000 N .comment 00000000 d .data 00000000 N .debug_abbrev 00000000 N .debug_info 00000000 N .debug_line 00000000 N .debug_pubnames 00000000 t .text 00000000 B _some_variable configure:7067: result: BSD nm configure:7071: checking the maximum length of command line arguments configure:7185: result: 12288 configure:7202: checking whether the shell understands some XSI constructs configure:7210: result: yes configure:7214: checking for ld option to reload object files configure:7221: result: -r configure:7248: checking how to recognise dependent libraries configure:7432: result: unknown configure:7491: checking for ar configure:7507: found /dev/c/djgpp/bin/ar configure:7517: result: ar configure:7596: checking for strip configure:7612: found /dev/c/djgpp/bin/strip configure:7622: result: strip configure:7695: checking for ranlib configure:7721: result: ranlib configure:7813: checking command to parse nm output from gcc -std=gnu99 object configure:7929: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7932: $? = 0 configure:7936: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7939: $? = 0 cannot find nm_test_var in conftest.nm configure:7929: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7932: $? = 0 configure:7936: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm configure:7939: $? = 0 configure:7993: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c conftstm.o >&5 configure:7996: $? = 0 configure:8034: result: ok configure:8269: checking for dlfcn.h configure:8285: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:58:19: error: dlfcn.h: No such file or directory (ENOENT) configure:8291: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libjpeg" | #define VERSION "6b (DJGPP port (r1))" | #define HAVE_PROTOTYPES 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 HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNSIGNED_CHAR 1 | #define HAVE_UNSIGNED_SHORT 1 | #define INLINE __inline__ | /* 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 | #endif | #if HAVE_STDINT_H | # include | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:8317: result: no configure:8379: checking for objdir configure:8395: result: _libs configure:8692: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8705: gcc -std=gnu99 -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:8709: $? = 0 configure:8727: result: no configure:8747: checking for gcc -std=gnu99 option to produce PIC configure:8984: result: configure:9055: checking if gcc -std=gnu99 static flag -static works configure:9083: result: yes configure:9098: checking if gcc -std=gnu99 supports -c -o file.o configure:9114: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9118: $? = 0 configure:9145: result: yes configure:9153: checking if gcc -std=gnu99 supports -c -o file.o configure:9200: result: yes configure:9233: checking whether the gcc -std=gnu99 linker (ld) supports shared libraries configure:10301: result: no configure:10530: checking dynamic linker characteristics configure:11142: result: no configure:11237: checking how to hardcode library paths into programs configure:11262: result: unsupported configure:12103: checking whether stripping libraries is possible configure:12108: result: yes configure:12143: checking if libtool supports shared libraries configure:12145: result: no configure:12148: checking whether to build shared libraries configure:12169: result: no configure:12172: checking whether to build static libraries configure:12176: result: yes configure:12400: checking png.h usability configure:12412: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:12418: $? = 0 configure:12422: test -z || test ! -s conftest.err configure:12425: $? = 0 configure:12428: test -s conftest.o configure:12431: $? = 0 configure:12442: result: yes configure:12446: checking png.h presence configure:12456: gcc -std=gnu99 -E conftest.c configure:12462: $? = 0 configure:12483: result: yes configure:12518: checking for png.h configure:12525: result: yes configure:12548: checking zlib.h usability configure:12560: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:12566: $? = 0 configure:12570: test -z || test ! -s conftest.err configure:12573: $? = 0 configure:12576: test -s conftest.o configure:12579: $? = 0 configure:12590: result: yes configure:12594: checking zlib.h presence configure:12604: gcc -std=gnu99 -E conftest.c configure:12610: $? = 0 configure:12631: result: yes configure:12666: checking for zlib.h configure:12673: result: yes configure:12687: checking for deflate in -lz configure:12717: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c -lz >&5 configure:12723: $? = 0 configure:12727: test -z || test ! -s conftest.err configure:12730: $? = 0 configure:12733: test -s conftest.exe configure:12736: $? = 0 configure:12750: result: yes configure:12765: checking for png_create_info_struct in -lpng configure:12795: gcc -std=gnu99 -o conftest.exe -g -O2 conftest.c -lpng -lz -lm -lz >&5 configure:12801: $? = 0 configure:12805: test -z || test ! -s conftest.err configure:12808: $? = 0 configure:12811: test -s conftest.exe configure:12814: $? = 0 configure:12828: result: yes configure:12850: checking libjpeg version number configure:12853: result: 62 configure:12961: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59c. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on U1V7C8 config.status:804: creating Makefile config.status:804: creating jconfig.h config.status:804: creating jconfig_api.h config.status:1034: executing depfiles commands config.status:1034: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-pc-msdosdjgpp ac_cv_c_compiler_gnu=yes ac_cv_c_const=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_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_fork=no ac_cv_func_pipe=no ac_cv_func_vfork=no ac_cv_header_dlfcn_h=no ac_cv_header_inttypes_h=no ac_cv_header_memory_h=yes ac_cv_header_png_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_zlib_h=yes ac_cv_host=i386-pc-msdosdjgpp ac_cv_lib_png_png_create_info_struct=yes ac_cv_lib_z_deflate=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 -std=gnu99 -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_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_make_make_set=yes ac_cv_target=i386-pc-msdosdjgpp am_cv_CC_dependencies_compiler_type=none ijg_cv_have_prototypes=yes ijg_cv_inline=__inline__ 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_nm_interface='BSD nm' lt_cv_objdir=_libs lt_cv_path_LD=ld lt_cv_path_NM=nm lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=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\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=12288 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} ${top_srcdir}/config/missing --run aclocal-1.9a' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} ${top_srcdir}/config/missing --run tar' AR='ar' AS='as' AUTOCONF='${SHELL} ${top_srcdir}/config/missing --run autoconf' AUTOHEADER='${SHELL} ${top_srcdir}/config/missing --run autoheader' AUTOMAKE='${SHELL} ${top_srcdir}/config/missing --run automake-1.9a' AWK='gawk' CC='gcc -std=gnu99' CCDEPMODE='depmode=none' CFLAGS='-g -O2' CPP='gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='_deps' DLLTOOL='dlltool' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/dev/env/DJDIR/bin/egrep' EXEEXT='.exe' FGREP='/dev/env/DJDIR/bin/fgrep' GREP='/dev/env/DJDIR/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JPEG_LIB_VERSION='62' LD='ld' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} ${top_srcdir}/config/missing --run makeinfo' MEMORYMGR='jmemnobs' NM='nm' OBJDUMP='objdump' OBJEXT='o' PACKAGE='libjpeg' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PNGLIBS='-lpng -lz -lm' RANLIB='ranlib' SED='/dev/env/DJDIR/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='6b' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__fastdepCC_FALSE='' am__fastdepCC_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='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-pc-msdosdjgpp' host_alias='' host_cpu='i386' host_os='msdosdjgpp' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) ${top_srcdir}/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='echo' mandir='${datarootdir}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/dev/env/DJDIR' program_transform_name='s,x,x,' psdir='${docdir}' 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 BMP_SUPPORTED 1 #define GIF_SUPPORTED 1 #define HAVE_LIBZ 1 #define HAVE_MEMORY_H 1 #define HAVE_PROTOTYPES 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_UNISTD_H 1 #define HAVE_UNSIGNED_CHAR 1 #define HAVE_UNSIGNED_SHORT 1 #define INLINE __inline__ #define LT_OBJDIR "_libs/" #define PACKAGE "libjpeg" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PNG_SUPPORTED 1 #define PPM_SUPPORTED 1 #define STDC_HEADERS 1 #define TARGA_SUPPORTED 1 #define VERSION "6b (DJGPP port (r1))" configure: exit 0