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.1.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i586-uhu-linux --host=i586-uhu-linux ## --------- ## ## Platform. ## ## --------- ## hostname = janusz uname -m = i686 uname -r = 2.6.17.6-3 uname -s = Linux uname -v = #1 SMP Wed Jul 26 12:57:38 CEST 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1582: checking for a BSD-compatible install configure:1637: result: /bin/install -c configure:1648: checking whether build environment is sane configure:1691: result: yes configure:1756: checking for gawk configure:1772: found /bin/gawk configure:1782: result: gawk configure:1792: checking whether make sets $(MAKE) configure:1812: result: yes configure:1982: checking whether to enable maintainer-specific portions of Makefiles configure:1991: result: no configure:2037: checking build system type configure:2055: result: i586-uhu-linux-gnu configure:2063: checking host system type configure:2077: result: i586-uhu-linux-gnu configure:2418: checking for i586-uhu-linux-gcc configure:2434: found /usr/lib/ccache/i586-uhu-linux-gcc configure:2444: result: i586-uhu-linux-gcc configure:2726: checking for C compiler version configure:2729: i586-uhu-linux-gcc --version &5 i586-uhu-linux-gcc (GCC) 3.4.6 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2732: $? = 0 configure:2734: i586-uhu-linux-gcc -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:2737: $? = 0 configure:2739: i586-uhu-linux-gcc -V &5 i586-uhu-linux-gcc: `-V' option must have argument configure:2742: $? = 1 configure:2765: checking for C compiler default output file name configure:2768: i586-uhu-linux-gcc conftest.c >&5 configure:2771: $? = 0 configure:2817: result: a.out configure:2822: checking whether the C compiler works configure:2828: ./a.out configure:2831: $? = 0 configure:2848: result: yes configure:2855: checking whether we are cross compiling configure:2857: result: no configure:2860: checking for suffix of executables configure:2862: i586-uhu-linux-gcc -o conftest conftest.c >&5 configure:2865: $? = 0 configure:2890: result: configure:2896: checking for suffix of object files configure:2917: i586-uhu-linux-gcc -c conftest.c >&5 configure:2920: $? = 0 configure:2942: result: o configure:2946: checking whether we are using the GNU C compiler configure:2970: i586-uhu-linux-gcc -c conftest.c >&5 configure:2976: $? = 0 configure:2979: test -z || test ! -s conftest.err configure:2982: $? = 0 configure:2985: test -s conftest.o configure:2988: $? = 0 configure:3001: result: yes configure:3007: checking whether i586-uhu-linux-gcc accepts -g configure:3028: i586-uhu-linux-gcc -c -g conftest.c >&5 configure:3034: $? = 0 configure:3037: test -z || test ! -s conftest.err configure:3040: $? = 0 configure:3043: test -s conftest.o configure:3046: $? = 0 configure:3057: result: yes configure:3074: checking for i586-uhu-linux-gcc option to accept ANSI C configure:3144: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3150: $? = 0 configure:3153: test -z || test ! -s conftest.err configure:3156: $? = 0 configure:3159: test -s conftest.o configure:3162: $? = 0 configure:3180: result: none needed configure:3198: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:3204: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3345: checking for style of include used by make configure:3373: result: GNU configure:3401: checking dependency style of i586-uhu-linux-gcc configure:3491: result: gcc3 configure:3510: checking for C compiler vendor configure:3539: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:17: error: `thisisanerror' undeclared (first use in this function) conftest.c:17: error: (Each undeclared identifier is reported only once conftest.c:17: error: for each function it appears in.) configure:3545: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.1" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } configure:3539: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:17: error: `thisisanerror' undeclared (first use in this function) conftest.c:17: error: (Each undeclared identifier is reported only once conftest.c:17: error: for each function it appears in.) configure:3545: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.1" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } configure:3539: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3545: $? = 0 configure:3548: test -z || test ! -s conftest.err configure:3551: $? = 0 configure:3554: test -s conftest.o configure:3557: $? = 0 configure:3569: result: gnu configure:3595: checking for a BSD-compatible install configure:3650: result: /bin/install -c configure:3661: checking whether ln -s works configure:3665: result: yes configure:3672: checking whether make sets $(MAKE) configure:3692: result: yes configure:3751: checking for a sed that does not truncate output configure:3805: result: /bin/sed configure:3808: checking for egrep configure:3818: result: grep -E configure:3834: checking for ld used by i586-uhu-linux-gcc configure:3901: result: /usr/bin/ld configure:3910: checking if the linker (/usr/bin/ld) is GNU ld configure:3925: result: yes configure:3930: checking for /usr/bin/ld option to reload object files configure:3937: result: -r configure:3955: checking for BSD-compatible nm configure:4004: result: /usr/bin/nm -B configure:4008: checking how to recognise dependent libraries configure:4184: result: pass_all configure:4661: checking how to run the C preprocessor configure:4696: i586-uhu-linux-gcc -E conftest.c configure:4702: $? = 0 configure:4734: i586-uhu-linux-gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4740: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.1" | /* end confdefs.h. */ | #include configure:4779: result: i586-uhu-linux-gcc -E configure:4803: i586-uhu-linux-gcc -E conftest.c configure:4809: $? = 0 configure:4841: i586-uhu-linux-gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4847: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.1" | /* end confdefs.h. */ | #include configure:4891: checking for ANSI C header files configure:4916: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:4922: $? = 0 configure:4925: test -z || test ! -s conftest.err configure:4928: $? = 0 configure:4931: test -s conftest.o configure:4934: $? = 0 configure:5023: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c >&5 configure:5026: $? = 0 configure:5028: ./conftest configure:5031: $? = 0 configure:5046: result: yes configure:5070: checking for sys/types.h configure:5086: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5115: result: yes configure:5070: checking for sys/stat.h configure:5086: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5115: result: yes configure:5070: checking for stdlib.h configure:5086: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5115: result: yes configure:5070: checking for string.h configure:5086: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5115: result: yes configure:5070: checking for memory.h configure:5086: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5115: result: yes configure:5070: checking for strings.h configure:5086: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5115: result: yes configure:5070: checking for inttypes.h configure:5086: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5115: result: yes configure:5070: checking for stdint.h configure:5086: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5115: result: yes configure:5070: checking for unistd.h configure:5086: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5092: $? = 0 configure:5095: test -z || test ! -s conftest.err configure:5098: $? = 0 configure:5101: test -s conftest.o configure:5104: $? = 0 configure:5115: result: yes configure:5141: checking dlfcn.h usability configure:5153: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5159: $? = 0 configure:5162: test -z || test ! -s conftest.err configure:5165: $? = 0 configure:5168: test -s conftest.o configure:5171: $? = 0 configure:5181: result: yes configure:5185: checking dlfcn.h presence configure:5195: i586-uhu-linux-gcc -E conftest.c configure:5201: $? = 0 configure:5221: result: yes configure:5256: checking for dlfcn.h configure:5263: result: yes configure:5286: checking for i586-uhu-linux-g++ configure:5302: found /usr/lib/ccache/i586-uhu-linux-g++ configure:5312: result: i586-uhu-linux-g++ configure:5370: checking for C++ compiler version configure:5373: i586-uhu-linux-g++ --version &5 i586-uhu-linux-g++ (GCC) 3.4.6 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5376: $? = 0 configure:5378: i586-uhu-linux-g++ -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:5381: $? = 0 configure:5383: i586-uhu-linux-g++ -V &5 i586-uhu-linux-g++: `-V' option must have argument configure:5386: $? = 1 configure:5389: checking whether we are using the GNU C++ compiler configure:5413: i586-uhu-linux-g++ -c conftest.cc >&5 configure:5419: $? = 0 configure:5422: test -z || test ! -s conftest.err configure:5425: $? = 0 configure:5428: test -s conftest.o configure:5431: $? = 0 configure:5444: result: yes configure:5450: checking whether i586-uhu-linux-g++ accepts -g configure:5471: i586-uhu-linux-g++ -c -g conftest.cc >&5 configure:5477: $? = 0 configure:5480: test -z || test ! -s conftest.err configure:5483: $? = 0 configure:5486: test -s conftest.o configure:5489: $? = 0 configure:5500: result: yes configure:5542: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:5548: $? = 0 configure:5551: test -z || test ! -s conftest.err configure:5554: $? = 0 configure:5557: test -s conftest.o configure:5560: $? = 0 configure:5586: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:26: error: `exit' was not declared in this scope configure:5592: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:5542: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:5548: $? = 0 configure:5551: test -z || test ! -s conftest.err configure:5554: $? = 0 configure:5557: test -s conftest.o configure:5560: $? = 0 configure:5586: i586-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:5592: $? = 0 configure:5595: test -z || test ! -s conftest.err configure:5598: $? = 0 configure:5601: test -s conftest.o configure:5604: $? = 0 configure:5629: checking dependency style of i586-uhu-linux-g++ configure:5719: result: gcc3 configure:5746: checking how to run the C++ preprocessor configure:5777: i586-uhu-linux-g++ -E conftest.cc configure:5783: $? = 0 configure:5815: i586-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:5821: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:5860: result: i586-uhu-linux-g++ -E configure:5884: i586-uhu-linux-g++ -E conftest.cc configure:5890: $? = 0 configure:5922: i586-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:5928: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include configure:5983: checking for i586-uhu-linux-g77 configure:6012: result: no configure:5983: checking for i586-uhu-linux-f77 configure:6012: result: no configure:5983: checking for i586-uhu-linux-xlf configure:6012: result: no configure:5983: checking for i586-uhu-linux-frt configure:6012: result: no configure:5983: checking for i586-uhu-linux-pgf77 configure:6012: result: no configure:5983: checking for i586-uhu-linux-fort77 configure:6012: result: no configure:5983: checking for i586-uhu-linux-fl32 configure:6012: result: no configure:5983: checking for i586-uhu-linux-af77 configure:6012: result: no configure:5983: checking for i586-uhu-linux-f90 configure:6012: result: no configure:5983: checking for i586-uhu-linux-xlf90 configure:6012: result: no configure:5983: checking for i586-uhu-linux-pgf90 configure:6012: result: no configure:5983: checking for i586-uhu-linux-epcf90 configure:6012: result: no configure:5983: checking for i586-uhu-linux-gfortran configure:6012: result: no configure:5983: checking for i586-uhu-linux-g95 configure:6012: result: no configure:5983: checking for i586-uhu-linux-f95 configure:6012: result: no configure:5983: checking for i586-uhu-linux-fort configure:6012: result: no configure:5983: checking for i586-uhu-linux-xlf95 configure:6012: result: no configure:5983: checking for i586-uhu-linux-ifc configure:6012: result: no configure:5983: checking for i586-uhu-linux-efc configure:6012: result: no configure:5983: checking for i586-uhu-linux-pgf95 configure:6012: result: no configure:5983: checking for i586-uhu-linux-lf95 configure:6012: result: no configure:6025: checking for g77 configure:6041: found /usr/bin/g77 configure:6051: result: g77 configure:6066: checking for Fortran 77 compiler version configure:6069: g77 --version &5 GNU Fortran (GCC) 3.4.6 Copyright (C) 2006 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:6072: $? = 0 configure:6074: g77 -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=f77 --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:6077: $? = 0 configure:6079: g77 -V &5 g77: `-V' option must have argument configure:6082: $? = 1 configure:6090: checking whether we are using the GNU Fortran 77 compiler configure:6104: g77 -c conftest.F >&5 configure:6110: $? = 0 configure:6113: test -z || test ! -s conftest.err configure:6116: $? = 0 configure:6119: test -s conftest.o configure:6122: $? = 0 configure:6135: result: yes configure:6141: checking whether g77 accepts -g configure:6153: g77 -c -g conftest.f >&5 configure:6159: $? = 0 configure:6162: test -z || test ! -s conftest.err configure:6165: $? = 0 configure:6168: test -s conftest.o configure:6171: $? = 0 configure:6183: result: yes configure:6213: checking the maximum length of command line arguments configure:6322: result: 32768 configure:6333: checking command to parse /usr/bin/nm -B output from i586-uhu-linux-gcc object configure:6438: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:6441: $? = 0 configure:6445: /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:6448: $? = 0 configure:6500: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:6503: $? = 0 configure:6541: result: ok configure:6545: checking for objdir configure:6560: result: .libs configure:6612: checking for i586-uhu-linux-ar configure:6641: result: no configure:6650: checking for ar configure:6666: found /usr/bin/ar configure:6677: result: ar configure:6692: checking for i586-uhu-linux-ranlib configure:6721: result: no configure:6730: checking for ranlib configure:6746: found /usr/bin/ranlib configure:6757: result: ranlib configure:6772: checking for i586-uhu-linux-strip configure:6801: result: no configure:6810: checking for strip configure:6826: found /usr/bin/strip configure:6837: result: strip configure:7109: checking if i586-uhu-linux-gcc supports -fno-rtti -fno-exceptions configure:7127: i586-uhu-linux-gcc -c -g -O2 -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:7131: $? = 0 configure:7144: result: no configure:7159: checking for i586-uhu-linux-gcc option to produce PIC configure:7369: result: -fPIC configure:7377: checking if i586-uhu-linux-gcc PIC flag -fPIC works configure:7395: i586-uhu-linux-gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:7399: $? = 0 configure:7412: result: yes configure:7440: checking if i586-uhu-linux-gcc static flag -static works configure:7468: result: yes configure:7478: checking if i586-uhu-linux-gcc supports -c -o file.o configure:7499: i586-uhu-linux-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7503: $? = 0 configure:7525: result: yes configure:7551: checking whether the i586-uhu-linux-gcc linker (/usr/bin/ld) supports shared libraries configure:8517: result: yes configure:8538: checking whether -lc should be explicitly linked in configure:8543: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:8546: $? = 0 configure:8561: i586-uhu-linux-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8564: $? = 0 configure:8576: result: no configure:8584: checking dynamic linker characteristics configure:9184: result: GNU/Linux ld.so configure:9193: checking how to hardcode library paths into programs configure:9218: result: immediate configure:9232: checking whether stripping libraries is possible configure:9237: result: yes configure:10064: checking if libtool supports shared libraries configure:10066: result: yes configure:10069: checking whether to build shared libraries configure:10090: result: yes configure:10093: checking whether to build static libraries configure:10097: result: yes configure:10189: creating libtool configure:10777: checking for ld used by i586-uhu-linux-g++ configure:10844: result: /usr/bin/ld configure:10853: checking if the linker (/usr/bin/ld) is GNU ld configure:10868: result: yes configure:10919: checking whether the i586-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:11855: result: yes configure:11873: i586-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:11876: $? = 0 configure:11995: checking for i586-uhu-linux-g++ option to produce PIC configure:12269: result: -fPIC configure:12277: checking if i586-uhu-linux-g++ PIC flag -fPIC works configure:12295: i586-uhu-linux-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:12299: $? = 0 configure:12312: result: yes configure:12340: checking if i586-uhu-linux-g++ static flag -static works configure:12368: result: yes configure:12378: checking if i586-uhu-linux-g++ supports -c -o file.o configure:12399: i586-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:12403: $? = 0 configure:12425: result: yes configure:12451: checking whether the i586-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:12482: result: yes configure:12549: checking dynamic linker characteristics configure:13149: result: GNU/Linux ld.so configure:13158: checking how to hardcode library paths into programs configure:13183: result: immediate configure:13709: checking if libtool supports shared libraries configure:13711: result: yes configure:13714: checking whether to build shared libraries configure:13734: result: yes configure:13737: checking whether to build static libraries configure:13741: result: yes configure:13751: checking for g77 option to produce PIC configure:13961: result: -fPIC configure:13969: checking if g77 PIC flag -fPIC works configure:13987: g77 -c -g -O2 -fPIC conftest.f >&5 configure:13991: $? = 0 configure:14004: result: yes configure:14032: checking if g77 static flag -static works configure:14060: result: yes configure:14070: checking if g77 supports -c -o file.o configure:14091: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:14095: $? = 0 configure:14117: result: yes configure:14143: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:15089: result: yes configure:15156: checking dynamic linker characteristics configure:15756: result: GNU/Linux ld.so configure:15765: checking how to hardcode library paths into programs configure:15790: result: immediate configure:19376: checking for ocamlc configure:19405: result: no configure:19411: checking for ocamlopt configure:19440: result: no configure:19446: checking for ocamldep configure:19475: result: no configure:19829: checking whether C compiler accepts -malign-double configure:19853: i586-uhu-linux-gcc -c -malign-double conftest.c >&5 configure:19859: $? = 0 configure:19862: test -z || test ! -s conftest.err configure:19865: $? = 0 configure:19868: test -s conftest.o configure:19871: $? = 0 configure:19885: result: yes configure:19895: checking whether C compiler accepts -fstrict-aliasing configure:19919: i586-uhu-linux-gcc -c -fstrict-aliasing conftest.c >&5 configure:19925: $? = 0 configure:19928: test -z || test ! -s conftest.err configure:19931: $? = 0 configure:19934: test -s conftest.o configure:19937: $? = 0 configure:19951: result: yes configure:19961: checking whether C compiler accepts -ffast-math configure:19985: i586-uhu-linux-gcc -c -ffast-math conftest.c >&5 configure:19991: $? = 0 configure:19994: test -z || test ! -s conftest.err configure:19997: $? = 0 configure:20000: test -s conftest.o configure:20003: $? = 0 configure:20017: result: yes configure:20038: checking for gcc architecture flag configure:20040: result: configure:20062: checking for x86 cpuid 0 output configure:20096: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c >&5 configure:20099: $? = 0 configure:20101: ./conftest configure:20104: $? = 0 configure:20118: result: 2:756e6547:6c65746e:49656e69 configure:20134: checking for x86 cpuid 1 output configure:20168: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math conftest.c >&5 configure:20171: $? = 0 configure:20173: ./conftest configure:20176: $? = 0 configure:20190: result: f29:1020809:4400:bfebfbff configure:20420: checking whether C compiler accepts -march=pentium4 configure:20440: i586-uhu-linux-gcc -c -march=pentium4 conftest.c >&5 configure:20446: $? = 0 configure:20449: test -z || test ! -s conftest.err configure:20452: $? = 0 configure:20455: test -s conftest.o configure:20458: $? = 0 configure:20470: result: yes configure:20487: checking for gcc architecture flag configure:20489: result: -march=pentium4 configure:20511: checking whether C compiler accepts -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 configure:20531: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:20537: $? = 0 configure:20540: test -z || test ! -s conftest.err configure:20543: $? = 0 configure:20546: test -s conftest.o configure:20549: $? = 0 configure:20561: result: yes configure:20596: checking whether C compiler accepts -fno-schedule-insns configure:20620: i586-uhu-linux-gcc -c -fno-schedule-insns conftest.c >&5 configure:20626: $? = 0 configure:20629: test -z || test ! -s conftest.err configure:20632: $? = 0 configure:20635: test -s conftest.o configure:20638: $? = 0 configure:20652: result: yes configure:20660: checking whether C compiler accepts -fno-web configure:20684: i586-uhu-linux-gcc -c -fno-web conftest.c >&5 configure:20690: $? = 0 configure:20693: test -z || test ! -s conftest.err configure:20696: $? = 0 configure:20699: test -s conftest.o configure:20702: $? = 0 configure:20716: result: yes configure:20724: checking whether C compiler accepts -fno-loop-optimize configure:20748: i586-uhu-linux-gcc -c -fno-loop-optimize conftest.c >&5 configure:20754: $? = 0 configure:20757: test -z || test ! -s conftest.err configure:20760: $? = 0 configure:20763: test -s conftest.o configure:20766: $? = 0 configure:20780: result: yes configure:20791: checking whether C compiler accepts --param inline-unit-growth=1000 configure:20815: i586-uhu-linux-gcc -c --param inline-unit-growth=1000 conftest.c >&5 configure:20821: $? = 0 configure:20824: test -z || test ! -s conftest.err configure:20827: $? = 0 configure:20830: test -s conftest.o configure:20833: $? = 0 configure:20847: result: yes configure:20855: checking whether C compiler accepts --param large-function-growth=1000 configure:20879: i586-uhu-linux-gcc -c --param large-function-growth=1000 conftest.c >&5 configure:20885: $? = 0 configure:20888: test -z || test ! -s conftest.err configure:20891: $? = 0 configure:20894: test -s conftest.o configure:20897: $? = 0 configure:20911: result: yes configure:21468: checking for ANSI C header files configure:21623: result: yes configure:21661: checking libintl.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:21679: $? = 0 configure:21682: test -z || test ! -s conftest.err configure:21685: $? = 0 configure:21688: test -s conftest.o configure:21691: $? = 0 configure:21701: result: yes configure:21705: checking libintl.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c configure:21721: $? = 0 configure:21741: result: yes configure:21776: checking for libintl.h configure:21783: result: yes configure:21661: checking malloc.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:21679: $? = 0 configure:21682: test -z || test ! -s conftest.err configure:21685: $? = 0 configure:21688: test -s conftest.o configure:21691: $? = 0 configure:21701: result: yes configure:21705: checking malloc.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c configure:21721: $? = 0 configure:21741: result: yes configure:21776: checking for malloc.h configure:21783: result: yes configure:21661: checking stddef.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:21679: $? = 0 configure:21682: test -z || test ! -s conftest.err configure:21685: $? = 0 configure:21688: test -s conftest.o configure:21691: $? = 0 configure:21701: result: yes configure:21705: checking stddef.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c configure:21721: $? = 0 configure:21741: result: yes configure:21776: checking for stddef.h configure:21783: result: yes configure:21652: checking for stdlib.h configure:21657: result: yes configure:21652: checking for string.h configure:21657: result: yes configure:21652: checking for strings.h configure:21657: result: yes configure:21661: checking sys/time.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:21679: $? = 0 configure:21682: test -z || test ! -s conftest.err configure:21685: $? = 0 configure:21688: test -s conftest.o configure:21691: $? = 0 configure:21701: result: yes configure:21705: checking sys/time.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c configure:21721: $? = 0 configure:21741: result: yes configure:21776: checking for sys/time.h configure:21783: result: yes configure:21652: checking for unistd.h configure:21657: result: yes configure:21661: checking limits.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:21679: $? = 0 configure:21682: test -z || test ! -s conftest.err configure:21685: $? = 0 configure:21688: test -s conftest.o configure:21691: $? = 0 configure:21701: result: yes configure:21705: checking limits.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c configure:21721: $? = 0 configure:21741: result: yes configure:21776: checking for limits.h configure:21783: result: yes configure:21661: checking c_asm.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 conftest.c:69:19: c_asm.h: No such file or directory configure:21679: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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:21701: result: no configure:21705: checking c_asm.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c conftest.c:35:19: c_asm.h: No such file or directory configure:21721: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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:21741: result: no configure:21776: checking for c_asm.h configure:21783: result: no configure:21661: checking intrinsics.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 conftest.c:69:24: intrinsics.h: No such file or directory configure:21679: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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:21701: result: no configure:21705: checking intrinsics.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c conftest.c:35:24: intrinsics.h: No such file or directory configure:21721: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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:21741: result: no configure:21776: checking for intrinsics.h configure:21783: result: no configure:21652: checking for stdint.h configure:21657: result: yes configure:21661: checking mach/mach_time.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 conftest.c:70:28: mach/mach_time.h: No such file or directory configure:21679: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_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:21701: result: no configure:21705: checking mach/mach_time.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c conftest.c:36:28: mach/mach_time.h: No such file or directory configure:21721: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include configure:21741: result: no configure:21776: checking for mach/mach_time.h configure:21783: result: no configure:21661: checking sys/sysctl.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:21679: $? = 0 configure:21682: test -z || test ! -s conftest.err configure:21685: $? = 0 configure:21688: test -s conftest.o configure:21691: $? = 0 configure:21701: result: yes configure:21705: checking sys/sysctl.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c configure:21721: $? = 0 configure:21741: result: yes configure:21776: checking for sys/sysctl.h configure:21783: result: yes configure:21661: checking altivec.h usability configure:21673: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 conftest.c:71:21: altivec.h: No such file or directory configure:21679: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_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:21701: result: no configure:21705: checking altivec.h presence configure:21715: i586-uhu-linux-gcc -E conftest.c conftest.c:37:21: altivec.h: No such file or directory configure:21721: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | #include configure:21741: result: no configure:21776: checking for altivec.h configure:21783: result: no configure:21797: checking for an ANSI C-conforming const configure:21864: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:21870: $? = 0 configure:21873: test -z || test ! -s conftest.err configure:21876: $? = 0 configure:21879: test -s conftest.o configure:21882: $? = 0 configure:21893: result: yes configure:21903: checking for inline configure:21924: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:21930: $? = 0 configure:21933: test -z || test ! -s conftest.err configure:21936: $? = 0 configure:21939: test -s conftest.o configure:21942: $? = 0 configure:21954: result: inline configure:21973: checking for size_t configure:21997: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:22003: $? = 0 configure:22006: test -z || test ! -s conftest.err configure:22009: $? = 0 configure:22012: test -s conftest.o configure:22015: $? = 0 configure:22026: result: yes configure:22038: checking whether time.h and sys/time.h may both be included configure:22063: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:22069: $? = 0 configure:22072: test -z || test ! -s conftest.err configure:22075: $? = 0 configure:22078: test -s conftest.o configure:22081: $? = 0 configure:22092: result: yes configure:22102: checking for long double configure:22126: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:22132: $? = 0 configure:22135: test -z || test ! -s conftest.err configure:22138: $? = 0 configure:22141: test -s conftest.o configure:22144: $? = 0 configure:22155: result: yes configure:22173: checking for hrtime_t configure:22202: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 conftest.c: In function `main': conftest.c:48: error: `hrtime_t' undeclared (first use in this function) conftest.c:48: error: (Each undeclared identifier is reported only once conftest.c:48: error: for each function it appears in.) conftest.c:48: error: syntax error before ')' token configure:22208: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 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:22231: result: no configure:22242: checking for unsigned int configure:22266: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:22272: $? = 0 configure:22275: test -z || test ! -s conftest.err configure:22278: $? = 0 configure:22281: test -s conftest.o configure:22284: $? = 0 configure:22295: result: yes configure:22298: checking size of unsigned int configure:22610: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:22613: $? = 0 configure:22615: ./conftest configure:22618: $? = 0 configure:22641: result: 4 configure:22649: checking for uintptr_t configure:22677: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:22683: $? = 0 configure:22686: test -z || test ! -s conftest.err configure:22689: $? = 0 configure:22692: test -s conftest.o configure:22695: $? = 0 configure:22706: result: yes configure:23937: checking for float configure:23961: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:23967: $? = 0 configure:23970: test -z || test ! -s conftest.err configure:23973: $? = 0 configure:23976: test -s conftest.o configure:23979: $? = 0 configure:23990: result: yes configure:23993: checking size of float configure:24305: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:24308: $? = 0 configure:24310: ./conftest configure:24313: $? = 0 configure:24336: result: 4 configure:24343: checking for double configure:24367: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:24373: $? = 0 configure:24376: test -z || test ! -s conftest.err configure:24379: $? = 0 configure:24382: test -s conftest.o configure:24385: $? = 0 configure:24396: result: yes configure:24399: checking size of double configure:24711: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:24714: $? = 0 configure:24716: ./conftest configure:24719: $? = 0 configure:24742: result: 8 configure:24752: checking for working alloca.h configure:24773: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:24779: $? = 0 configure:24782: test -z || test ! -s conftest.err configure:24785: $? = 0 configure:24788: test -s conftest configure:24791: $? = 0 configure:24803: result: yes configure:24813: checking for alloca configure:24854: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:24860: $? = 0 configure:24863: test -z || test ! -s conftest.err configure:24866: $? = 0 configure:24869: test -s conftest configure:24872: $? = 0 configure:24884: result: yes configure:25106: checking for working strtod configure:25149: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:25152: $? = 0 configure:25154: ./conftest configure:25157: $? = 0 configure:25171: result: yes configure:25351: checking for vprintf configure:25408: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 conftest.c:69: warning: conflicting types for built-in function 'vprintf' configure:25414: $? = 0 configure:25417: test -z || test ! -s conftest.err configure:25420: $? = 0 configure:25423: test -s conftest configure:25426: $? = 0 configure:25438: result: yes configure:25445: checking for _doprnt configure:25502: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 /tmp/cckkv9mX.o: In function `main': conftest.c:(.text+0x14): undefined reference to `_doprnt' /tmp/cckkv9mX.o:(.data+0x0): undefined reference to `_doprnt' collect2: ld returned 1 exit status configure:25508: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* 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 _doprnt (); | /* 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__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:25532: result: no configure:25547: checking for sin in -lm configure:25577: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 conftest.c:53: warning: conflicting types for built-in function 'sin' configure:25583: $? = 0 configure:25586: test -z || test ! -s conftest.err configure:25589: $? = 0 configure:25592: test -s conftest configure:25595: $? = 0 configure:25608: result: yes configure:25640: checking for BSDgettimeofday configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 /tmp/ccosgXVo.o: In function `main': conftest.c:(.text+0x14): undefined reference to `BSDgettimeofday' /tmp/ccosgXVo.o:(.data+0x0): undefined reference to `BSDgettimeofday' collect2: ld returned 1 exit status configure:25703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 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:25727: result: no configure:25640: checking for gettimeofday configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25640: checking for gethrtime configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 /tmp/ccUuIUMU.o: In function `main': conftest.c:(.text+0x14): undefined reference to `gethrtime' /tmp/ccUuIUMU.o:(.data+0x0): undefined reference to `gethrtime' collect2: ld returned 1 exit status configure:25703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 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:25727: result: no configure:25640: checking for read_real_time configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 /tmp/ccGHA7E6.o: In function `main': conftest.c:(.text+0x14): undefined reference to `read_real_time' /tmp/ccGHA7E6.o:(.data+0x0): undefined reference to `read_real_time' collect2: ld returned 1 exit status configure:25703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 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:25727: result: no configure:25640: checking for time_base_to_time configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 /tmp/ccKvN9zn.o: In function `main': conftest.c:(.text+0x14): undefined reference to `time_base_to_time' /tmp/ccKvN9zn.o:(.data+0x0): undefined reference to `time_base_to_time' collect2: ld returned 1 exit status configure:25703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 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:25727: result: no configure:25640: checking for drand48 configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25640: checking for sqrt configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 conftest.c:73: warning: conflicting types for built-in function 'sqrt' configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25640: checking for memset configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 conftest.c:74: warning: conflicting types for built-in function 'memset' configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25640: checking for posix_memalign configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25640: checking for memalign configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25640: checking for _mm_malloc configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 /tmp/ccU3Rt0I.o: In function `main': conftest.c:(.text+0x14): undefined reference to `_mm_malloc' /tmp/ccU3Rt0I.o:(.data+0x0): undefined reference to `_mm_malloc' collect2: ld returned 1 exit status configure:25703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 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:25727: result: no configure:25640: checking for _mm_free configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 /tmp/ccktG4AZ.o: In function `main': conftest.c:(.text+0x14): undefined reference to `_mm_free' /tmp/ccktG4AZ.o:(.data+0x0): undefined reference to `_mm_free' collect2: ld returned 1 exit status configure:25703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 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:25727: result: no configure:25640: checking for clock_gettime configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 /tmp/ccsNwZ1d.o: In function `main': conftest.c:(.text+0x14): undefined reference to `clock_gettime' /tmp/ccsNwZ1d.o:(.data+0x0): undefined reference to `clock_gettime' collect2: ld returned 1 exit status configure:25703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 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:25727: result: no configure:25640: checking for mach_absolute_time configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 /tmp/ccwFvthq.o: In function `main': conftest.c:(.text+0x14): undefined reference to `mach_absolute_time' /tmp/ccwFvthq.o:(.data+0x0): undefined reference to `mach_absolute_time' collect2: ld returned 1 exit status configure:25703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | /* end confdefs.h. */ | /* Define mach_absolute_time to an innocuous variant, in case declares mach_absolute_time. | For example, HP-UX 11i declares gettimeofday. */ | #define mach_absolute_time innocuous_mach_absolute_time | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mach_absolute_time (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mach_absolute_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 mach_absolute_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_mach_absolute_time) || defined (__stub___mach_absolute_time) | choke me | #else | char (*f) () = mach_absolute_time; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != mach_absolute_time; | ; | return 0; | } configure:25727: result: no configure:25640: checking for sysctl configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25640: checking for abort configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 conftest.c:78: warning: conflicting types for built-in function 'abort' configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25640: checking for sinl configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 conftest.c:79: warning: conflicting types for built-in function 'sinl' configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25640: checking for cosl configure:25697: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 conftest.c:80: warning: conflicting types for built-in function 'cosl' configure:25703: $? = 0 configure:25706: test -z || test ! -s conftest.err configure:25709: $? = 0 configure:25712: test -s conftest configure:25715: $? = 0 configure:25727: result: yes configure:25737: checking whether drand48 is declared configure:25761: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:25767: $? = 0 configure:25770: test -z || test ! -s conftest.err configure:25773: $? = 0 configure:25776: test -s conftest.o configure:25779: $? = 0 configure:25790: result: yes configure:25806: checking whether memalign is declared configure:25830: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 conftest.c: In function `main': conftest.c:96: error: `memalign' undeclared (first use in this function) conftest.c:96: error: (Each undeclared identifier is reported only once conftest.c:96: error: for each function it appears in.) configure:25836: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_SYSCTL 1 | #define HAVE_ABORT 1 | #define HAVE_SINL 1 | #define HAVE_COSL 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:25859: result: no configure:25875: checking whether posix_memalign is declared configure:25899: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 configure:25905: $? = 0 configure:25908: test -z || test ! -s conftest.err configure:25911: $? = 0 configure:25914: test -s conftest.o configure:25917: $? = 0 configure:25928: result: yes configure:25944: checking whether sinl is declared configure:25968: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 conftest.c: In function `main': conftest.c:98: error: `sinl' undeclared (first use in this function) conftest.c:98: error: (Each undeclared identifier is reported only once conftest.c:98: error: for each function it appears in.) configure:25974: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_SYSCTL 1 | #define HAVE_ABORT 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_DECL_DRAND48 1 | #define HAVE_DECL_MEMALIGN 0 | #define HAVE_DECL_POSIX_MEMALIGN 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 sinl | char *p = (char *) sinl; | #endif | | ; | return 0; | } configure:25997: result: no configure:26013: checking whether cosl is declared configure:26037: i586-uhu-linux-gcc -c -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c >&5 conftest.c: In function `main': conftest.c:99: error: `cosl' undeclared (first use in this function) conftest.c:99: error: (Each undeclared identifier is reported only once conftest.c:99: error: for each function it appears in.) configure:26043: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_SYSCTL 1 | #define HAVE_ABORT 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_DECL_DRAND48 1 | #define HAVE_DECL_MEMALIGN 0 | #define HAVE_DECL_POSIX_MEMALIGN 1 | #define HAVE_DECL_SINL 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 cosl | char *p = (char *) cosl; | #endif | | ; | return 0; | } configure:26066: result: no configure:26085: checking for _rtc intrinsic configure:26106: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 /tmp/ccs1qZcc.o: In function `main': conftest.c:(.text+0xd): undefined reference to `_rtc' collect2: ld returned 1 exit status configure:26112: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_SYSCTL 1 | #define HAVE_ABORT 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_DECL_DRAND48 1 | #define HAVE_DECL_MEMALIGN 0 | #define HAVE_DECL_POSIX_MEMALIGN 1 | #define HAVE_DECL_SINL 0 | #define HAVE_DECL_COSL 0 | /* end confdefs.h. */ | #ifdef HAVE_INTRINSICS_H | #include | #endif | int | main () | { | _rtc() | ; | return 0; | } configure:26139: result: no configure:26252: checking for isnan configure:26271: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm >&5 configure:26277: $? = 0 configure:26280: test -z || test ! -s conftest.err configure:26283: $? = 0 configure:26286: test -s conftest configure:26289: $? = 0 configure:26307: result: yes configure:26314: checking whether C compiler accepts -mpreferred-stack-boundary=4 configure:26338: i586-uhu-linux-gcc -c -mpreferred-stack-boundary=4 conftest.c >&5 configure:26344: $? = 0 configure:26347: test -z || test ! -s conftest.err configure:26350: $? = 0 configure:26353: test -s conftest.o configure:26356: $? = 0 configure:26370: result: yes configure:26374: checking whether the stack is at least 8-byte aligned by gcc configure:26378: checking whether C compiler accepts -malign-double configure:26434: result: yes configure:26505: i586-uhu-linux-gcc -o conftest -O -malign-double conftest.c -lm >&5 configure:26508: $? = 0 configure:26510: ./conftest configure:26513: $? = 0 configure:26527: result: yes configure:26572: checking for i586-uhu-linux-g77 configure:26598: result: g77 configure:26655: checking for Fortran 77 compiler version configure:26658: g77 --version &5 GNU Fortran (GCC) 3.4.6 Copyright (C) 2006 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:26661: $? = 0 configure:26663: g77 -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=f77 --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:26666: $? = 0 configure:26668: g77 -V &5 g77: `-V' option must have argument configure:26671: $? = 1 configure:26679: checking whether we are using the GNU Fortran 77 compiler configure:26724: result: yes configure:26730: checking whether g77 accepts -g configure:26772: result: yes configure:26806: checking how to get verbose linking output from g77 configure:26817: g77 -c -g -O2 conftest.f >&5 configure:26823: $? = 0 configure:26826: test -z || test ! -s conftest.err configure:26829: $? = 0 configure:26832: test -s conftest.o configure:26835: $? = 0 configure:26852: g77 -o conftest -g -O2 -v conftest.f -lm >&5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=f77 --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 /usr/libexec/gcc/i586-uhu-linux/3.4.6/f771 conftest.f -quiet -dumpbase conftest.f -mtune=pentium -auxbase conftest -g -O2 -version -o /tmp/cclKcjOI.s GNU F77 version 3.4.6 (i586-uhu-linux) compiled by GNU C version 3.4.6. GGC heuristics: --param ggc-min-expand=63 --param ggc-min-heapsize=62148 as -V -Qy -o /tmp/ccsGrgWf.o /tmp/cclKcjOI.s GNU assembler version 2.16.1 (i586-uhu-linux) using BFD version 2.16.1 /usr/libexec/gcc/i586-uhu-linux/3.4.6/collect2 --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o conftest /usr/lib/gcc/i586-uhu-linux/3.4.6/../../../crt1.o /usr/lib/gcc/i586-uhu-linux/3.4.6/../../../crti.o /usr/lib/gcc/i586-uhu-linux/3.4.6/crtbegin.o -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. /tmp/ccsGrgWf.o -lfrtbegin -lg2c -lm -lg2c -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i586-uhu-linux/3.4.6/crtend.o /usr/lib/gcc/i586-uhu-linux/3.4.6/../../../crtn.o configure:26914: result: -v configure:26916: checking for Fortran libraries of g77 configure:26937: g77 -o conftest -g -O2 -v conftest.f -lm >&5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=f77 --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 /usr/libexec/gcc/i586-uhu-linux/3.4.6/f771 conftest.f -quiet -dumpbase conftest.f -mtune=pentium -auxbase conftest -g -O2 -version -o /tmp/cc9lDZPL.s GNU F77 version 3.4.6 (i586-uhu-linux) compiled by GNU C version 3.4.6. GGC heuristics: --param ggc-min-expand=63 --param ggc-min-heapsize=62148 as -V -Qy -o /tmp/ccmDvAvo.o /tmp/cc9lDZPL.s GNU assembler version 2.16.1 (i586-uhu-linux) using BFD version 2.16.1 /usr/libexec/gcc/i586-uhu-linux/3.4.6/collect2 --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-linux.so.2 -o conftest /usr/lib/gcc/i586-uhu-linux/3.4.6/../../../crt1.o /usr/lib/gcc/i586-uhu-linux/3.4.6/../../../crti.o /usr/lib/gcc/i586-uhu-linux/3.4.6/crtbegin.o -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. /tmp/ccmDvAvo.o -lfrtbegin -lg2c -lm -lg2c -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i586-uhu-linux/3.4.6/crtend.o /usr/lib/gcc/i586-uhu-linux/3.4.6/../../../crtn.o configure:27108: result: -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s configure:27124: checking for dummy main to link with Fortran libraries configure:27163: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c -lm -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s >&5 configure:27169: $? = 0 configure:27172: test -z || test ! -s conftest.err configure:27175: $? = 0 configure:27178: test -s conftest configure:27181: $? = 0 configure:27258: result: none configure:27303: checking for Fortran name-mangling scheme configure:27317: g77 -c -g -O2 conftest.f >&5 configure:27323: $? = 0 configure:27326: test -z || test ! -s conftest.err configure:27329: $? = 0 configure:27332: test -s conftest.o configure:27335: $? = 0 configure:27382: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c cfortran_test.o -lm -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s >&5 /tmp/ccaz6zDX.o: In function `main': conftest.c:(.text+0xd): undefined reference to `foobar' collect2: ld returned 1 exit status configure:27388: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_SYSCTL 1 | #define HAVE_ABORT 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_DECL_DRAND48 1 | #define HAVE_DECL_MEMALIGN 0 | #define HAVE_DECL_POSIX_MEMALIGN 1 | #define HAVE_DECL_SINL 0 | #define HAVE_DECL_COSL 0 | #define HAVE_ISNAN 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char foobar (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | foobar (); | ; | return 0; | } configure:27382: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c cfortran_test.o -lm -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s >&5 configure:27388: $? = 0 configure:27391: test -z || test ! -s conftest.err configure:27394: $? = 0 configure:27397: test -s conftest configure:27400: $? = 0 configure:27468: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c cfortran_test.o -lm -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s >&5 /tmp/ccaDvOVp.o: In function `main': conftest.c:(.text+0xd): undefined reference to `foo_bar_' collect2: ld returned 1 exit status configure:27474: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "fftw" | #define PACKAGE_TARNAME "fftw" | #define PACKAGE_VERSION "3.1.1" | #define PACKAGE_STRING "fftw 3.1.1" | #define PACKAGE_BUGREPORT "fftw@fftw.org" | #define PACKAGE "fftw" | #define VERSION "3.1.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 HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_LIBINTL_H 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 HAVE_STDINT_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_UNSIGNED_INT 4 | #define HAVE_UINTPTR_T 1 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_DRAND48 1 | #define HAVE_SQRT 1 | #define HAVE_MEMSET 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define HAVE_SYSCTL 1 | #define HAVE_ABORT 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_DECL_DRAND48 1 | #define HAVE_DECL_MEMALIGN 0 | #define HAVE_DECL_POSIX_MEMALIGN 1 | #define HAVE_DECL_SINL 0 | #define HAVE_DECL_COSL 0 | #define HAVE_ISNAN 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char foo_bar_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | foo_bar_ (); | ; | return 0; | } configure:27468: i586-uhu-linux-gcc -o conftest -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4 conftest.c cfortran_test.o -lm -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s >&5 configure:27474: $? = 0 configure:27477: test -z || test ! -s conftest.err configure:27480: $? = 0 configure:27483: test -s conftest configure:27486: $? = 0 configure:27536: result: lower case, underscore, extra underscore configure:28364: checking whether a cycle counter is available configure:28379: i586-uhu-linux-gcc -E -I./kernel conftest.c configure:28385: $? = 0 configure:28406: result: yes configure:28595: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by fftw config.status 3.1.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on janusz config.status:831: creating Makefile config.status:831: creating support/Makefile config.status:831: creating genfft/Makefile config.status:831: creating genfft-k7/Makefile config.status:831: creating kernel/Makefile config.status:831: creating simd/Makefile config.status:831: creating simd/nonportable/Makefile config.status:831: creating dft/Makefile config.status:831: creating dft/codelets/Makefile config.status:831: creating dft/codelets/standard/Makefile config.status:831: creating dft/simd/Makefile config.status:831: creating dft/simd/codelets/Makefile config.status:831: creating dft/k7/Makefile config.status:831: creating dft/k7/codelets/Makefile config.status:831: creating rdft/Makefile config.status:831: creating rdft/codelets/Makefile config.status:831: creating rdft/codelets/r2hc/Makefile config.status:831: creating rdft/codelets/hc2r/Makefile config.status:831: creating rdft/codelets/r2r/Makefile config.status:831: creating reodft/Makefile config.status:831: creating threads/Makefile config.status:831: creating api/Makefile config.status:831: creating libbench2/Makefile config.status:831: creating tests/Makefile config.status:831: creating doc/Makefile config.status:831: creating doc/FAQ/Makefile config.status:831: creating tools/Makefile config.status:831: creating tools/fftw_wisdom.1 config.status:831: creating tools/fftw-wisdom-to-conf config.status:831: creating fftw.pc config.status:897: creating config.h config.status:1287: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i586-uhu-linux-gnu ac_cv_build_alias=i586-uhu-linux ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i586-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i586-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_f77_dummy_main=none ac_cv_f77_libs=' -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s' ac_cv_f77_mangling='lower case, underscore, extra underscore' ac_cv_fortran_dummy_main=none ac_cv_func_BSDgettimeofday=no ac_cv_func__doprnt=no ac_cv_func__mm_free=no ac_cv_func__mm_malloc=no ac_cv_func_abort=yes ac_cv_func_alloca_works=yes ac_cv_func_clock_gettime=no ac_cv_func_cosl=yes ac_cv_func_drand48=yes ac_cv_func_gethrtime=no ac_cv_func_gettimeofday=yes ac_cv_func_mach_absolute_time=no ac_cv_func_memalign=yes ac_cv_func_memset=yes ac_cv_func_posix_memalign=yes ac_cv_func_read_real_time=no ac_cv_func_sinl=yes ac_cv_func_sqrt=yes ac_cv_func_strtod=yes ac_cv_func_sysctl=yes ac_cv_func_time_base_to_time=no ac_cv_func_vprintf=yes ac_cv_have_decl_cosl=no ac_cv_have_decl_drand48=yes ac_cv_have_decl_memalign=no ac_cv_have_decl_posix_memalign=yes ac_cv_have_decl_sinl=no ac_cv_header_altivec_h=no ac_cv_header_c_asm_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_intrinsics_h=no ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_mach_mach_time_h=no 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=yes 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_sysctl_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=i586-uhu-linux-gnu ac_cv_host_alias=i586-uhu-linux ac_cv_lib_m_sin=yes ac_cv_objext=o ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CC=i586-uhu-linux-gcc ac_cv_prog_CPP='i586-uhu-linux-gcc -E' ac_cv_prog_CXX=i586-uhu-linux-g++ ac_cv_prog_CXXCPP='i586-uhu-linux-g++ -E' ac_cv_prog_F77=g77 ac_cv_prog_ac_ct_AR=ar 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_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_f77_v=-v ac_cv_prog_make_make_set=yes ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_unsigned_int=4 ac_cv_type_double=yes ac_cv_type_float=yes ac_cv_type_hrtime_t=no ac_cv_type_long_double=yes ac_cv_type_size_t=yes ac_cv_type_uintptr_t=yes ac_cv_type_unsigned_int=yes ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 ax_cv_c_compiler_vendor=gnu ax_cv_c_flags__O3__fomit_frame_pointer__malign_double__fstrict_aliasing__ffast_math__march_pentium4=yes ax_cv_c_flags___param_inline_unit_growth_1000=yes ax_cv_c_flags___param_large_function_growth_1000=yes ax_cv_c_flags__ffast_math=yes ax_cv_c_flags__fno_loop_optimize=yes ax_cv_c_flags__fno_schedule_insns=yes ax_cv_c_flags__fno_web=yes ax_cv_c_flags__fstrict_aliasing=yes ax_cv_c_flags__malign_double=yes ax_cv_c_flags__march_pentium4=yes ax_cv_c_flags__mpreferred_stack_boundary_4=yes ax_cv_gcc_archflag=-march=pentium4 ax_cv_gcc_x86_cpuid_0=2:756e6547:6c65746e:49656e69 ax_cv_gcc_x86_cpuid_1=f29:1020809:4400:bfebfbff 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_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.9' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run tar' AR='ar' AS='i586-uhu-linux-gcc' ASFLAGS='' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.9' AWK='gawk' CC='i586-uhu-linux-gcc' CCAS='i586-uhu-linux-gcc' CCASFLAGS='' CCDEPMODE='depmode=gcc3' CFLAGS='-O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4' CODELET_OPTIM='-O -fno-schedule-insns -fno-web -fno-loop-optimize --param inline-unit-growth=1000 --param large-function-growth=1000' COMBINED_THREADS_FALSE='' COMBINED_THREADS_TRUE='#' CPP='i586-uhu-linux-gcc -E' CPPFLAGS='' CXX='i586-uhu-linux-g++' CXXCPP='i586-uhu-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='g77' FFLAGS='-g -O2' FLIBS=' -L/usr/lib/gcc/i586-uhu-linux/3.4.6 -L/usr/lib/gcc/i586-uhu-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s' HAVE_K7_FALSE='' HAVE_K7_TRUE='#' HAVE_SIMD_FALSE='' HAVE_SIMD_TRUE='#' INSTALLED_OCAMLC='/usr/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 -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' OBJDUMP='objdump' OBJEXT='o' OCAMLC='' OCAMLCFLAGS='' OCAMLDEFS='' OCAMLDEP='' OCAMLLDFLAGS='' OCAMLOPT='' OCAMLOPTCFLAGS='' PACKAGE='fftw' PACKAGE_BUGREPORT='fftw@fftw.org' PACKAGE_NAME='fftw' PACKAGE_STRING='fftw 3.1.1' PACKAGE_TARNAME='fftw' PACKAGE_VERSION='3.1.1' PATH_SEPARATOR=':' POW_LIB='' PRECISION='d' PREC_SUFFIX='' PRTDIAG='' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' RANLIB='ranlib' SET_MAKE='' SHARED_VERSION_INFO='4:1:1' SHELL='/bin/sh' SIMD_CFLAGS='' SINGLE_FALSE='' SINGLE_TRUE='#' STRIP='strip' TARGET_OCAMLBIN='/usr/bin' TARGET_OCAMLLIB='/usr/lib/fftw' TARGET_OCAMLRUN='/usr/bin/ocamlrun' THREADLIBS='' THREADS_FALSE='' THREADS_TRUE='#' VERSION='3.1.1' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DLLTOOL='' ac_ct_F77='g77' ac_ct_OBJDUMP='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' acx_pthread_config='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i586-uhu-linux-gnu' build_alias='i586-uhu-linux' build_cpu='i586' build_os='linux-gnu' build_vendor='uhu' datadir='${prefix}/share' exec_prefix='${prefix}' host='i586-uhu-linux-gnu' host_alias='i586-uhu-linux' host_cpu='i586' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='/var/uhubuild/work/compile/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CODELET_OPTIM "-O -fno-schedule-insns -fno-web -fno-loop-optimize --param inline-unit-growth=1000 --param large-function-growth=1000" #define F77_FUNC(name,NAME) name ## _ #define F77_FUNC_(name,NAME) name ## __ #define FFTW_CC "i586-uhu-linux-gcc -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=pentium4" #define HAVE_ABORT 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_COSL 1 #define HAVE_DECL_COSL 0 #define HAVE_DECL_DRAND48 1 #define HAVE_DECL_MEMALIGN 0 #define HAVE_DECL_POSIX_MEMALIGN 1 #define HAVE_DECL_SINL 0 #define HAVE_DLFCN_H 1 #define HAVE_DRAND48 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INTTYPES_H 1 #define HAVE_ISNAN 1 #define HAVE_LIBINTL_H 1 #define HAVE_LIBM 1 #define HAVE_LIMITS_H 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMALIGN 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_SINL 1 #define HAVE_SQRT 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_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_SYSCTL 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UINTPTR_T 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.1.1" #define PACKAGE_TARNAME "fftw" #define PACKAGE_VERSION "3.1.1" #define SIZEOF_DOUBLE 8 #define SIZEOF_FLOAT 4 #define SIZEOF_UNSIGNED_INT 4 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define VERSION "3.1.1" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0