This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by fftw configure 3.0.1, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --srcdir=. --cache-file=./djgpp/config.cache --disable-dependency-tracking --without-libiconv-prefix --without-libintl-prefix --with-gnu-ld --enable-html --with-our-malloc16 --disable-nls ## --------- ## ## Platform. ## ## --------- ## hostname = Unknown PC, MS-Windows uname -m = pc uname -r = 7 uname -s = MS-DOS uname -v = 10 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /dev/c/progra~1/microsof/common/msdev98/bin PATH: /dev/c/progra~1/microsof/vc98/bin PATH: /dev/c/progra~1/microsof/common/tools/win95 PATH: /dev/c/progra~1/microsof/common/tools PATH: /system PATH: /dev/c/programme/imagemagick PATH: /dev/c/programme/imagemagick/modules/coders PATH: /dev/c/programme/fftw PATH: /dev/c/djgpp/bin PATH: /dev/c/programme/nasm PATH: /dev/c/programme/fprot PATH: /dev/c/windows PATH: /dev/c/windows/command PATH: /dev/c/programme/texmf/miktex/bin PATH: /dev/c/programme/libf2c PATH: /dev/c/programme/matlab6p5/bin/win32 ## ----------- ## ## Core tests. ## ## ----------- ## configure:1382: 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'} | NM=${NM='nm'} | LD=${LD='ld'} | SED=${SED='sed'} | GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'} | MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'} | XGETTEXT=${XGETTEXT='/dev/env/DJDIR/bin/xgettext'} | | # Force the test for 'ln -s' to report 'cp -pf'. | ac_cv_prog_LN_S='cp -pf' configure:1401: creating cache ./djgpp/config.cache configure:1530: checking for a BSD-compatible install configure:1584: result: /dev/env/DJDIR/bin/ginstall -c configure:1595: checking whether build environment is sane configure:1641: result: yes configure:1675: checking for gawk configure:1691: found /dev/c/djgpp/bin/gawk configure:1701: result: gawk configure:1711: checking whether make sets $(MAKE) configure:1731: result: yes configure:1899: checking whether to enable maintainer-specific portions of Makefiles configure:1908: result: no configure:2341: checking for gcc configure:2357: found /dev/c/djgpp/bin/gcc configure:2367: result: gcc configure:2611: checking for C compiler version configure:2614: gcc --version &5 gcc.exe (GCC) 3.4.1 Copyright (C) 2004 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:2617: $? = 0 configure:2619: gcc -v &5 Reading specs from c:/djgpp/bin/../lib/gcc/djgpp/3.41/specs Configured with: /Build/gcc34/gnu/gcc-3.41/configure djgpp --prefix=/dev/env/DJDIR --disable-nls --disable-libstdcxx-pch Thread model: single gcc version 3.4.1 configure:2622: $? = 0 configure:2624: gcc -V &5 gcc.exe: `-V' option must have argument configure:2627: $? = 1 configure:2651: checking for C compiler default output configure:2654: gcc conftest.c >&5 configure:2657: $? = 0 configure:2703: result: a.exe configure:2708: checking whether the C compiler works configure:2714: ./a.exe configure:2717: $? = 0 configure:2734: result: yes configure:2741: checking whether we are cross compiling configure:2743: result: no configure:2746: checking for suffix of executables configure:2748: gcc -o conftest.exe conftest.c >&5 configure:2751: $? = 0 configure:2776: result: .exe configure:2782: checking for suffix of object files configure:2804: gcc -c conftest.c >&5 configure:2807: $? = 0 configure:2829: result: o configure:2833: checking whether we are using the GNU C compiler configure:2858: gcc -c conftest.c >&5 configure:2861: $? = 0 configure:2864: test -s conftest.o configure:2867: $? = 0 configure:2880: result: yes configure:2886: checking whether gcc accepts -g configure:2908: gcc -c -g conftest.c >&5 configure:2911: $? = 0 configure:2914: test -s conftest.o configure:2917: $? = 0 configure:2928: result: yes configure:2945: checking for gcc option to accept ANSI C configure:3006: gcc -c -g -O2 conftest.c >&5 configure:3009: $? = 0 configure:3012: test -s conftest.o configure:3015: $? = 0 configure:3033: result: none needed configure:3051: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: parse error before "me" configure:3054: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3173: checking for style of include used by make configure:3201: result: GNU configure:3229: checking dependency style of gcc configure:3297: result: none configure:3326: checking whether we are using gcc 2.90 or later configure:3340: gcc -E conftest.c configure:3343: $? = 0 configure:3351: result: yes configure:3373: checking for a BSD-compatible install configure:3427: result: /dev/env/DJDIR/bin/ginstall -c configure:3438: checking whether ln -s works configure:3445: result: no, using ln configure:3449: checking whether make sets $(MAKE) configure:3469: result: yes configure:3519: checking for ranlib configure:3546: result: ranlib configure:3608: checking build system type configure:3626: result: i386-pc-msdosdjgpp configure:3634: checking host system type configure:3648: result: i386-pc-msdosdjgpp configure:3678: checking for ld used by GCC configure:3741: result: ld configure:3750: checking if the linker (ld) is GNU ld GNU ld version 2.15 configure:3762: result: yes configure:3767: checking for ld option to reload object files configure:3774: result: -r configure:3779: checking for BSD-compatible nm configure:3815: result: nm configure:3818: checking for a sed that does not truncate output configure:3900: result: sed configure:3903: checking how to recognise dependent libraries configure:4084: result: unknown configure:4097: checking command to parse nm output configure:4181: gcc -c -g -O2 conftest.c >&5 configure:4184: $? = 0 configure:4188: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:4191: $? = 0 cannot find nm_test_var in conftest.nm configure:4181: gcc -c -g -O2 conftest.c >&5 configure:4184: $? = 0 configure:4188: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:4191: $? = 0 configure:4243: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5 configure:4246: $? = 0 configure:4290: result: ok configure:4299: checking how to run the C preprocessor configure:4335: gcc -E conftest.c configure:4341: $? = 0 configure:4373: gcc -E conftest.c configure:4375:28: ac_nonexistent.h: No such file or directory (ENOENT) configure:4379: $? = 1 configure: failed program was: | #line 4364 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 1 | /* end confdefs.h. */ | #include configure:4417: result: gcc -E configure:4442: gcc -E conftest.c configure:4448: $? = 0 configure:4480: gcc -E conftest.c configure:4482:28: ac_nonexistent.h: No such file or directory (ENOENT) configure:4486: $? = 1 configure: failed program was: | #line 4471 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 1 | /* end confdefs.h. */ | #include configure:4529: checking for egrep configure:4539: result: grep -E configure:4544: checking for ANSI C header files configure:4570: gcc -c -g -O2 conftest.c >&5 configure:4573: $? = 0 configure:4576: test -s conftest.o configure:4579: $? = 0 configure:4668: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:4671: $? = 0 configure:4673: ./conftest.exe configure:4676: $? = 0 configure:4691: result: yes configure:4715: checking for sys/types.h configure:4732: gcc -c -g -O2 conftest.c >&5 configure:4735: $? = 0 configure:4738: test -s conftest.o configure:4741: $? = 0 configure:4752: result: yes configure:4715: checking for sys/stat.h configure:4732: gcc -c -g -O2 conftest.c >&5 configure:4735: $? = 0 configure:4738: test -s conftest.o configure:4741: $? = 0 configure:4752: result: yes configure:4715: checking for stdlib.h configure:4732: gcc -c -g -O2 conftest.c >&5 configure:4735: $? = 0 configure:4738: test -s conftest.o configure:4741: $? = 0 configure:4752: result: yes configure:4715: checking for string.h configure:4732: gcc -c -g -O2 conftest.c >&5 configure:4735: $? = 0 configure:4738: test -s conftest.o configure:4741: $? = 0 configure:4752: result: yes configure:4715: checking for memory.h configure:4732: gcc -c -g -O2 conftest.c >&5 configure:4735: $? = 0 configure:4738: test -s conftest.o configure:4741: $? = 0 configure:4752: result: yes configure:4715: checking for strings.h configure:4732: gcc -c -g -O2 conftest.c >&5 configure:4735: $? = 0 configure:4738: test -s conftest.o configure:4741: $? = 0 configure:4752: result: yes configure:4715: checking for inttypes.h configure:4732: gcc -c -g -O2 conftest.c >&5 configure:4773:22: inttypes.h: No such file or directory (ENOENT) configure:4735: $? = 1 configure: failed program was: | #line 4720 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4752: result: no configure:4715: checking for stdint.h configure:4732: gcc -c -g -O2 conftest.c >&5 configure:4773:20: stdint.h: No such file or directory (ENOENT) configure:4735: $? = 1 configure: failed program was: | #line 4720 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4752: result: no configure:4715: checking for unistd.h configure:4732: gcc -c -g -O2 conftest.c >&5 configure:4735: $? = 0 configure:4738: test -s conftest.o configure:4741: $? = 0 configure:4752: result: yes configure:4778: checking dlfcn.h usability configure:4791: gcc -c -g -O2 conftest.c >&5 configure:4833:19: dlfcn.h: No such file or directory (ENOENT) configure:4794: $? = 1 configure: failed program was: | #line 4780 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4810: result: no configure:4814: checking dlfcn.h presence configure:4825: gcc -E conftest.c configure:4835:19: dlfcn.h: No such file or directory (ENOENT) configure:4831: $? = 1 configure: failed program was: | #line 4816 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:4850: result: no configure:4886: checking for dlfcn.h configure:4893: result: no configure:5091: checking for ranlib configure:5118: result: ranlib configure:5171: checking for strip configure:5187: found /dev/c/djgpp/bin/strip configure:5198: result: strip configure:5408: checking for objdir configure:5419: result: _libs configure:5436: checking for gcc option to produce PIC configure:5582: result: -fPIC configure:5586: checking if gcc PIC flag -fPIC works configure:5610: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:5613: $? = 0 configure:5616: test -s conftest.o configure:5619: $? = 0 configure:5657: result: yes configure:5673: checking if gcc static flag -static works configure:5698: gcc -o conftest.exe -g -O2 -static conftest.c >&5 configure:5701: $? = 0 configure:5704: test -s conftest.exe configure:5707: $? = 0 configure:5723: result: yes configure:5735: checking if gcc supports -c -o file.o configure:5751: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:5779: result: yes configure:5784: checking if gcc supports -c -o file.lo configure:5812: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5 configure:5815: $? = 0 configure:5818: test -s conftest.lo configure:5821: $? = 0 configure:5843: result: yes configure:5874: checking if gcc supports -fno-rtti -fno-exceptions configure:5897: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5 cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:5900: $? = 0 configure:5903: test -s conftest.o configure:5906: $? = 0 configure:5923: result: yes configure:5934: checking whether the linker (ld) supports shared libraries configure:6629: result: no configure:6634: checking how to hardcode library paths into programs configure:6658: result: unsupported configure:6663: checking whether stripping libraries is possible configure:6668: result: yes configure:6679: checking dynamic linker characteristics configure:7086: result: no configure:7091: checking if libtool supports shared libraries configure:7093: result: no configure:7096: checking whether to build shared libraries configure:7117: result: no configure:7120: checking whether to build static libraries configure:7124: result: yes configure:8431: checking for ocamlc configure:8460: result: no configure:8466: checking for ocamlopt configure:8495: result: no configure:8501: checking for ocamldep configure:8530: result: no configure:8658: checking whether gcc accepts -malign-double configure:8680: gcc -c -malign-double conftest.c >&5 configure:8683: $? = 0 configure:8686: test -s conftest.o configure:8689: $? = 0 configure:8700: result: yes configure:8716: checking whether gcc accepts -fstrict-aliasing configure:8738: gcc -c -fstrict-aliasing conftest.c >&5 configure:8741: $? = 0 configure:8744: test -s conftest.o configure:8747: $? = 0 configure:8758: result: yes configure:8773: checking whether gcc accepts -mpreferred-stack-boundary=4 configure:8795: gcc -c -mpreferred-stack-boundary=4 conftest.c >&5 configure:8798: $? = 0 configure:8801: test -s conftest.o configure:8804: $? = 0 configure:8815: result: yes configure:9750: checking whether gcc accepts -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 configure:9772: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:9775: $? = 0 configure:9778: test -s conftest.o configure:9781: $? = 0 configure:9792: result: yes configure:10119: checking for ANSI C header files configure:10266: result: yes configure:10301: checking libintl.h usability configure:10314: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10357:21: libintl.h: No such file or directory (ENOENT) configure:10317: $? = 1 configure: failed program was: | #line 10303 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:10333: result: no configure:10337: checking libintl.h presence configure:10348: gcc -E conftest.c configure:10359:21: libintl.h: No such file or directory (ENOENT) configure:10354: $? = 1 configure: failed program was: | #line 10339 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | /* end confdefs.h. */ | #include configure:10373: result: no configure:10409: checking for libintl.h configure:10416: result: no configure:10301: checking malloc.h usability configure:10314: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10317: $? = 0 configure:10320: test -s conftest.o configure:10323: $? = 0 configure:10333: result: yes configure:10337: checking malloc.h presence configure:10348: gcc -E conftest.c configure:10354: $? = 0 configure:10373: result: yes configure:10409: checking for malloc.h configure:10416: result: yes configure:10301: checking stddef.h usability configure:10314: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10317: $? = 0 configure:10320: test -s conftest.o configure:10323: $? = 0 configure:10333: result: yes configure:10337: checking stddef.h presence configure:10348: gcc -E conftest.c configure:10354: $? = 0 configure:10373: result: yes configure:10409: checking for stddef.h configure:10416: result: yes configure:10292: checking for stdlib.h configure:10297: result: yes configure:10292: checking for string.h configure:10297: result: yes configure:10292: checking for strings.h configure:10297: result: yes configure:10301: checking sys/time.h usability configure:10314: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10317: $? = 0 configure:10320: test -s conftest.o configure:10323: $? = 0 configure:10333: result: yes configure:10337: checking sys/time.h presence configure:10348: gcc -E conftest.c configure:10354: $? = 0 configure:10373: result: yes configure:10409: checking for sys/time.h configure:10416: result: yes configure:10292: checking for unistd.h configure:10297: result: yes configure:10301: checking limits.h usability configure:10314: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10317: $? = 0 configure:10320: test -s conftest.o configure:10323: $? = 0 configure:10333: result: yes configure:10337: checking limits.h presence configure:10348: gcc -E conftest.c configure:10354: $? = 0 configure:10373: result: yes configure:10409: checking for limits.h configure:10416: result: yes configure:10301: checking c_asm.h usability configure:10314: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10365:19: c_asm.h: No such file or directory (ENOENT) configure:10317: $? = 1 configure: failed program was: | #line 10303 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:10333: result: no configure:10337: checking c_asm.h presence configure:10348: gcc -E conftest.c configure:10367:19: c_asm.h: No such file or directory (ENOENT) configure:10354: $? = 1 configure: failed program was: | #line 10339 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include configure:10373: result: no configure:10409: checking for c_asm.h configure:10416: result: no configure:10301: checking intrinsics.h usability configure:10314: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10365:24: intrinsics.h: No such file or directory (ENOENT) configure:10317: $? = 1 configure: failed program was: | #line 10303 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:10333: result: no configure:10337: checking intrinsics.h presence configure:10348: gcc -E conftest.c configure:10367:24: intrinsics.h: No such file or directory (ENOENT) configure:10354: $? = 1 configure: failed program was: | #line 10339 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include configure:10373: result: no configure:10409: checking for intrinsics.h configure:10416: result: no configure:10292: checking for stdint.h configure:10297: result: no configure:10430: checking for an ANSI C-conforming const configure:10498: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10501: $? = 0 configure:10504: test -s conftest.o configure:10507: $? = 0 configure:10518: result: yes configure:10528: checking for inline configure:10550: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10553: $? = 0 configure:10556: test -s conftest.o configure:10559: $? = 0 configure:10571: result: inline configure:10586: checking for size_t configure:10611: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10614: $? = 0 configure:10617: test -s conftest.o configure:10620: $? = 0 configure:10631: result: yes configure:10643: checking whether time.h and sys/time.h may both be included configure:10669: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10672: $? = 0 configure:10675: test -s conftest.o configure:10678: $? = 0 configure:10689: result: yes configure:10699: checking for hrtime_t configure:10729: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure: In function `main': configure:10742: error: `hrtime_t' undeclared (first use in this function) configure:10742: error: (Each undeclared identifier is reported only once configure:10742: error: for each function it appears in.) configure:10742: error: parse error before ')' token configure:10732: $? = 1 configure: failed program was: | #line 10704 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | | #if HAVE_SYS_TIME_H | #include | #endif | | | int | main () | { | if ((hrtime_t *) 0) | return 0; | if (sizeof (hrtime_t)) | return 0; | ; | return 0; | } configure:10749: result: no configure:10760: checking for int configure:10785: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:10788: $? = 0 configure:10791: test -s conftest.o configure:10794: $? = 0 configure:10805: result: yes configure:10808: checking size of int configure:11083: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:11086: $? = 0 configure:11088: ./conftest.exe configure:11091: $? = 0 configure:11114: result: 4 configure:11121: checking for long configure:11146: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:11149: $? = 0 configure:11152: test -s conftest.o configure:11155: $? = 0 configure:11166: result: yes configure:11169: checking size of long configure:11444: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:11447: $? = 0 configure:11449: ./conftest.exe configure:11452: $? = 0 configure:11475: result: 4 configure:11482: checking for long long configure:11507: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:11510: $? = 0 configure:11513: test -s conftest.o configure:11516: $? = 0 configure:11527: result: yes configure:11530: checking size of long long configure:11805: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:11808: $? = 0 configure:11810: ./conftest.exe configure:11813: $? = 0 configure:11836: result: 8 configure:11844: checking for uintptr_t configure:11873: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure: In function `main': configure:11922: error: `uintptr_t' undeclared (first use in this function) configure:11922: error: (Each undeclared identifier is reported only once configure:11922: error: for each function it appears in.) configure:11922: error: parse error before ')' token configure:11876: $? = 1 configure: failed program was: | #line 11849 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | | int | main () | { | if ((uintptr_t *) 0) | return 0; | if (sizeof (uintptr_t)) | return 0; | ; | return 0; | } configure:11893: result: no configure:11903: checking for unsigned int configure:11928: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:11931: $? = 0 configure:11934: test -s conftest.o configure:11937: $? = 0 configure:11948: result: yes configure:11951: checking size of unsigned int configure:12226: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:12229: $? = 0 configure:12231: ./conftest.exe configure:12234: $? = 0 configure:12257: result: 4 configure:12264: checking for unsigned long configure:12289: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:12292: $? = 0 configure:12295: test -s conftest.o configure:12298: $? = 0 configure:12309: result: yes configure:12312: checking size of unsigned long configure:12587: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:12590: $? = 0 configure:12592: ./conftest.exe configure:12595: $? = 0 configure:12618: result: 4 configure:12625: checking for unsigned long long configure:12650: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:12653: $? = 0 configure:12656: test -s conftest.o configure:12659: $? = 0 configure:12670: result: yes configure:12673: checking size of unsigned long long configure:12948: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:12951: $? = 0 configure:12953: ./conftest.exe configure:12956: $? = 0 configure:12979: result: 8 configure:12986: checking for void * configure:13011: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:13014: $? = 0 configure:13017: test -s conftest.o configure:13020: $? = 0 configure:13031: result: yes configure:13034: checking size of void * configure:13309: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:13312: $? = 0 configure:13314: ./conftest.exe configure:13317: $? = 0 configure:13340: result: 4 configure:13350: checking for double configure:13375: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:13378: $? = 0 configure:13381: test -s conftest.o configure:13384: $? = 0 configure:13395: result: yes configure:13398: checking size of double configure:13673: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:13676: $? = 0 configure:13678: ./conftest.exe configure:13681: $? = 0 configure:13704: result: 8 configure:13711: checking for long double configure:13736: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:13739: $? = 0 configure:13742: test -s conftest.o configure:13745: $? = 0 configure:13756: result: yes configure:13759: checking size of long double configure:14034: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:14037: $? = 0 configure:14039: ./conftest.exe configure:14042: $? = 0 configure:14065: result: 12 configure:14087: checking for working alloca.h configure:14109: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:14130:20: alloca.h: No such file or directory (ENOENT) configure:14112: $? = 1 configure: failed program was: | #line 14092 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | /* end confdefs.h. */ | #include | int | main () | { | char *p = (char *) alloca (2 * sizeof (int)); | ; | return 0; | } configure:14129: result: no configure:14139: checking for alloca configure:14181: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:14184: $? = 0 configure:14187: test -s conftest.exe configure:14190: $? = 0 configure:14201: result: yes configure:14416: checking for working strtod configure:14460: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:14463: $? = 0 configure:14465: ./conftest.exe configure:14468: $? = 0 configure:14482: result: yes configure:14637: checking for vprintf configure:14695: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:14698: $? = 0 configure:14701: test -s conftest.exe configure:14704: $? = 0 configure:14715: result: yes configure:14722: checking for _doprnt configure:14780: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:14783: $? = 0 configure:14786: test -s conftest.exe configure:14789: $? = 0 configure:14800: result: yes configure:14815: checking for sin in -lm configure:14846: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 configure:14849: $? = 0 configure:14852: test -s conftest.exe configure:14855: $? = 0 configure:14867: result: yes configure:14894: checking for BSDgettimeofday configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/cc08U7pu.o(.text+0x11):conftest.c: undefined reference to `_BSDgettimeofday' c:\tmp/cc08U7pu.o(.data+0x0):conftest.c: undefined reference to `_BSDgettimeofday' collect2: ld returned 1 exit status configure:14955: $? = 1 configure: failed program was: | #line 14899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | /* Define BSDgettimeofday to an innocuous variant, in case declares BSDgettimeofday. | For example, HP-UX 11i declares gettimeofday. */ | #define BSDgettimeofday innocuous_BSDgettimeofday | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char BSDgettimeofday (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef BSDgettimeofday | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char BSDgettimeofday (); | /* 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_BSDgettimeofday) || defined (__stub___BSDgettimeofday) | choke me | #else | char (*f) () = BSDgettimeofday; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != BSDgettimeofday; | ; | return 0; | } configure:14972: result: no configure:14894: checking for gettimeofday configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 configure:14955: $? = 0 configure:14958: test -s conftest.exe configure:14961: $? = 0 configure:14972: result: yes configure:14894: checking for gethrtime configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/cc2deH9y.o(.text+0x11):conftest.c: undefined reference to `_gethrtime' c:\tmp/cc2deH9y.o(.data+0x0):conftest.c: undefined reference to `_gethrtime' collect2: ld returned 1 exit status configure:14955: $? = 1 configure: failed program was: | #line 14899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define gethrtime to an innocuous variant, in case declares gethrtime. | For example, HP-UX 11i declares gettimeofday. */ | #define gethrtime innocuous_gethrtime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethrtime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gethrtime | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethrtime (); | /* 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_gethrtime) || defined (__stub___gethrtime) | choke me | #else | char (*f) () = gethrtime; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != gethrtime; | ; | return 0; | } configure:14972: result: no configure:14894: checking for read_real_time configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/ccSf67ca.o(.text+0x11):conftest.c: undefined reference to `_read_real_time' c:\tmp/ccSf67ca.o(.data+0x0):conftest.c: undefined reference to `_read_real_time' collect2: ld returned 1 exit status configure:14955: $? = 1 configure: failed program was: | #line 14899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define read_real_time to an innocuous variant, in case declares read_real_time. | For example, HP-UX 11i declares gettimeofday. */ | #define read_real_time innocuous_read_real_time | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char read_real_time (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef read_real_time | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char read_real_time (); | /* 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_read_real_time) || defined (__stub___read_real_time) | choke me | #else | char (*f) () = read_real_time; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != read_real_time; | ; | return 0; | } configure:14972: result: no configure:14894: checking for time_base_to_time configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/ccSEPfTP.o(.text+0x11):conftest.c: undefined reference to `_time_base_to_time' c:\tmp/ccSEPfTP.o(.data+0x0):conftest.c: undefined reference to `_time_base_to_time' collect2: ld returned 1 exit status configure:14955: $? = 1 configure: failed program was: | #line 14899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define time_base_to_time to an innocuous variant, in case declares time_base_to_time. | For example, HP-UX 11i declares gettimeofday. */ | #define time_base_to_time innocuous_time_base_to_time | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char time_base_to_time (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef time_base_to_time | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char time_base_to_time (); | /* 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_time_base_to_time) || defined (__stub___time_base_to_time) | choke me | #else | char (*f) () = time_base_to_time; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != time_base_to_time; | ; | return 0; | } configure:14972: result: no configure:14894: checking for drand48 configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 configure:14955: $? = 0 configure:14958: test -s conftest.exe configure:14961: $? = 0 configure:14972: result: yes configure:14894: checking for sqrt configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 configure:14955: $? = 0 configure:14958: test -s conftest.exe configure:14961: $? = 0 configure:14972: result: yes configure:14894: checking for memset configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 configure:14955: $? = 0 configure:14958: test -s conftest.exe configure:14961: $? = 0 configure:14972: result: yes configure:14894: checking for posix_memalign configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/ccVs6xji.o(.text+0x11):conftest.c: undefined reference to `_posix_memalign' c:\tmp/ccVs6xji.o(.data+0x0):conftest.c: undefined reference to `_posix_memalign' collect2: ld returned 1 exit status configure:14955: $? = 1 configure: failed program was: | #line 14899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | /* Define posix_memalign to an innocuous variant, in case declares posix_memalign. | For example, HP-UX 11i declares gettimeofday. */ | #define posix_memalign innocuous_posix_memalign | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char posix_memalign (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef posix_memalign | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char posix_memalign (); | /* 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_posix_memalign) || defined (__stub___posix_memalign) | choke me | #else | char (*f) () = posix_memalign; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != posix_memalign; | ; | return 0; | } configure:14972: result: no configure:14894: checking for memalign configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/cceQ2R4L.o(.text+0x11):conftest.c: undefined reference to `_memalign' c:\tmp/cceQ2R4L.o(.data+0x0):conftest.c: undefined reference to `_memalign' collect2: ld returned 1 exit status configure:14955: $? = 1 configure: failed program was: | #line 14899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | /* Define memalign to an innocuous variant, in case declares memalign. | For example, HP-UX 11i declares gettimeofday. */ | #define memalign innocuous_memalign | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memalign (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef memalign | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char memalign (); | /* 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_memalign) || defined (__stub___memalign) | choke me | #else | char (*f) () = memalign; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != memalign; | ; | return 0; | } configure:14972: result: no configure:14894: checking for _mm_malloc configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/ccYcl4sp.o(.text+0x11):conftest.c: undefined reference to `__mm_malloc' c:\tmp/ccYcl4sp.o(.data+0x0):conftest.c: undefined reference to `__mm_malloc' collect2: ld returned 1 exit status configure:14955: $? = 1 configure: failed program was: | #line 14899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | /* Define _mm_malloc to an innocuous variant, in case declares _mm_malloc. | For example, HP-UX 11i declares gettimeofday. */ | #define _mm_malloc innocuous__mm_malloc | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _mm_malloc (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _mm_malloc | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _mm_malloc (); | /* 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__mm_malloc) || defined (__stub____mm_malloc) | choke me | #else | char (*f) () = _mm_malloc; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _mm_malloc; | ; | return 0; | } configure:14972: result: no configure:14894: checking for _mm_free configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/ccyYqLm9.o(.text+0x11):conftest.c: undefined reference to `__mm_free' c:\tmp/ccyYqLm9.o(.data+0x0):conftest.c: undefined reference to `__mm_free' collect2: ld returned 1 exit status configure:14955: $? = 1 configure: failed program was: | #line 14899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | /* Define _mm_free to an innocuous variant, in case declares _mm_free. | For example, HP-UX 11i declares gettimeofday. */ | #define _mm_free innocuous__mm_free | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _mm_free (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _mm_free | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _mm_free (); | /* 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__mm_free) || defined (__stub____mm_free) | choke me | #else | char (*f) () = _mm_free; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _mm_free; | ; | return 0; | } configure:14972: result: no configure:14894: checking for clock_gettime configure:14952: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/ccQrbVIk.o(.text+0x11):conftest.c: undefined reference to `_clock_gettime' c:\tmp/ccQrbVIk.o(.data+0x0):conftest.c: undefined reference to `_clock_gettime' collect2: ld returned 1 exit status configure:14955: $? = 1 configure: failed program was: | #line 14899 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | /* Define clock_gettime to an innocuous variant, in case declares clock_gettime. | For example, HP-UX 11i declares gettimeofday. */ | #define clock_gettime innocuous_clock_gettime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clock_gettime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef clock_gettime | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char clock_gettime (); | /* 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_clock_gettime) || defined (__stub___clock_gettime) | choke me | #else | char (*f) () = clock_gettime; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != clock_gettime; | ; | return 0; | } configure:14972: result: no configure:14982: checking whether drand48 is declared configure:15007: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure:15010: $? = 0 configure:15013: test -s conftest.o configure:15016: $? = 0 configure:15027: result: yes configure:15043: checking whether memalign is declared configure:15068: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure: In function `main': configure:15133: error: `memalign' undeclared (first use in this function) configure:15133: error: (Each undeclared identifier is reported only once configure:15133: error: for each function it appears in.) configure:15071: $? = 1 configure: failed program was: | #line 15048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_DECL_DRAND48 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef memalign | char *p = (char *) memalign; | #endif | | ; | return 0; | } configure:15088: result: no configure:15104: checking whether posix_memalign is declared configure:15129: gcc -c -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c >&5 configure: In function `main': configure:15195: error: `posix_memalign' undeclared (first use in this function) configure:15195: error: (Each undeclared identifier is reported only once configure:15195: error: for each function it appears in.) configure:15132: $? = 1 configure: failed program was: | #line 15109 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_DECL_DRAND48 1 | #define HAVE_DECL_MEMALIGN 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef posix_memalign | char *p = (char *) posix_memalign; | #endif | | ; | return 0; | } configure:15149: result: no configure:15168: checking for _rtc intrinsic configure:15190: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 c:\tmp/ccOkrYu8.o(.text+0xc):conftest.c: undefined reference to `__rtc' collect2: ld returned 1 exit status configure:15193: $? = 1 configure: failed program was: | #line 15171 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.0.1" | #define PACKAGE_STRING "fftw 3.0.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" | #define WITH_OUR_MALLOC16 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 STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF_VOID_P 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 12 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_DECL_DRAND48 1 | #define HAVE_DECL_MEMALIGN 0 | #define HAVE_DECL_POSIX_MEMALIGN 0 | /* end confdefs.h. */ | #ifdef HAVE_INTRINSICS_H | #include | #endif | int | main () | { | _rtc() | ; | return 0; | } configure:15213: result: no configure:15317: checking for isnan configure:15337: gcc -o conftest.exe -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4 conftest.c -lm >&5 configure:15340: $? = 0 configure:15343: test -s conftest.exe configure:15346: $? = 0 configure:15363: result: yes configure:15374: checking whether gcc accepts -mpreferred-stack-boundary=4 configure:15396: gcc -c -mpreferred-stack-boundary=4 conftest.c >&5 configure:15399: $? = 0 configure:15402: test -s conftest.o configure:15405: $? = 0 configure:15416: result: yes configure:15428: checking whether the stack is correctly aligned by gcc configure:15455: gcc -o conftest.exe -O -malign-double conftest.c -lm >&5 configure:15458: $? = 0 configure:15460: ./conftest.exe configure:15463: $? = 0 configure:15477: result: yes configure:15562: checking for g77 configure:15578: found /dev/c/djgpp/bin/g77 configure:15588: result: g77 configure:15602: checking for Fortran 77 compiler version configure:15606: g77 --version &5 GNU Fortran (GCC) 3.4.1 Copyright (C) 2004 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:15609: $? = 0 configure:15611: g77 -v &5 Reading specs from c:/djgpp/bin/../lib/gcc/djgpp/3.41/specs Configured with: /Build/gcc34/gnu/gcc-3.41/configure djgpp --prefix=/dev/env/DJDIR --disable-nls --disable-libstdcxx-pch Thread model: single gcc version 3.4.1 configure:15614: $? = 0 configure:15616: g77 -V &5 g77.exe: `-V' option must have argument configure:15619: $? = 1 configure:15626: checking whether we are using the GNU Fortran 77 compiler configure:15640: g77 -c conftest.F >&5 configure:15643: $? = 0 configure:15646: test -s conftest.o configure:15649: $? = 0 configure:15662: result: yes configure:15669: checking whether g77 accepts -g configure:15681: g77 -c -g conftest.f >&5 configure:15684: $? = 0 configure:15687: test -s conftest.o configure:15690: $? = 0 configure:15702: result: yes configure:15735: checking how to get verbose linking output from g77 configure:15747: g77 -c -g -O2 conftest.f >&5 configure:15750: $? = 0 configure:15753: test -s conftest.o configure:15756: $? = 0 configure:15777: g77 -o conftest.exe -g -O2 -v conftest.f -lm >&5 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by fftw config.status 3.0.1, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Unknown PC, MS-Windows config.status:767: creating Makefile config.status:767: creating support/Makefile config.status:767: creating genfft/Makefile config.status:767: creating genfft-k7/Makefile config.status:767: creating kernel/Makefile config.status:767: creating simd/Makefile config.status:767: creating dft/Makefile config.status:767: creating dft/codelets/Makefile config.status:767: creating dft/codelets/standard/Makefile config.status:767: creating dft/codelets/inplace/Makefile config.status:767: creating dft/simd/Makefile config.status:767: creating dft/simd/codelets/Makefile config.status:767: creating dft/k7/Makefile config.status:767: creating dft/k7/codelets/Makefile config.status:767: creating rdft/Makefile config.status:767: creating rdft/codelets/Makefile config.status:767: creating rdft/codelets/r2hc/Makefile config.status:767: creating rdft/codelets/hc2r/Makefile config.status:767: creating rdft/codelets/r2r/Makefile config.status:767: creating reodft/Makefile config.status:767: creating threads/Makefile config.status:767: creating api/Makefile config.status:767: creating libbench2/Makefile config.status:767: creating tests/Makefile config.status:767: creating doc/Makefile config.status:767: creating doc/FAQ/Makefile config.status:767: creating tools/Makefile config.status:767: creating tools/fftw_wisdom.1 config.status:767: creating tools/fftw-wisdom-to-conf config.status:767: creating fftw.pc config.status:871: creating config.h config.status:1184: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-pc-msdosdjgpp ac_cv_build_alias=i386-pc-msdosdjgpp ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_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_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext=.exe ac_cv_f77_compiler_gnu=yes ac_cv_f77_dummy_main=none ac_cv_f77_mangling='lower case, underscore, extra underscore' ac_cv_flibs=' -L/dev/env/DJDIR/bin/../lib/gcc/djgpp/3.41 -L/dev/env/DJDIR/bin/../lib/gcc -L/dev/env/DJDIR/lib/gcc/djgpp/3.41 -L/dev/env/DJDIR/bin -L/dev/env/DJDIR/lib -L/dev/env/DJDIR/bin/../lib/gcc/djgpp/3.41/../../.. -lfrtbegin -lg2c -lm' ac_cv_func_BSDgettimeofday=no ac_cv_func__doprnt=yes ac_cv_func__mm_free=no ac_cv_func__mm_malloc=no ac_cv_func_alloca_works=yes ac_cv_func_clock_gettime=no ac_cv_func_drand48=yes ac_cv_func_gethrtime=no ac_cv_func_gettimeofday=yes ac_cv_func_memalign=no ac_cv_func_memset=yes ac_cv_func_posix_memalign=no ac_cv_func_read_real_time=no ac_cv_func_sqrt=yes ac_cv_func_strtod=yes ac_cv_func_time_base_to_time=no ac_cv_func_vprintf=yes ac_cv_have_decl_drand48=yes ac_cv_have_decl_memalign=no ac_cv_have_decl_posix_memalign=no ac_cv_header_c_asm_h=no ac_cv_header_dlfcn_h=no ac_cv_header_intrinsics_h=no ac_cv_header_inttypes_h=no ac_cv_header_libintl_h=no ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-pc-msdosdjgpp ac_cv_host_alias=i386-pc-msdosdjgpp ac_cv_lib_m_sin=yes ac_cv_objext=o ac_cv_path_EMACS=/dev/env/DJDIR/gnu/emacs/bin/emacs ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_LN_S='cp -pf' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_F77=g77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_f77_v=-v ac_cv_prog_gcc_2_90=yes ac_cv_prog_make_make_set=yes ac_cv_sizeof_double=8 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_double=12 ac_cv_sizeof_long_long=8 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=4 ac_cv_sizeof_unsigned_long_long=8 ac_cv_sizeof_void_p=4 ac_cv_type_double=yes ac_cv_type_hrtime_t=no ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_double=yes ac_cv_type_long_long=yes ac_cv_type_size_t=yes ac_cv_type_uintptr_t=no ac_cv_type_unsigned_int=yes ac_cv_type_unsigned_long=yes ac_cv_type_unsigned_long_long=yes ac_cv_type_void_p=yes ac_cv_working_alloca_h=no am_cv_CC_dependencies_compiler_type=none lt_cv_compiler_c_o=yes lt_cv_compiler_o_lo=yes lt_cv_deplibs_check_method=unknown lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_ld_reload_flag=-r lt_cv_path_LD=ld lt_cv_path_NM=nm lt_cv_path_SED=sed lt_cv_prog_cc_can_build_shared=yes lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_pic=' -fPIC' lt_cv_prog_cc_pic_works=yes lt_cv_prog_cc_shlib= lt_cv_prog_cc_static=-static lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_wl=-Wl, lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} ${top_srcdir}/missing --run aclocal-1.7' ALLOCA='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='${SHELL} ${top_srcdir}/missing --run tar' AS='gcc' ASFLAGS='' AUTOCONF='${SHELL} ${top_srcdir}/missing --run autoconf' AUTOHEADER='${SHELL} ${top_srcdir}/missing --run autoheader' AUTOMAKE='${SHELL} ${top_srcdir}/missing --run automake-1.7' AWK='gawk' CC='gcc' CCAS='gcc' CCASFLAGS='' CCDEPMODE='depmode=none' CFLAGS='-O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4' CODELET_OPTIM='-O3' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='_deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='.exe' F77='g77' FFLAGS='-g -O2' FLIBS=' -L/dev/env/DJDIR/bin/../lib/gcc/djgpp/3.41 -L/dev/env/DJDIR/bin/../lib/gcc -L/dev/env/DJDIR/lib/gcc/djgpp/3.41 -L/dev/env/DJDIR/bin -L/dev/env/DJDIR/lib -L/dev/env/DJDIR/bin/../lib/gcc/djgpp/3.41/../../.. -lfrtbegin -lg2c -lm' FMA_FALSE='' FMA_TRUE='#' HAVE_K7_FALSE='' HAVE_K7_TRUE='#' HAVE_SIMD_FALSE='' HAVE_SIMD_TRUE='#' INSTALLED_OCAMLC='/dev/env/DJDIR/bin/-ocamlc' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LDOUBLE_FALSE='' LDOUBLE_TRUE='#' LIBOBJS='' LIBS='-lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} ${top_srcdir}/missing --run makeinfo' OBJEXT='o' OCAMLC='' OCAMLCFLAGS='' OCAMLDEFS='' OCAMLDEP='' OCAMLLDFLAGS='' OCAMLOPT='' OCAMLOPTCFLAGS='' PACKAGE='fftw' PACKAGE_BUGREPORT='fftw@fftw.org' PACKAGE_NAME='fftw' PACKAGE_STRING='fftw 3.0.1' PACKAGE_TARNAME='fftw' PACKAGE_VERSION='3.0.1' PATH_SEPARATOR=':' POW_LIB='' PRECISION='d' PREC_SUFFIX='' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' RANLIB='ranlib' SET_MAKE='' SHARED_VERSION_INFO='3:1:0' SHELL='/bin/sh' SIMD_CFLAGS='' SINGLE_FALSE='' SINGLE_TRUE='#' STRIP='strip' TARGET_OCAMLBIN='/dev/env/DJDIR//bin' TARGET_OCAMLLIB='/dev/env/DJDIR//lib/fftw' TARGET_OCAMLRUN='/dev/env/DJDIR//bin/ocamlrun' THREADLIBS='' THREADS_FALSE='' THREADS_TRUE='#' VERSION='3.0.1 (DJGPP port 2004-09-13 (r3))' ac_ct_CC='gcc' ac_ct_F77='g77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__leading_dot='_' am__quote='' bindir='${exec_prefix}/bin' build='i386-pc-msdosdjgpp' build_alias='' build_cpu='i386' build_os='msdosdjgpp' build_vendor='pc' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-pc-msdosdjgpp' host_alias='' host_cpu='i386' host_os='msdosdjgpp' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='${top_srcdir}/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/dev/env/DJDIR' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CODELET_OPTIM "-O3" #define F77_FUNC(name,NAME) name ## _ #define F77_FUNC_(name,NAME) name ## __ #define FFTW_CC "gcc -O3 -fomit-frame-pointer -fno-schedule-insns -malign-double -fstrict-aliasing -mpreferred-stack-boundary=4" #define HAVE_ALLOCA 1 #define HAVE_DECL_DRAND48 1 #define HAVE_DECL_MEMALIGN 0 #define HAVE_DECL_POSIX_MEMALIGN 0 #define HAVE_DOPRNT 1 #define HAVE_DRAND48 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_ISNAN 1 #define HAVE_LIBM 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_SQRT 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VPRINTF 1 #define PACKAGE "fftw" #define PACKAGE_BUGREPORT "fftw@fftw.org" #define PACKAGE_NAME "fftw" #define PACKAGE_STRING "fftw 3.0.1" #define PACKAGE_TARNAME "fftw" #define PACKAGE_VERSION "3.0.1" #define SIZEOF_DOUBLE 8 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_DOUBLE 12 #define SIZEOF_LONG_LONG 8 #define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_UNSIGNED_LONG 4 #define SIZEOF_UNSIGNED_LONG_LONG 8 #define SIZEOF_VOID_P 4 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define VERSION "3.0.1 (DJGPP port 2004-09-13 (r3))" #define WITH_OUR_MALLOC16 1 configure: exit 0