This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by fastjar configure 0.97, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --build=i486-slackware-linux ## --------- ## ## Platform. ## ## --------- ## hostname = slackware32 uname -m = i686 uname -r = 3.14.16-smp uname -s = Linux uname -v = #2 SMP Fri Aug 8 00:41:00 CDT 2014 /usr/bin/uname -p = AMD A8-3870 APU with Radeon(tm) HD Graphics /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/games PATH: /usr/lib/qt/bin PATH: /usr/share/texmf/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2213: checking for a BSD-compatible install configure:2269: result: /usr/bin/ginstall -c configure:2280: checking whether build environment is sane configure:2323: result: yes configure:2351: checking for a thread-safe mkdir -p configure:2390: result: /usr/bin/mkdir -p configure:2403: checking for gawk configure:2419: found /usr/bin/gawk configure:2430: result: gawk configure:2441: checking whether make sets $(MAKE) configure:2462: result: yes configure:2702: checking for gcc configure:2718: found /usr/local/bin/gcc configure:2729: result: gcc configure:2967: checking for C compiler version configure:2974: gcc --version >&5 gcc (GCC) 4.9.2 Copyright (C) 2014 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:2977: $? = 0 configure:2984: gcc -v >&5 Reading specs from /usr/lib/gcc/i486-slackware-linux/4.9.2/specs COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.9.2/lto-wrapper Target: i486-slackware-linux Configured with: ../gcc-4.9.2/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --enable-install-libiberty --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux Thread model: posix gcc version 4.9.2 (GCC) configure:2987: $? = 0 configure:2994: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2997: $? = 1 configure:3020: checking for C compiler default output file name configure:3047: gcc -O3 -march=amdfam10 conftest.c >&5 configure:3050: $? = 0 configure:3088: result: a.out configure:3105: checking whether the C compiler works configure:3115: ./a.out configure:3118: $? = 0 configure:3135: result: yes configure:3142: checking whether we are cross compiling configure:3144: result: no configure:3147: checking for suffix of executables configure:3154: gcc -o conftest -O3 -march=amdfam10 conftest.c >&5 configure:3157: $? = 0 configure:3181: result: configure:3187: checking for suffix of object files configure:3213: gcc -c -O3 -march=amdfam10 conftest.c >&5 configure:3216: $? = 0 configure:3239: result: o configure:3243: checking whether we are using the GNU C compiler configure:3272: gcc -c -O3 -march=amdfam10 conftest.c >&5 configure:3278: $? = 0 configure:3295: result: yes configure:3300: checking whether gcc accepts -g configure:3330: gcc -c -g conftest.c >&5 configure:3336: $? = 0 configure:3435: result: yes configure:3452: checking for gcc option to accept ISO C89 configure:3526: gcc -c -O3 -march=amdfam10 conftest.c >&5 configure:3532: $? = 0 configure:3555: result: none needed configure:3584: checking for style of include used by make configure:3612: result: GNU configure:3637: checking dependency style of gcc configure:3728: result: gcc3 configure:3745: checking for gcc option to accept ISO C99 configure:3904: gcc -c -O3 -march=amdfam10 conftest.c >&5 conftest.c:60:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:114:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:114:18: error: 'newvar' undeclared (first use in this function) conftest.c:114:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:124:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:124:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code configure:3910: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp 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. | 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 = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // 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); | test_varargs_macros (); | | // Check flexible array members. | 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] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:3904: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:3910: $? = 0 configure:3940: result: -std=gnu99 configure:4070: checking for gcc -std=gnu99 option to accept ISO Standard C configure:4081: result: -std=gnu99 configure:4129: checking for ranlib configure:4145: found /usr/bin/ranlib configure:4156: result: ranlib configure:4194: checking how to run the C preprocessor configure:4234: gcc -std=gnu99 -E conftest.c configure:4240: $? = 0 configure:4271: gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4277: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include configure:4310: result: gcc -std=gnu99 -E configure:4339: gcc -std=gnu99 -E conftest.c configure:4345: $? = 0 configure:4376: gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4382: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include configure:4420: checking for grep that handles long lines and -e configure:4494: result: /usr/bin/grep configure:4499: checking for egrep configure:4577: result: /usr/bin/grep -E configure:4582: checking for ANSI C header files configure:4612: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4618: $? = 0 configure:4717: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 conftest.c >&5 configure:4720: $? = 0 configure:4726: ./conftest configure:4729: $? = 0 configure:4746: result: yes configure:4770: checking for sys/types.h configure:4791: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4797: $? = 0 configure:4813: result: yes configure:4770: checking for sys/stat.h configure:4791: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4797: $? = 0 configure:4813: result: yes configure:4770: checking for stdlib.h configure:4791: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4797: $? = 0 configure:4813: result: yes configure:4770: checking for string.h configure:4791: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4797: $? = 0 configure:4813: result: yes configure:4770: checking for memory.h configure:4791: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4797: $? = 0 configure:4813: result: yes configure:4770: checking for strings.h configure:4791: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4797: $? = 0 configure:4813: result: yes configure:4770: checking for inttypes.h configure:4791: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4797: $? = 0 configure:4813: result: yes configure:4770: checking for stdint.h configure:4791: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4797: $? = 0 configure:4813: result: yes configure:4770: checking for unistd.h configure:4791: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:4797: $? = 0 configure:4813: result: yes configure:4836: checking minix/config.h usability configure:4853: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 conftest.c:54:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4859: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 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_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4873: result: no configure:4877: checking minix/config.h presence configure:4892: gcc -std=gnu99 -E conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:4898: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 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_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:4912: result: no configure:4940: checking for minix/config.h configure:4947: result: no configure:4978: checking whether it is safe to define __EXTENSIONS__ configure:5006: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:5012: $? = 0 configure:5027: result: yes configure:5070: checking for a BSD-compatible install configure:5126: result: /usr/bin/ginstall -c configure:5202: checking build system type configure:5220: result: i486-slackware-linux-gnu configure:5242: checking host system type configure:5257: result: i486-slackware-linux-gnu configure:5279: checking for a sed that does not truncate output configure:5358: result: /usr/bin/sed configure:5376: checking for fgrep configure:5454: result: /usr/bin/grep -F configure:5489: checking for ld used by gcc -std=gnu99 configure:5556: result: /usr/i486-slackware-linux/bin/ld configure:5565: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld configure:5580: result: yes configure:5592: checking for BSD- or MS-compatible name lister (nm) configure:5641: result: /usr/bin/nm -B configure:5763: checking the name lister (/usr/bin/nm -B) interface configure:5770: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:5773: /usr/bin/nm -B "conftest.o" configure:5776: output 00000000 B some_variable configure:5783: result: BSD nm configure:5786: checking whether ln -s works configure:5790: result: yes configure:5798: checking the maximum length of command line arguments configure:5918: result: 1572864 configure:5935: checking whether the shell understands some XSI constructs configure:5945: result: yes configure:5949: checking whether the shell understands "+=" configure:5955: result: yes configure:5990: checking for /usr/i486-slackware-linux/bin/ld option to reload object files configure:5997: result: -r configure:6024: checking how to recognize dependent libraries configure:6214: result: pass_all configure:6274: checking for ar configure:6290: found /usr/bin/ar configure:6301: result: ar configure:6383: checking for strip configure:6399: found /usr/bin/strip configure:6410: result: strip configure:6486: checking for ranlib configure:6513: result: ranlib configure:6607: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object configure:6725: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:6728: $? = 0 configure:6732: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6735: $? = 0 configure:6789: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 conftest.c conftstm.o >&5 configure:6792: $? = 0 configure:6830: result: ok configure:7707: checking for dlfcn.h configure:7728: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:7734: $? = 0 configure:7750: result: yes configure:8214: checking for objdir configure:8229: result: .libs configure:8525: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8543: gcc -std=gnu99 -c -O3 -march=amdfam10 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:8547: $? = 0 configure:8560: result: no configure:8580: checking for gcc -std=gnu99 option to produce PIC configure:8837: result: -fPIC -DPIC configure:8849: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:8867: gcc -std=gnu99 -c -O3 -march=amdfam10 -fPIC -DPIC -DPIC conftest.c >&5 configure:8871: $? = 0 configure:8884: result: yes configure:8908: checking if gcc -std=gnu99 static flag -static works configure:8936: result: yes configure:8951: checking if gcc -std=gnu99 supports -c -o file.o configure:8972: gcc -std=gnu99 -c -O3 -march=amdfam10 -o out/conftest2.o conftest.c >&5 configure:8976: $? = 0 configure:8998: result: yes configure:9006: checking if gcc -std=gnu99 supports -c -o file.o configure:9053: result: yes configure:9086: checking whether the gcc -std=gnu99 linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries configure:10141: result: yes configure:10178: checking whether -lc should be explicitly linked in configure:10183: gcc -std=gnu99 -c -O3 -march=amdfam10 conftest.c >&5 configure:10186: $? = 0 configure:10201: gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:10204: $? = 0 configure:10216: result: no configure:10380: checking dynamic linker characteristics configure:10823: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10829: $? = 0 configure:11071: result: GNU/Linux ld.so configure:11173: checking how to hardcode library paths into programs configure:11198: result: immediate configure:12011: checking whether stripping libraries is possible configure:12016: result: yes configure:12051: checking if libtool supports shared libraries configure:12053: result: yes configure:12056: checking whether to build shared libraries configure:12077: result: yes configure:12080: checking whether to build static libraries configure:12084: result: no configure:12121: checking whether to enable maintainer-specific portions of Makefiles configure:12130: result: no configure:12144: checking CFLAGS for maximum warnings configure:12181: gcc -std=gnu99 -c -O3 -march=amdfam10 -pedantic -Wall conftest.c >&5 configure:12187: $? = 0 configure:12211: result: -Wall configure:12224: : CFLAGS="$CFLAGS $ac_cv_cflags_warn_all" configure:12227: $? = 0 configure:12234: checking CFLAGS for gcc -pedantic configure:12271: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -Werror -pedantic conftest.c >&5 configure:12277: $? = 0 configure:12301: result: -pedantic configure:12313: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__pedantic" configure:12316: $? = 0 configure:12323: checking CFLAGS for gcc -W configure:12360: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -pedantic -Werror -W conftest.c >&5 configure:12366: $? = 0 configure:12390: result: -W configure:12402: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__W" configure:12405: $? = 0 configure:12412: checking CFLAGS for gcc -Wextra configure:12449: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -pedantic -Werror -Wextra conftest.c >&5 configure:12455: $? = 0 configure:12479: result: -Wextra configure:12491: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Wextra" configure:12494: $? = 0 configure:12501: checking CFLAGS for gcc -Wmissing-prototypes configure:12538: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -pedantic -Werror -Wmissing-prototypes conftest.c >&5 configure:12544: $? = 0 configure:12568: result: -Wmissing-prototypes configure:12580: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Wmissing_prototypes" configure:12583: $? = 0 configure:12590: checking CFLAGS for gcc -Wstrict-prototypes configure:12627: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -pedantic -Werror -Wstrict-prototypes conftest.c >&5 conftest.c:30:1: error: function declaration isn't a prototype [-Werror=strict-prototypes] main () ^ cc1: all warnings being treated as errors configure:12633: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 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_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | int | main () | { | return 0; | ; | return 0; | } configure:12627: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -pedantic -Wstrict-prototypes conftest.c >&5 conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:12633: $? = 0 configure:12657: result: no, obsolete configure:12679: checking CFLAGS for gcc -Wwrite-strings configure:12716: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -pedantic -Werror -Wwrite-strings conftest.c >&5 configure:12722: $? = 0 configure:12746: result: -Wwrite-strings configure:12758: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Wwrite_strings" configure:12761: $? = 0 configure:12771: checking for flawfinder configure:12804: result: no configure:12811: checking for pscan configure:12844: result: no configure:12851: checking for rats configure:12884: result: no configure:12891: checking for splint configure:12924: result: no configure:12938: checking for dirent.h that defines DIR configure:12967: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:12973: $? = 0 configure:12989: result: yes configure:13002: checking for library containing opendir configure:13043: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13049: $? = 0 configure:13077: result: none required configure:13171: checking for ANSI C header files configure:13335: result: yes configure:13363: checking fcntl.h usability configure:13380: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13386: $? = 0 configure:13400: result: yes configure:13404: checking fcntl.h presence configure:13419: gcc -std=gnu99 -E conftest.c configure:13425: $? = 0 configure:13439: result: yes configure:13467: checking for fcntl.h configure:13475: result: yes configure:13353: checking for unistd.h configure:13359: result: yes configure:13363: checking sys/param.h usability configure:13380: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13386: $? = 0 configure:13400: result: yes configure:13404: checking sys/param.h presence configure:13419: gcc -std=gnu99 -E conftest.c configure:13425: $? = 0 configure:13439: result: yes configure:13467: checking for sys/param.h configure:13475: result: yes configure:13353: checking for stdlib.h configure:13359: result: yes configure:13363: checking limits.h usability configure:13380: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13386: $? = 0 configure:13400: result: yes configure:13404: checking limits.h presence configure:13419: gcc -std=gnu99 -E conftest.c configure:13425: $? = 0 configure:13439: result: yes configure:13467: checking for limits.h configure:13475: result: yes configure:13363: checking float.h usability configure:13380: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13386: $? = 0 configure:13400: result: yes configure:13404: checking float.h presence configure:13419: gcc -std=gnu99 -E conftest.c configure:13425: $? = 0 configure:13439: result: yes configure:13467: checking for float.h configure:13475: result: yes configure:13363: checking locale.h usability configure:13380: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13386: $? = 0 configure:13400: result: yes configure:13404: checking locale.h presence configure:13419: gcc -std=gnu99 -E conftest.c configure:13425: $? = 0 configure:13439: result: yes configure:13467: checking for locale.h configure:13475: result: yes configure:13353: checking for stdint.h configure:13359: result: yes configure:13363: checking wchar.h usability configure:13380: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13386: $? = 0 configure:13400: result: yes configure:13404: checking wchar.h presence configure:13419: gcc -std=gnu99 -E conftest.c configure:13425: $? = 0 configure:13439: result: yes configure:13467: checking for wchar.h configure:13475: result: yes configure:13363: checking stdio.h usability configure:13380: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13386: $? = 0 configure:13400: result: yes configure:13404: checking stdio.h presence configure:13419: gcc -std=gnu99 -E conftest.c configure:13425: $? = 0 configure:13439: result: yes configure:13467: checking for stdio.h configure:13475: result: yes configure:13353: checking for string.h configure:13359: result: yes configure:13363: checking wctype.h usability configure:13380: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13386: $? = 0 configure:13400: result: yes configure:13404: checking wctype.h presence configure:13419: gcc -std=gnu99 -E conftest.c configure:13425: $? = 0 configure:13439: result: yes configure:13467: checking for wctype.h configure:13475: result: yes configure:13520: checking for ftruncate configure:13576: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13582: $? = 0 configure:13600: result: yes configure:13520: checking for _chsize configure:13576: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 /tmp/ccKpTrAq.o: In function `main': conftest.c:(.text.startup+0x12): undefined reference to `_chsize' collect2: error: ld returned 1 exit status configure:13582: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 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_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STRING_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FTRUNCATE 1 | /* end confdefs.h. */ | /* Define _chsize to an innocuous variant, in case declares _chsize. | For example, HP-UX 11i declares gettimeofday. */ | #define _chsize innocuous__chsize | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _chsize (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _chsize | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _chsize (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__chsize || defined __stub____chsize | choke me | #endif | | int | main () | { | return _chsize (); | ; | return 0; | } configure:13600: result: no configure:13520: checking for isblank configure:13576: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c:66:6: warning: conflicting types for built-in function 'isblank' char isblank (); ^ configure:13582: $? = 0 configure:13600: result: yes configure:13520: checking for iswctype configure:13576: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13582: $? = 0 configure:13600: result: yes configure:13520: checking for mbrtowc configure:13576: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13582: $? = 0 configure:13600: result: yes configure:13520: checking for wcrtomb configure:13576: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13582: $? = 0 configure:13600: result: yes configure:13520: checking for wcscoll configure:13576: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13582: $? = 0 configure:13600: result: yes configure:13520: checking for vasnprintf configure:13576: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 /tmp/ccE9uTnU.o: In function `main': conftest.c:(.text.startup+0x12): undefined reference to `vasnprintf' collect2: error: ld returned 1 exit status configure:13582: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 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_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STRING_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | /* end confdefs.h. */ | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define vasnprintf innocuous_vasnprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char vasnprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef vasnprintf | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char vasnprintf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_vasnprintf || defined __stub___vasnprintf | choke me | #endif | | int | main () | { | return vasnprintf (); | ; | return 0; | } configure:13600: result: no configure:13520: checking for iswcntrl configure:13576: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c:71:6: warning: conflicting types for built-in function 'iswcntrl' char iswcntrl (); ^ configure:13582: $? = 0 configure:13600: result: yes configure:13631: checking for off_t configure:13661: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13667: $? = 0 configure:13682: result: yes configure:13694: checking whether struct tm is in sys/time.h or time.h configure:13724: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13730: $? = 0 configure:13745: result: time.h configure:13757: checking if mkdir takes one argument configure:13793: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:13799: $? = 0 configure:13814: result: no configure:13827: checking for uint8_t configure:13858: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c: In function 'main': conftest.c:85:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !((uint8_t) -1 >> (8 - 1) == 1)]; ^ configure:13864: $? = 0 configure:13885: result: yes configure:13903: checking for uint16_t configure:13934: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c: In function 'main': conftest.c:85:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !((uint16_t) -1 >> (16 - 1) == 1)]; ^ configure:13940: $? = 0 configure:13961: result: yes configure:13975: checking for uint32_t configure:14006: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c: In function 'main': conftest.c:85:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable] static int test_array [1 - 2 * !((uint32_t) -1 >> (32 - 1) == 1)]; ^ configure:14012: $? = 0 configure:14033: result: yes configure:14051: checking whether byte ordering is bigendian configure:14084: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:14090: $? = 0 configure:14122: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c: In function 'main': conftest.c:56:2: error: unknown type name 'not' not big endian ^ conftest.c:56:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:14128: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 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_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STRING_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_ISWCNTRL 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:14268: result: no configure:14290: checking for deflate in -lz configure:14325: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c -lz >&5 configure:14331: $? = 0 configure:14349: result: yes configure:14372: checking for working alloca.h configure:14399: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:14405: $? = 0 configure:14422: result: yes configure:14432: checking for alloca configure:14479: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:14485: $? = 0 configure:14502: result: yes configure:14735: checking whether the preprocessor supports include_next configure:14768: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings -Iconftestd1 -Iconftestd2 conftest.c >&5 In file included from conftest.c:1:0: conftestd1/conftest.h:2:2: warning: #include_next is a GCC extension #include_next ^ configure:14774: $? = 0 configure:14792: result: yes configure:14827: checking getopt.h usability configure:14844: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:14850: $? = 0 configure:14864: result: yes configure:14868: checking getopt.h presence configure:14883: gcc -std=gnu99 -E conftest.c configure:14889: $? = 0 configure:14903: result: yes configure:14931: checking for getopt.h configure:14939: result: yes configure:14961: checking for getopt_long_only configure:15017: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:15023: $? = 0 configure:15041: result: yes configure:15056: checking whether optreset is declared configure:15086: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c: In function 'main': conftest.c:60:10: error: 'optreset' undeclared (first use in this function) (void) optreset; ^ conftest.c:60:10: note: each undeclared identifier is reported only once for each function it appears in configure:15092: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 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_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STRING_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef optreset | (void) optreset; | #endif | | ; | return 0; | } configure:15107: result: no configure:15116: checking for working GNU getopt function configure:15209: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c: In function 'main': conftest.c:60:17: warning: assignment discards 'const' qualifier from pointer target type myargv[0] = "conftest"; ^ conftest.c:61:17: warning: assignment discards 'const' qualifier from pointer target type myargv[1] = "-+"; ^ configure:15212: $? = 0 configure:15218: ./conftest conftest: invalid option -- '+' configure:15221: $? = 0 configure:15237: result: yes configure:15244: checking whether getenv is declared configure:15273: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:15279: $? = 0 configure:15294: result: yes configure:15313: checking for nl_langinfo and CODESET configure:15339: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:15345: $? = 0 configure:15363: result: yes configure:15373: checking whether getc_unlocked is declared configure:15402: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:15408: $? = 0 configure:15423: result: yes configure:15442: checking whether we are using the GNU C Library 2.1 or newer configure:15473: result: yes configure:15480: checking whether malloc, realloc, calloc are POSIX compliant configure:15510: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:15516: $? = 0 configure:15532: result: yes configure:15563: checking for C/C++ restrict keyword configure:15598: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c:58:6: warning: no previous prototype for 'foo' [-Wmissing-prototypes] int foo (int_ptr __restrict ip) { ^ configure:15604: $? = 0 configure:15622: result: __restrict configure:15638: checking for mbstate_t configure:15665: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:15671: $? = 0 configure:15686: result: yes configure:15759: checking whether snprintf is declared configure:15788: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:15794: $? = 0 configure:15809: result: yes configure:15827: checking for stdbool.h that conforms to C99 configure:15920: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c:87:4: warning: the address of 's' will always evaluate as 'true' [-Waddress] bool e = &s; ^ conftest.c: In function 'main': conftest.c:129:12: warning: the address of 'a' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:129:17: warning: the address of 'b' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:129:22: warning: the address of 'c' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:129:27: warning: the address of 'd' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:129:37: warning: the address of 'f' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:129:42: warning: the address of 'g' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:129:47: warning: the address of 'h' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:129:52: warning: the address of 'i' will always evaluate as 'true' [-Waddress] return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l ^ conftest.c:130:12: warning: the address of 'n' will always evaluate as 'true' [-Waddress] ^ conftest.c:130:17: warning: the address of 'o' will always evaluate as 'true' [-Waddress] ^ conftest.c:130:22: warning: the address of 'p' will always evaluate as 'true' [-Waddress] ^ configure:15926: $? = 0 configure:15941: result: yes configure:15943: checking for _Bool configure:15973: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:15979: $? = 0 configure:15994: result: yes configure:16013: checking for long long int configure:16060: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16066: $? = 0 configure:16111: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16114: $? = 0 configure:16120: ./conftest configure:16123: $? = 0 configure:16148: result: yes configure:16159: checking for unsigned long long int configure:16190: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16196: $? = 0 configure:16213: result: yes configure:16284: checking whether strdup is declared configure:16313: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16319: $? = 0 configure:16334: result: yes configure:16438: checking for wchar_t configure:16465: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16471: $? = 0 configure:16486: result: yes configure:16497: checking for wint_t configure:16532: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16538: $? = 0 configure:16553: result: yes configure:16563: checking for size_t configure:16593: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16599: $? = 0 configure:16614: result: yes configure:16627: checking for inttypes.h configure:16654: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16660: $? = 0 configure:16675: result: yes configure:16686: checking for stdint.h configure:16713: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16719: $? = 0 configure:16734: result: yes configure:16747: checking for intmax_t configure:16782: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16788: $? = 0 configure:16803: result: yes configure:16834: checking for inline configure:16860: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:16866: $? = 0 configure:16884: result: inline configure:16924: checking for EOVERFLOW configure:17322: result: yes configure:17347: checking for alloca as a compiler built-in configure:17375: result: yes configure:17513: checking for stdlib.h configure:17519: result: yes configure:17648: checking for GNU libc compatible malloc configure:17682: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:17685: $? = 0 configure:17691: ./conftest configure:17694: $? = 0 configure:17710: result: yes configure:17798: checking for working re_compile_pattern configure:17949: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:17952: $? = 0 configure:17958: ./conftest configure:17961: $? = 0 configure:17977: result: yes configure:18317: checking for stdint.h configure:18323: result: yes configure:18452: checking for SIZE_MAX configure:19165: result: yes configure:19182: checking for snprintf configure:19238: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c:99:6: warning: conflicting types for built-in function 'snprintf' char snprintf (); ^ configure:19244: $? = 0 configure:19262: result: yes configure:19275: checking whether snprintf respects a size of 1 configure:19305: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:19308: $? = 0 configure:19314: ./conftest configure:19317: $? = 0 configure:19334: result: yes configure:19375: checking for ssize_t configure:19402: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:19408: $? = 0 configure:19423: result: yes configure:19539: checking whether stdint.h conforms to C99 configure:19718: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:19724: $? = 0 configure:19739: result: yes configure:20622: checking for strdup configure:20678: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c:100:6: warning: conflicting types for built-in function 'strdup' char strdup (); ^ configure:20684: $? = 0 configure:20702: result: yes configure:20870: checking for ptrdiff_t configure:20900: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:20906: $? = 0 configure:20921: result: yes configure:20946: checking for snprintf configure:21026: result: yes configure:20946: checking for wcslen configure:21002: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:21008: $? = 0 configure:21026: result: yes configure:21036: checking whether _snprintf is declared configure:21066: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 conftest.c: In function 'main': conftest.c:86:10: error: '_snprintf' undeclared (first use in this function) (void) _snprintf; ^ conftest.c:86:10: note: each undeclared identifier is reported only once for each function it appears in configure:21072: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "fastjar" | #define PACKAGE_TARNAME "fastjar" | #define PACKAGE_VERSION "0.97" | #define PACKAGE_STRING "fastjar 0.97" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "fastjar" | #define VERSION "0.97" | #define _GNU_SOURCE 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_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STRING_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define restrict __restrict | #define HAVE_MBSTATE_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef _snprintf | (void) _snprintf; | #endif | | ; | return 0; | } configure:21087: result: no configure:21113: checking whether is standalone configure:21128: gcc -std=gnu99 -c -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:21134: $? = 0 configure:21149: result: yes configure:21249: checking whether iswcntrl works configure:21321: gcc -std=gnu99 -o conftest -O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings conftest.c >&5 configure:21324: $? = 0 configure:21330: ./conftest configure:21333: $? = 0 configure:21350: result: yes configure:21426: checking for stdint.h configure:21432: result: yes configure:21753: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by fastjar config.status 0.97, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on slackware32 config.status:1077: creating lib/Makefile config.status:1077: creating Makefile config.status:1077: creating config.h config.status:1420: executing depfiles commands config.status:1420: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i486-slackware-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_restrict=__restrict ac_cv_c_uint16_t=yes ac_cv_c_uint32_t=yes ac_cv_c_uint8_t=yes ac_cv_cflags_gcc_option__W=-W ac_cv_cflags_gcc_option__Wextra=-Wextra ac_cv_cflags_gcc_option__Wmissing_prototypes=-Wmissing-prototypes ac_cv_cflags_gcc_option__Wstrict_prototypes='no, obsolete' ac_cv_cflags_gcc_option__Wwrite_strings=-Wwrite-strings ac_cv_cflags_gcc_option__pedantic=-pedantic ac_cv_cflags_warn_all=-Wall ac_cv_decl_EOVERFLOW=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O3 -march=amdfam10' 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_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i486-slackware-linux 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_func__chsize=no ac_cv_func_alloca_works=yes ac_cv_func_ftruncate=yes ac_cv_func_getopt_long_only=yes ac_cv_func_isblank=yes ac_cv_func_iswcntrl=yes ac_cv_func_iswctype=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mbrtowc=yes ac_cv_func_snprintf=yes ac_cv_func_strdup=yes ac_cv_func_vasnprintf=no ac_cv_func_wcrtomb=yes ac_cv_func_wcscoll=yes ac_cv_func_wcslen=yes ac_cv_gnu_library_2_1=yes ac_cv_have_decl__snprintf=no ac_cv_have_decl_getc_unlocked=yes ac_cv_have_decl_getenv=yes ac_cv_have_decl_optreset=no ac_cv_have_decl_snprintf=yes ac_cv_have_decl_strdup=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_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_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=i486-slackware-linux-gnu ac_cv_lib_z_deflate=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/ginstall -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -std=gnu99 -E' 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_safe_to_define___extensions__=yes ac_cv_search_opendir='none required' ac_cv_struct_tm=time.h ac_cv_type__Bool=yes ac_cv_type_long_long_int=yes ac_cv_type_mbstate_t=yes ac_cv_type_off_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_size_t=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_langinfo_codeset=yes gcc_cv_mkdir_takes_one_arg=no gl_cv_func_gnu_getopt=yes gl_cv_func_iswcntrl_works=yes gl_cv_func_malloc_posix=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_snprintf_size1=yes gl_cv_func_snprintf_usable=yes gl_cv_have_include_next=yes gl_cv_header_inttypes_h=yes gl_cv_header_stdint_h=yes gl_cv_header_wchar_h_standalone=yes gl_cv_header_working_stdint_h=yes gl_cv_next_stdint_h='' gl_cv_next_stdio_h='' gl_cv_next_stdlib_h='' gl_cv_next_string_h='' gl_cv_next_unistd_h='' gl_cv_next_wchar_h='' gl_cv_next_wctype_h='' gl_cv_rpl_alloca=yes gl_cv_size_max=yes gt_cv_c_intmax_t=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_ssize_t=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/i486-slackware-linux/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes 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_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\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=1572864 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /gcc-daa6516a4b0f301756ec3adbd762e11e/fastjar-0.97/missing --run aclocal-1.10' ALLOCA='' ALLOCA_H='alloca.h' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /gcc-daa6516a4b0f301756ec3adbd762e11e/fastjar-0.97/missing --run tar' AR='ar' AS='as' AUTOCONF='${SHELL} /gcc-daa6516a4b0f301756ec3adbd762e11e/fastjar-0.97/missing --run autoconf' AUTOHEADER='${SHELL} /gcc-daa6516a4b0f301756ec3adbd762e11e/fastjar-0.97/missing --run autoheader' AUTOMAKE='${SHELL} /gcc-daa6516a4b0f301756ec3adbd762e11e/fastjar-0.97/missing --run automake-1.10' AWK='gawk' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' CC='gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O3 -march=amdfam10 -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wwrite-strings' CPP='gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EOVERFLOW='' EXEEXT='' FGREP='/usr/bin/grep -F' FLAWFINDER='' FLOAT_H='' GETOPT_H='' GLIBC21='yes' GL_COND_LIBTOOL_FALSE='#' GL_COND_LIBTOOL_TRUE='' GNULIB_CALLOC_POSIX='0' GNULIB_CHOWN='0' GNULIB_DUP2='0' GNULIB_ENVIRON='0' GNULIB_FCHDIR='0' GNULIB_FFLUSH='0' GNULIB_FOPEN='0' GNULIB_FPRINTF_POSIX='0' GNULIB_FREOPEN='0' GNULIB_FSEEK='0' GNULIB_FSEEKO='0' GNULIB_FTELL='0' GNULIB_FTELLO='0' GNULIB_FTRUNCATE='0' GNULIB_GETCWD='0' GNULIB_GETDELIM='0' GNULIB_GETLINE='0' GNULIB_GETLOGIN_R='0' GNULIB_GETPAGESIZE='0' GNULIB_GETSUBOPT='0' GNULIB_LCHOWN='0' GNULIB_LSEEK='0' GNULIB_MALLOC_POSIX='1' GNULIB_MBSCASECMP='0' GNULIB_MBSCASESTR='0' GNULIB_MBSCHR='0' GNULIB_MBSCSPN='0' GNULIB_MBSLEN='0' GNULIB_MBSNCASECMP='0' GNULIB_MBSNLEN='0' GNULIB_MBSPBRK='0' GNULIB_MBSPCASECMP='0' GNULIB_MBSRCHR='0' GNULIB_MBSSEP='0' GNULIB_MBSSPN='0' GNULIB_MBSSTR='0' GNULIB_MBSTOK_R='0' GNULIB_MEMMEM='0' GNULIB_MEMPCPY='0' GNULIB_MEMRCHR='0' GNULIB_MKDTEMP='0' GNULIB_MKSTEMP='0' GNULIB_OBSTACK_PRINTF='0' GNULIB_OBSTACK_PRINTF_POSIX='0' GNULIB_PRINTF_POSIX='0' GNULIB_PUTENV='0' GNULIB_RAWMEMCHR='0' GNULIB_READLINK='0' GNULIB_REALLOC_POSIX='0' GNULIB_RPMATCH='0' GNULIB_SETENV='0' GNULIB_SLEEP='0' GNULIB_SNPRINTF='1' GNULIB_SPRINTF_POSIX='0' GNULIB_STPCPY='0' GNULIB_STPNCPY='0' GNULIB_STRCASESTR='0' GNULIB_STRCHRNUL='0' GNULIB_STRDUP='1' GNULIB_STRERROR='0' GNULIB_STRNDUP='0' GNULIB_STRNLEN='0' GNULIB_STRPBRK='0' GNULIB_STRSEP='0' GNULIB_STRSIGNAL='0' GNULIB_STRSTR='0' GNULIB_STRTOD='0' GNULIB_STRTOK_R='0' GNULIB_UNSETENV='0' GNULIB_VASPRINTF='0' GNULIB_VFPRINTF_POSIX='0' GNULIB_VPRINTF_POSIX='0' GNULIB_VSNPRINTF='0' GNULIB_VSPRINTF_POSIX='0' GNULIB_WCWIDTH='0' GREP='/usr/bin/grep' HAVE_CALLOC_POSIX='1' HAVE_DECL_ENVIRON='1' HAVE_DECL_GETDELIM='1' HAVE_DECL_GETLINE='1' HAVE_DECL_GETLOGIN_R='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='1' HAVE_DECL_OBSTACK_PRINTF='1' HAVE_DECL_SNPRINTF='1' HAVE_DECL_STRDUP='1' HAVE_DECL_STRERROR='1' HAVE_DECL_STRNDUP='1' HAVE_DECL_STRNLEN='1' HAVE_DECL_STRSIGNAL='1' HAVE_DECL_STRTOK_R='1' HAVE_DECL_VSNPRINTF='1' HAVE_DECL_WCWIDTH='1' HAVE_DUP2='1' HAVE_FSEEKO='1' HAVE_FTELLO='1' HAVE_FTRUNCATE='1' HAVE_GETPAGESIZE='1' HAVE_GETSUBOPT='1' HAVE_INTTYPES_H='1' HAVE_ISWCNTRL='1' HAVE_LONG_LONG_INT='1' HAVE_MALLOC_POSIX='1' HAVE_MEMPCPY='1' HAVE_MKDTEMP='1' HAVE_OS_H='0' HAVE_RAWMEMCHR='1' HAVE_READLINK='1' HAVE_REALLOC_POSIX='1' HAVE_RPMATCH='1' HAVE_SETENV='1' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SLEEP='1' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRNDUP='1' HAVE_STRPBRK='1' HAVE_STRSEP='1' HAVE_STRTOD='1' HAVE_SYS_BITYPES_H='' HAVE_SYS_INTTYPES_H='' HAVE_SYS_PARAM_H='0' HAVE_SYS_TYPES_H='1' HAVE_UNISTD_H='1' HAVE_UNSETENV='1' HAVE_UNSIGNED_LONG_LONG_INT='1' HAVE_VASPRINTF='1' HAVE_WCHAR_H='1' HAVE_WCTYPE_H='1' HAVE_WINT_T='1' HAVE__BOOL='1' INCLUDE_NEXT='include_next' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/i486-slackware-linux/bin/ld' LDFLAGS='' LIBINTL='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='./ltmain.sh' LIPO='' LN_S='ln -s' LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/lib"' LTALLOCA='' LTLIBINTL='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /gcc-daa6516a4b0f301756ec3adbd762e11e/fastjar-0.97/missing --run makeinfo' NEXT_FLOAT_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRING_H='' NEXT_UNISTD_H='' NEXT_WCHAR_H='' NEXT_WCTYPE_H='' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='fastjar' PACKAGE_BUGREPORT='' PACKAGE_NAME='fastjar' PACKAGE_STRING='fastjar 0.97' PACKAGE_TARNAME='fastjar' PACKAGE_VERSION='0.97' PATH_SEPARATOR=':' PSCAN='' PTRDIFF_T_SUFFIX='' RANLIB='ranlib' RATS='' REPLACE_CHOWN='0' REPLACE_FCHDIR='0' REPLACE_FFLUSH='0' REPLACE_FOPEN='0' REPLACE_FPRINTF='0' REPLACE_FREOPEN='0' REPLACE_FSEEK='0' REPLACE_FSEEKO='0' REPLACE_FTELL='0' REPLACE_FTELLO='0' REPLACE_GETCWD='0' REPLACE_GETLINE='0' REPLACE_GETPAGESIZE='0' REPLACE_ISWCNTRL='0' REPLACE_LCHOWN='0' REPLACE_LSEEK='0' REPLACE_MEMMEM='0' REPLACE_MKSTEMP='0' REPLACE_OBSTACK_PRINTF='0' REPLACE_PRINTF='0' REPLACE_PUTENV='0' REPLACE_SNPRINTF='0' REPLACE_SPRINTF='0' REPLACE_STRCASESTR='0' REPLACE_STRERROR='0' REPLACE_STRSIGNAL='0' REPLACE_STRSTR='0' REPLACE_STRTOD='0' REPLACE_VASPRINTF='0' REPLACE_VFPRINTF='0' REPLACE_VPRINTF='0' REPLACE_VSNPRINTF='0' REPLACE_VSPRINTF='0' REPLACE_WCWIDTH='0' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' SPLINT='' STDBOOL_H='' STDINT_H='' STRIP='strip' VERSION='0.97' VOID_UNSETENV='0' WCHAR_H='' WCHAR_T_SUFFIX='' WCTYPE_H='' WINT_T_SUFFIX='' ZLIBS='-lz' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i486-slackware-linux-gnu' build_alias='i486-slackware-linux' build_cpu='i486' build_os='linux-gnu' build_vendor='slackware' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' gl_LIBOBJS=' asnprintf.o printf-args.o printf-parse.o vasnprintf.o' gl_LTLIBOBJS=' asnprintf.lo printf-args.lo printf-parse.lo vasnprintf.lo' gltests_LIBOBJS='' gltests_LTLIBOBJS='' host='i486-slackware-linux-gnu' host_alias='' host_cpu='i486' host_os='linux-gnu' host_vendor='slackware' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/info' install_sh='$(SHELL) /gcc-daa6516a4b0f301756ec3adbd762e11e/fastjar-0.97/install-sh' libdir='/usr/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='echo' mandir='/usr/man' mkdir_p='/usr/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "fastjar" #define PACKAGE_TARNAME "fastjar" #define PACKAGE_VERSION "0.97" #define PACKAGE_STRING "fastjar 0.97" #define PACKAGE_BUGREPORT "" #define PACKAGE "fastjar" #define VERSION "0.97" #define _GNU_SOURCE 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_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_FCNTL_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_STDLIB_H 1 #define HAVE_LIMITS_H 1 #define HAVE_FLOAT_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDINT_H 1 #define HAVE_WCHAR_H 1 #define HAVE_STDIO_H 1 #define HAVE_STRING_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_FTRUNCATE 1 #define HAVE_ISBLANK 1 #define HAVE_ISWCTYPE 1 #define HAVE_MBRTOWC 1 #define HAVE_WCRTOMB 1 #define HAVE_WCSCOLL 1 #define HAVE_ISWCNTRL 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_INCLUDE_NEXT 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG_ONLY 1 #define HAVE_DECL_GETENV 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_DECL_GETC_UNLOCKED 1 #define restrict __restrict #define HAVE_MBSTATE_T 1 #define HAVE_DECL_SNPRINTF 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_DECL_STRDUP 1 #define HAVE_WCHAR_T 1 #define HAVE_WINT_T 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_INTMAX_T 1 #define HAVE_ALLOCA 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define GNULIB_MALLOC_GNU 1 #define HAVE_MALLOC_POSIX 1 #define HAVE_STDINT_H 1 #define HAVE_SNPRINTF 1 #define HAVE_STRDUP 1 #define HAVE_SNPRINTF 1 #define HAVE_WCSLEN 1 #define HAVE_DECL__SNPRINTF 0 #define HAVE_STDINT_H 1 configure: exit 0