Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 91637 Details for
Bug 140220
sci-libs/fftw-3.1.2 fails with Fortran error
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Configure log from tmp folder.
config.log (text/plain), 111.05 KB, created by
Benjamin Hodgetts
on 2006-07-13 05:49:00 UTC
(
hide
)
Description:
Configure log from tmp folder.
Filename:
MIME Type:
Creator:
Benjamin Hodgetts
Created:
2006-07-13 05:49:00 UTC
Size:
111.05 KB
patch
obsolete
>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.2, which was >generated by GNU Autoconf 2.59e. Invocation command line was > > $ ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-shared --enable-threads --enable-float --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu > >## --------- ## >## Platform. ## >## --------- ## > >hostname = Alpha >uname -m = x86_64 >uname -r = 2.6.17-gentoo-r1 >uname -s = Linux >uname -v = #1 SMP PREEMPT Mon Jul 3 15:48:51 BST 2006 > >/usr/bin/uname -p = AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ >/bin/uname -X = unknown > >/bin/arch = x86_64 >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/ccache/bin >PATH: /usr/local/sbin >PATH: /sbin >PATH: /usr/sbin >PATH: /usr/lib/portage/bin >PATH: /usr/local/bin >PATH: /bin >PATH: /usr/bin >PATH: /opt/bin >PATH: /opt/blackdown-jdk-1.4.2.03/bin >PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin >PATH: /usr/kde/3.5/sbin >PATH: /usr/kde/3.5/bin >PATH: /usr/qt/3/bin >PATH: /opt/vmware/tools/bin >PATH: /opt/vmware/workstation/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2036: checking for a BSD-compatible install >configure:2092: result: /bin/install -c >configure:2103: checking whether build environment is sane >configure:2146: result: yes >configure:2211: checking for gawk >configure:2227: found /bin/gawk >configure:2238: result: gawk >configure:2249: checking whether make sets $(MAKE) >configure:2270: result: yes >configure:2456: checking whether to enable maintainer-specific portions of Makefiles >configure:2465: result: no >configure:2511: checking build system type >configure:2529: result: x86_64-pc-linux-gnu >configure:2551: checking host system type >configure:2566: result: x86_64-pc-linux-gnu >configure:2921: checking for x86_64-pc-linux-gnu-gcc >configure:2937: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:2948: result: x86_64-pc-linux-gnu-gcc >configure:3226: checking for C compiler version >configure:3233: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1) >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:3236: $? = 0 >configure:3243: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --enable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu >Thread model: posix >gcc version 4.1.1 (Gentoo 4.1.1) >configure:3246: $? = 0 >configure:3253: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:3256: $? = 1 >configure:3279: checking for C compiler default output file name >configure:3306: x86_64-pc-linux-gnu-gcc -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:3309: $? = 0 >configure:3355: result: a.out >configure:3360: checking whether the C compiler works >configure:3370: ./a.out >configure:3373: $? = 0 >configure:3390: result: yes >configure:3397: checking whether we are cross compiling >configure:3399: result: no >configure:3402: checking for suffix of executables >configure:3409: x86_64-pc-linux-gnu-gcc -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:3412: $? = 0 >configure:3436: result: >configure:3442: checking for suffix of object files >configure:3468: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:3471: $? = 0 >configure:3494: result: o >configure:3498: checking whether we are using the GNU C compiler >configure:3527: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:3533: $? = 0 >configure:3540: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3543: $? = 0 >configure:3550: test -s conftest.o >configure:3553: $? = 0 >configure:3567: result: yes >configure:3572: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3602: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3608: $? = 0 >configure:3615: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3618: $? = 0 >configure:3625: test -s conftest.o >configure:3628: $? = 0 >configure:3758: result: yes >configure:3775: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3844: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:3850: $? = 0 >configure:3857: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:3860: $? = 0 >configure:3867: test -s conftest.o >configure:3870: $? = 0 >configure:3890: result: none needed >configure:3919: checking for style of include used by make >configure:3947: result: GNU >configure:3975: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:4065: result: gcc3 >configure:4084: checking for C compiler vendor >configure:4118: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c: In function 'main': >conftest.c:18: error: 'thisisanerror' undeclared (first use in this function) >conftest.c:18: error: (Each undeclared identifier is reported only once >conftest.c:18: error: for each function it appears in.) >configure:4124: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) >| thisisanerror; >| #endif >| >| ; >| return 0; >| } >configure:4118: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c: In function 'main': >conftest.c:18: error: 'thisisanerror' undeclared (first use in this function) >conftest.c:18: error: (Each undeclared identifier is reported only once >conftest.c:18: error: for each function it appears in.) >configure:4124: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) >| thisisanerror; >| #endif >| >| ; >| return 0; >| } >configure:4118: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:4124: $? = 0 >configure:4131: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:4134: $? = 0 >configure:4141: test -s conftest.o >configure:4144: $? = 0 >configure:4158: result: gnu >configure:4163: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99 >configure:4293: x86_64-pc-linux-gnu-gcc -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c:33: error: expected ';', ',' or ')' before 'text' >conftest.c: In function 'main': >conftest.c:89: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' >conftest.c:89: error: 'newvar' undeclared (first use in this function) >conftest.c:89: error: (Each undeclared identifier is reported only once >conftest.c:89: error: for each function it appears in.) >conftest.c:97: error: 'ia' undeclared (first use in this function) >conftest.c:98: error: 'for' loop initial declaration used outside C99 mode >configure:4299: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| /* end confdefs.h. */ >| #include <stdarg.h> >| #include <stdbool.h> >| #include <stdlib.h> >| #include <wchar.h> >| #include <stdio.h> >| >| struct incomplete_array >| { >| int datasize; >| double data[]; >| }; >| >| struct named_init { >| int number; >| const wchar_t *name; >| double average; >| }; >| >| typedef const char *ccp; >| >| static inline int >| test_restrict(ccp restrict text) >| { >| // See if C++-style comments work. >| // Iterate through items via the restricted pointer. >| // Also check for declarations in for loops. >| for (unsigned int i = 0; *(text+i) != '\0'; ++i) >| continue; >| return 0; >| } >| >| // Check varargs and va_copy work. >| static void >| test_varargs(const char *format, ...) >| { >| va_list args; >| va_start(args, format); >| va_list args_copy; >| va_copy(args_copy, args); >| >| const char *str; >| int number; >| float fnumber; >| >| while (*format) >| { >| switch (*format++) >| { >| case 's': // string >| str = va_arg(args_copy, const char *); >| break; >| case 'd': // int >| number = va_arg(args_copy, int); >| break; >| case 'f': // float >| fnumber = (float) va_arg(args_copy, double); >| break; >| default: >| break; >| } >| } >| va_end(args_copy); >| va_end(args); >| } >| >| int >| main () >| { >| >| // Check bool and long long datatypes. >| _Bool success = false; >| long long int bignum = -1234567890LL; >| unsigned long long int ubignum = 1234567890uLL; >| >| // Check restrict. >| if (test_restrict("String literal") != 0) >| success = true; >| char *restrict newvar = "Another string"; >| >| // Check varargs. >| test_varargs("s, d' f .", "string", 65, 34.234); >| >| // Check incomplete arrays work. >| struct incomplete_array *ia = >| malloc(sizeof(struct incomplete_array) + (sizeof(double) * 10)); >| ia->datasize = 10; >| for (int i = 0; i < ia->datasize; ++i) >| ia->data[i] = (double) i * 1.234; >| >| // Check named initialisers. >| struct named_init ni = { >| .number = 34, >| .name = L"Test wide string", >| .average = 543.34343, >| }; >| >| ni.number = 58; >| >| int dynamic_array[ni.number]; >| dynamic_array[43] = 543; >| >| // work around unused variable warnings >| return bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'; >| >| ; >| return 0; >| } >configure:4293: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:4299: $? = 0 >configure:4306: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:4309: $? = 0 >configure:4316: test -s conftest.o >configure:4319: $? = 0 >configure:4346: result: -std=gnu99 >configure:4488: checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C >configure:4499: result: -std=gnu99 >configure:4526: checking for a BSD-compatible install >configure:4582: result: /bin/install -c >configure:4593: checking whether ln -s works >configure:4597: result: yes >configure:4604: checking whether make sets $(MAKE) >configure:4625: result: yes >configure:4684: checking for a sed that does not truncate output >configure:4738: result: /bin/sed >configure:4741: checking for grep that handles long lines and -e >configure:4815: result: /bin/grep >configure:4820: checking for egrep >configure:4898: result: /bin/grep -E >configure:4914: checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99 >configure:4981: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:4990: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5005: result: yes >configure:5010: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:5017: result: -r >configure:5035: checking for BSD-compatible nm >configure:5084: result: /usr/bin/nm -B >configure:5088: checking how to recognise dependent libraries >configure:5264: result: pass_all >configure:5351: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:5354: $? = 0 >configure:5803: checking how to run the C preprocessor >configure:5843: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >configure:5849: $? = 0 >configure:5887: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >conftest.c:12:28: error: ac_nonexistent.h: No such file or directory >configure:5893: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5933: result: x86_64-pc-linux-gnu-gcc -std=gnu99 -E >configure:5962: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >configure:5968: $? = 0 >configure:6006: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >conftest.c:12:28: error: ac_nonexistent.h: No such file or directory >configure:6012: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6057: checking for ANSI C header files >configure:6087: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6093: $? = 0 >configure:6100: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6103: $? = 0 >configure:6110: test -s conftest.o >configure:6113: $? = 0 >configure:6209: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6212: $? = 0 >configure:6218: ./conftest >configure:6221: $? = 0 >configure:6238: result: yes >configure:6262: checking for sys/types.h >configure:6283: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6289: $? = 0 >configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6299: $? = 0 >configure:6306: test -s conftest.o >configure:6309: $? = 0 >configure:6322: result: yes >configure:6262: checking for sys/stat.h >configure:6283: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6289: $? = 0 >configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6299: $? = 0 >configure:6306: test -s conftest.o >configure:6309: $? = 0 >configure:6322: result: yes >configure:6262: checking for stdlib.h >configure:6283: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6289: $? = 0 >configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6299: $? = 0 >configure:6306: test -s conftest.o >configure:6309: $? = 0 >configure:6322: result: yes >configure:6262: checking for string.h >configure:6283: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6289: $? = 0 >configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6299: $? = 0 >configure:6306: test -s conftest.o >configure:6309: $? = 0 >configure:6322: result: yes >configure:6262: checking for memory.h >configure:6283: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6289: $? = 0 >configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6299: $? = 0 >configure:6306: test -s conftest.o >configure:6309: $? = 0 >configure:6322: result: yes >configure:6262: checking for strings.h >configure:6283: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6289: $? = 0 >configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6299: $? = 0 >configure:6306: test -s conftest.o >configure:6309: $? = 0 >configure:6322: result: yes >configure:6262: checking for inttypes.h >configure:6283: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6289: $? = 0 >configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6299: $? = 0 >configure:6306: test -s conftest.o >configure:6309: $? = 0 >configure:6322: result: yes >configure:6262: checking for stdint.h >configure:6283: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6289: $? = 0 >configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6299: $? = 0 >configure:6306: test -s conftest.o >configure:6309: $? = 0 >configure:6322: result: yes >configure:6262: checking for unistd.h >configure:6283: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6289: $? = 0 >configure:6296: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6299: $? = 0 >configure:6306: test -s conftest.o >configure:6309: $? = 0 >configure:6322: result: yes >configure:6349: checking dlfcn.h usability >configure:6366: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:6372: $? = 0 >configure:6379: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:6382: $? = 0 >configure:6389: test -s conftest.o >configure:6392: $? = 0 >configure:6403: result: yes >configure:6407: checking dlfcn.h presence >configure:6422: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >configure:6428: $? = 0 >configure:6449: result: yes >configure:6482: checking for dlfcn.h >configure:6490: result: yes >configure:6517: checking for x86_64-pc-linux-gnu-g++ >configure:6533: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++ >configure:6544: result: x86_64-pc-linux-gnu-g++ >configure:6619: checking for C++ compiler version >configure:6626: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (GCC) 4.1.1 (Gentoo 4.1.1) >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:6629: $? = 0 >configure:6636: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --enable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu >Thread model: posix >gcc version 4.1.1 (Gentoo 4.1.1) >configure:6639: $? = 0 >configure:6646: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: '-V' option must have argument >configure:6649: $? = 1 >configure:6652: checking whether we are using the GNU C++ compiler >configure:6681: x86_64-pc-linux-gnu-g++ -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.cpp >&5 >configure:6687: $? = 0 >configure:6694: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err >configure:6697: $? = 0 >configure:6704: test -s conftest.o >configure:6707: $? = 0 >configure:6721: result: yes >configure:6726: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:6756: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:6762: $? = 0 >configure:6769: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err >configure:6772: $? = 0 >configure:6779: test -s conftest.o >configure:6782: $? = 0 >configure:6912: result: yes >configure:6937: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:7027: result: gcc3 >configure:7054: checking how to run the C++ preprocessor >configure:7090: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:7096: $? = 0 >configure:7134: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory >configure:7140: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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. */ >| #include <ac_nonexistent.h> >configure:7180: result: x86_64-pc-linux-gnu-g++ -E >configure:7209: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:7215: $? = 0 >configure:7253: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory >configure:7259: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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. */ >| #include <ac_nonexistent.h> >configure:7315: checking for x86_64-pc-linux-gnu-g77 >configure:7331: found /usr/bin/x86_64-pc-linux-gnu-g77 >configure:7342: result: x86_64-pc-linux-gnu-g77 >configure:7416: checking for Fortran 77 compiler version >configure:7423: x86_64-pc-linux-gnu-g77 --version >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:7426: $? = 1 >configure:7433: x86_64-pc-linux-gnu-g77 -v >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:7436: $? = 1 >configure:7443: x86_64-pc-linux-gnu-g77 -V >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:7446: $? = 1 >configure:7454: checking whether we are using the GNU Fortran 77 compiler >configure:7473: x86_64-pc-linux-gnu-g77 -c conftest.F >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:7479: $? = 1 >configure: failed program was: >| program main >| #ifndef __GNUC__ >| choke me >| #endif >| >| end >configure:7513: result: no >configure:7519: checking whether x86_64-pc-linux-gnu-g77 accepts -g >configure:7536: x86_64-pc-linux-gnu-g77 -c -g conftest.f >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:7542: $? = 1 >configure: failed program was: >| program main >| >| end >configure:7575: result: no >configure:7605: checking the maximum length of command line arguments >configure:7714: result: 32768 >configure:7725: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -std=gnu99 object >configure:7830: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:7833: $? = 0 >configure:7837: /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:7840: $? = 0 >configure:7892: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c conftstm.o >&5 >configure:7895: $? = 0 >configure:7933: result: ok >configure:7937: checking for objdir >configure:7952: result: .libs >configure:8004: checking for x86_64-pc-linux-gnu-ar >configure:8020: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:8031: result: x86_64-pc-linux-gnu-ar >configure:8100: checking for x86_64-pc-linux-gnu-ranlib >configure:8116: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:8127: result: x86_64-pc-linux-gnu-ranlib >configure:8196: checking for x86_64-pc-linux-gnu-strip >configure:8212: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:8223: result: x86_64-pc-linux-gnu-strip >configure:8549: checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions >configure:8567: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer -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:8571: $? = 0 >configure:8584: result: no >configure:8599: checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to produce PIC >configure:8809: result: -fPIC >configure:8817: checking if x86_64-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC works >configure:8835: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer -fPIC -DPIC conftest.c >&5 >configure:8839: $? = 0 >configure:8852: result: yes >configure:8880: checking if x86_64-pc-linux-gnu-gcc -std=gnu99 static flag -static works >configure:8908: result: yes >configure:8918: checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o >configure:8939: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer -o out/conftest2.o conftest.c >&5 >configure:8943: $? = 0 >configure:8965: result: yes >configure:8991: checking whether the x86_64-pc-linux-gnu-gcc -std=gnu99 linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:9978: result: yes >configure:9999: checking whether -lc should be explicitly linked in >configure:10004: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:10007: $? = 0 >configure:10022: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 >configure:10025: $? = 0 >configure:10037: result: no >configure:10045: checking dynamic linker characteristics >configure:10621: result: GNU/Linux ld.so >configure:10630: checking how to hardcode library paths into programs >configure:10655: result: immediate >configure:10669: checking whether stripping libraries is possible >configure:10674: result: yes >configure:11587: checking if libtool supports shared libraries >configure:11589: result: yes >configure:11592: checking whether to build shared libraries >configure:11613: result: yes >configure:11616: checking whether to build static libraries >configure:11620: result: yes >configure:11712: creating libtool >configure:12300: checking for ld used by x86_64-pc-linux-gnu-g++ >configure:12367: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:12376: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:12391: result: yes >configure:12442: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:13408: result: yes >configure:13426: x86_64-pc-linux-gnu-g++ -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.cpp >&5 >configure:13429: $? = 0 >configure:13548: checking for x86_64-pc-linux-gnu-g++ option to produce PIC >configure:13822: result: -fPIC >configure:13830: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works >configure:13848: x86_64-pc-linux-gnu-g++ -c -march=athlon64 -O2 -pipe -msse3 -ftracer -fPIC -DPIC conftest.cpp >&5 >configure:13852: $? = 0 >configure:13865: result: yes >configure:13893: checking if x86_64-pc-linux-gnu-g++ static flag -static works >configure:13921: result: yes >configure:13931: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:13952: x86_64-pc-linux-gnu-g++ -c -march=athlon64 -O2 -pipe -msse3 -ftracer -o out/conftest2.o conftest.cpp >&5 >configure:13956: $? = 0 >configure:13978: result: yes >configure:14004: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:14032: result: yes >configure:14099: checking dynamic linker characteristics >configure:14675: result: GNU/Linux ld.so >configure:14684: checking how to hardcode library paths into programs >configure:14709: result: immediate >configure:15235: checking if libtool supports shared libraries >configure:15237: result: yes >configure:15240: checking whether to build shared libraries >configure:15260: result: yes >configure:15263: checking whether to build static libraries >configure:15267: result: yes >configure:15277: checking for x86_64-pc-linux-gnu-g77 option to produce PIC >configure:15487: result: -fPIC >configure:15495: checking if x86_64-pc-linux-gnu-g77 PIC flag -fPIC works >configure:15513: x86_64-pc-linux-gnu-g77 -c -fPIC conftest.f >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:15517: $? = 1 >configure:15530: result: no >configure:15558: checking if x86_64-pc-linux-gnu-g77 static flag -static works >configure:15586: result: no >configure:15596: checking if x86_64-pc-linux-gnu-g77 supports -c -o file.o >configure:15617: x86_64-pc-linux-gnu-g77 -c -o out/conftest2.o conftest.f >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:15621: $? = 1 >configure:15643: result: no >configure:15669: checking whether the x86_64-pc-linux-gnu-g77 linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:16636: result: yes >configure:16703: checking dynamic linker characteristics >configure:17279: result: GNU/Linux ld.so >configure:17288: checking how to hardcode library paths into programs >configure:17313: result: immediate >configure:20894: checking for ocamlc >configure:20910: found /usr/bin/ocamlc >configure:20921: result: ocamlc >configure:20931: checking for ocamlopt >configure:20947: found /usr/bin/ocamlopt >configure:20958: result: ocamlopt >configure:20968: checking for ocamldep >configure:20984: found /usr/bin/ocamldep >configure:20995: result: ocamldep >configure:23369: checking for ANSI C header files >configure:23550: result: yes >configure:23588: checking libintl.h usability >configure:23605: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:23611: $? = 0 >configure:23618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23621: $? = 0 >configure:23628: test -s conftest.o >configure:23631: $? = 0 >configure:23642: result: yes >configure:23646: checking libintl.h presence >configure:23661: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >configure:23667: $? = 0 >configure:23688: result: yes >configure:23721: checking for libintl.h >configure:23729: result: yes >configure:23588: checking malloc.h usability >configure:23605: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:23611: $? = 0 >configure:23618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23621: $? = 0 >configure:23628: test -s conftest.o >configure:23631: $? = 0 >configure:23642: result: yes >configure:23646: checking malloc.h presence >configure:23661: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >configure:23667: $? = 0 >configure:23688: result: yes >configure:23721: checking for malloc.h >configure:23729: result: yes >configure:23588: checking stddef.h usability >configure:23605: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:23611: $? = 0 >configure:23618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23621: $? = 0 >configure:23628: test -s conftest.o >configure:23631: $? = 0 >configure:23642: result: yes >configure:23646: checking stddef.h presence >configure:23661: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >configure:23667: $? = 0 >configure:23688: result: yes >configure:23721: checking for stddef.h >configure:23729: result: yes >configure:23578: checking for stdlib.h >configure:23584: result: yes >configure:23578: checking for string.h >configure:23584: result: yes >configure:23578: checking for strings.h >configure:23584: result: yes >configure:23588: checking sys/time.h usability >configure:23605: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:23611: $? = 0 >configure:23618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23621: $? = 0 >configure:23628: test -s conftest.o >configure:23631: $? = 0 >configure:23642: result: yes >configure:23646: checking sys/time.h presence >configure:23661: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >configure:23667: $? = 0 >configure:23688: result: yes >configure:23721: checking for sys/time.h >configure:23729: result: yes >configure:23578: checking for unistd.h >configure:23584: result: yes >configure:23588: checking limits.h usability >configure:23605: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:23611: $? = 0 >configure:23618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23621: $? = 0 >configure:23628: test -s conftest.o >configure:23631: $? = 0 >configure:23642: result: yes >configure:23646: checking limits.h presence >configure:23661: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >configure:23667: $? = 0 >configure:23688: result: yes >configure:23721: checking for limits.h >configure:23729: result: yes >configure:23588: checking c_asm.h usability >configure:23605: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c:66:19: error: c_asm.h: No such file or directory >configure:23611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <c_asm.h> >configure:23642: result: no >configure:23646: checking c_asm.h presence >configure:23661: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >conftest.c:33:19: error: c_asm.h: No such file or directory >configure:23667: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <c_asm.h> >configure:23688: result: no >configure:23721: checking for c_asm.h >configure:23729: result: no >configure:23588: checking intrinsics.h usability >configure:23605: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c:66:24: error: intrinsics.h: No such file or directory >configure:23611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <intrinsics.h> >configure:23642: result: no >configure:23646: checking intrinsics.h presence >configure:23661: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >conftest.c:33:24: error: intrinsics.h: No such file or directory >configure:23667: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <intrinsics.h> >configure:23688: result: no >configure:23721: checking for intrinsics.h >configure:23729: result: no >configure:23578: checking for stdint.h >configure:23584: result: yes >configure:23588: checking mach/mach_time.h usability >configure:23605: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c:67:28: error: mach/mach_time.h: No such file or directory >configure:23611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <mach/mach_time.h> >configure:23642: result: no >configure:23646: checking mach/mach_time.h presence >configure:23661: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >conftest.c:34:28: error: mach/mach_time.h: No such file or directory >configure:23667: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <mach/mach_time.h> >configure:23688: result: no >configure:23721: checking for mach/mach_time.h >configure:23729: result: no >configure:23588: checking sys/sysctl.h usability >configure:23605: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:23611: $? = 0 >configure:23618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:23621: $? = 0 >configure:23628: test -s conftest.o >configure:23631: $? = 0 >configure:23642: result: yes >configure:23646: checking sys/sysctl.h presence >configure:23661: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >configure:23667: $? = 0 >configure:23688: result: yes >configure:23721: checking for sys/sysctl.h >configure:23729: result: yes >configure:23762: checking altivec.h usability >configure:23779: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c:68:21: error: altivec.h: No such file or directory >configure:23785: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <altivec.h> >configure:23816: result: no >configure:23820: checking altivec.h presence >configure:23835: x86_64-pc-linux-gnu-gcc -std=gnu99 -E conftest.c >conftest.c:35:21: error: altivec.h: No such file or directory >configure:23841: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <altivec.h> >configure:23862: result: no >configure:23895: checking for altivec.h >configure:23903: result: no >configure:23921: checking for an ANSI C-conforming const >configure:23996: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:24002: $? = 0 >configure:24009: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:24012: $? = 0 >configure:24019: test -s conftest.o >configure:24022: $? = 0 >configure:24034: result: yes >configure:24044: checking for inline >configure:24070: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:24076: $? = 0 >configure:24083: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:24086: $? = 0 >configure:24093: test -s conftest.o >configure:24096: $? = 0 >configure:24111: result: inline >configure:24130: checking for size_t >configure:24160: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:24166: $? = 0 >configure:24173: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:24176: $? = 0 >configure:24183: test -s conftest.o >configure:24186: $? = 0 >configure:24198: result: yes >configure:24210: checking whether time.h and sys/time.h may both be included >configure:24240: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:24246: $? = 0 >configure:24253: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:24256: $? = 0 >configure:24263: test -s conftest.o >configure:24266: $? = 0 >configure:24278: result: yes >configure:24288: checking for long double >configure:24318: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:24324: $? = 0 >configure:24331: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:24334: $? = 0 >configure:24341: test -s conftest.o >configure:24344: $? = 0 >configure:24356: result: yes >configure:24374: checking for hrtime_t >configure:24409: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ac__type_new_' >conftest.c: In function 'main': >conftest.c:47: error: 'ac__type_new_' undeclared (first use in this function) >conftest.c:47: error: (Each undeclared identifier is reported only once >conftest.c:47: error: for each function it appears in.) >conftest.c:47: error: expected expression before ')' token >configure:24415: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <sys/time.h> >| #endif >| >| >| typedef hrtime_t ac__type_new_; >| int >| main () >| { >| if ((ac__type_new_ *) 0) >| return 0; >| if (sizeof (ac__type_new_)) >| return 0; >| ; >| return 0; >| } >configure:24447: result: no >configure:24458: checking for unsigned int >configure:24488: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:24494: $? = 0 >configure:24501: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:24504: $? = 0 >configure:24511: test -s conftest.o >configure:24514: $? = 0 >configure:24526: result: yes >configure:24529: checking size of unsigned int >configure:24917: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:24920: $? = 0 >configure:24926: ./conftest >configure:24929: $? = 0 >configure:24951: result: 4 >configure:24959: checking for uintptr_t >configure:24993: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:24999: $? = 0 >configure:25006: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:25009: $? = 0 >configure:25016: test -s conftest.o >configure:25019: $? = 0 >configure:25031: result: yes >configure:26544: checking for float >configure:26574: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:26580: $? = 0 >configure:26587: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:26590: $? = 0 >configure:26597: test -s conftest.o >configure:26600: $? = 0 >configure:26612: result: yes >configure:26615: checking size of float >configure:27003: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:27006: $? = 0 >configure:27012: ./conftest >configure:27015: $? = 0 >configure:27037: result: 4 >configure:27044: checking for double >configure:27074: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:27080: $? = 0 >configure:27087: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:27090: $? = 0 >configure:27097: test -s conftest.o >configure:27100: $? = 0 >configure:27112: result: yes >configure:27115: checking size of double >configure:27503: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:27506: $? = 0 >configure:27512: ./conftest >configure:27515: $? = 0 >configure:27537: result: 8 >configure:27547: checking for working alloca.h >configure:27573: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:27579: $? = 0 >configure:27586: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:27589: $? = 0 >configure:27596: test -s conftest >configure:27599: $? = 0 >configure:27612: result: yes >configure:27622: checking for alloca >configure:27668: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:27674: $? = 0 >configure:27681: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:27684: $? = 0 >configure:27691: test -s conftest >configure:27694: $? = 0 >configure:27707: result: yes >configure:27950: checking for working strtod >configure:28001: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:28004: $? = 0 >configure:28010: ./conftest >configure:28013: $? = 0 >configure:28029: result: yes >configure:28229: checking for vprintf >configure:28285: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c:66: warning: conflicting types for built-in function 'vprintf' >configure:28291: $? = 0 >configure:28298: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28301: $? = 0 >configure:28308: test -s conftest >configure:28311: $? = 0 >configure:28325: result: yes >configure:28332: checking for _doprnt >configure:28388: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >/var/tmp/portage/fftw-3.1.2/temp/ccbqo3Fm.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `_doprnt' >collect2: ld returned 1 exit status >configure:28394: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <limits.h> declares _doprnt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _doprnt innocuous__doprnt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _doprnt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _doprnt >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char _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 >| #endif >| >| int >| main () >| { >| return _doprnt (); >| ; >| return 0; >| } >configure:28427: result: no >configure:28442: checking for sin in -lm >configure:28477: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >conftest.c:51: warning: conflicting types for built-in function 'sin' >configure:28483: $? = 0 >configure:28490: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28493: $? = 0 >configure:28500: test -s conftest >configure:28503: $? = 0 >configure:28517: result: yes >configure:28549: checking for BSDgettimeofday >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >/var/tmp/portage/fftw-3.1.2/temp/ccbi5DIH.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `BSDgettimeofday' >collect2: ld returned 1 exit status >configure:28611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <limits.h> declares BSDgettimeofday. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define BSDgettimeofday innocuous_BSDgettimeofday >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char BSDgettimeofday (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef BSDgettimeofday >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return BSDgettimeofday (); >| ; >| return 0; >| } >configure:28645: result: no >configure:28549: checking for gettimeofday >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28549: checking for gethrtime >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >/var/tmp/portage/fftw-3.1.2/temp/cc79P2C4.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `gethrtime' >collect2: ld returned 1 exit status >configure:28611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <limits.h> declares gethrtime. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define gethrtime innocuous_gethrtime >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char gethrtime (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef gethrtime >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return gethrtime (); >| ; >| return 0; >| } >configure:28645: result: no >configure:28549: checking for read_real_time >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >/var/tmp/portage/fftw-3.1.2/temp/cccpY0th.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `read_real_time' >collect2: ld returned 1 exit status >configure:28611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <limits.h> declares read_real_time. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef read_real_time >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return read_real_time (); >| ; >| return 0; >| } >configure:28645: result: no >configure:28549: checking for time_base_to_time >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >/var/tmp/portage/fftw-3.1.2/temp/cc8jL3qi.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `time_base_to_time' >collect2: ld returned 1 exit status >configure:28611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <limits.h> declares time_base_to_time. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef time_base_to_time >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return time_base_to_time (); >| ; >| return 0; >| } >configure:28645: result: no >configure:28549: checking for drand48 >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28549: checking for sqrt >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >conftest.c:70: warning: conflicting types for built-in function 'sqrt' >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28549: checking for memset >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >conftest.c:71: warning: conflicting types for built-in function 'memset' >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28549: checking for posix_memalign >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28549: checking for memalign >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28549: checking for _mm_malloc >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >/var/tmp/portage/fftw-3.1.2/temp/cczyTLbi.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `_mm_malloc' >collect2: ld returned 1 exit status >configure:28611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <limits.h> declares _mm_malloc. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _mm_malloc >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char _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 >| #endif >| >| int >| main () >| { >| return _mm_malloc (); >| ; >| return 0; >| } >configure:28645: result: no >configure:28549: checking for _mm_free >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >/var/tmp/portage/fftw-3.1.2/temp/ccuAxIgt.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `_mm_free' >collect2: ld returned 1 exit status >configure:28611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <limits.h> declares _mm_free. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _mm_free >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char _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 >| #endif >| >| int >| main () >| { >| return _mm_free (); >| ; >| return 0; >| } >configure:28645: result: no >configure:28549: checking for clock_gettime >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >/var/tmp/portage/fftw-3.1.2/temp/ccT7nOFG.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `clock_gettime' >collect2: ld returned 1 exit status >configure:28611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <limits.h> declares clock_gettime. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef clock_gettime >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return clock_gettime (); >| ; >| return 0; >| } >configure:28645: result: no >configure:28549: checking for mach_absolute_time >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >/var/tmp/portage/fftw-3.1.2/temp/ccuVPp6O.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `mach_absolute_time' >collect2: ld returned 1 exit status >configure:28611: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <limits.h> declares mach_absolute_time. >| For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef mach_absolute_time >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char 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 >| #endif >| >| int >| main () >| { >| return mach_absolute_time (); >| ; >| return 0; >| } >configure:28645: result: no >configure:28549: checking for sysctl >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28549: checking for abort >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >conftest.c:75: warning: conflicting types for built-in function 'abort' >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28549: checking for sinl >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >conftest.c:76: warning: conflicting types for built-in function 'sinl' >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28549: checking for cosl >configure:28605: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >conftest.c:77: warning: conflicting types for built-in function 'cosl' >configure:28611: $? = 0 >configure:28618: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28621: $? = 0 >configure:28628: test -s conftest >configure:28631: $? = 0 >configure:28645: result: yes >configure:28655: checking whether drand48 is declared >configure:28685: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:28691: $? = 0 >configure:28698: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28701: $? = 0 >configure:28708: test -s conftest.o >configure:28711: $? = 0 >configure:28723: result: yes >configure:28739: checking whether memalign is declared >configure:28769: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c: In function 'main': >conftest.c:93: error: 'memalign' undeclared (first use in this function) >conftest.c:93: error: (Each undeclared identifier is reported only once >conftest.c:93: error: for each function it appears in.) >configure:28775: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef memalign >| char *p = (char *) memalign; >| return !p; >| #endif >| >| ; >| return 0; >| } >configure:28807: result: no >configure:28823: checking whether posix_memalign is declared >configure:28853: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >configure:28859: $? = 0 >configure:28866: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:28869: $? = 0 >configure:28876: test -s conftest.o >configure:28879: $? = 0 >configure:28891: result: yes >configure:28907: checking whether sinl is declared >configure:28937: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c: In function 'main': >conftest.c:95: error: 'sinl' undeclared (first use in this function) >conftest.c:95: error: (Each undeclared identifier is reported only once >conftest.c:95: error: for each function it appears in.) >configure:28943: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef sinl >| char *p = (char *) sinl; >| return !p; >| #endif >| >| ; >| return 0; >| } >configure:28975: result: no >configure:28991: checking whether cosl is declared >configure:29021: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c >&5 >conftest.c: In function 'main': >conftest.c:96: error: 'cosl' 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:29027: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #if HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef cosl >| char *p = (char *) cosl; >| return !p; >| #endif >| >| ; >| return 0; >| } >configure:29059: result: no >configure:29078: checking for _rtc intrinsic >configure:29104: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >conftest.c: In function 'main': >conftest.c:66: warning: implicit declaration of function '_rtc' >/var/tmp/portage/fftw-3.1.2/temp/ccCLPYUg.o: In function `main': >conftest.c:(.text+0x7): undefined reference to `_rtc' >collect2: ld returned 1 exit status >configure:29110: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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 <intrinsics.h> >| #endif >| int >| main () >| { >| _rtc() >| ; >| return 0; >| } >configure:29146: result: no >configure:29268: checking for isnan >configure:29292: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >configure:29298: $? = 0 >configure:29305: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:29308: $? = 0 >configure:29315: test -s conftest >configure:29318: $? = 0 >configure:29337: result: yes >configure:29344: checking whether C compiler accepts -mpreferred-stack-boundary=4 >configure:29373: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -mpreferred-stack-boundary=4 conftest.c >&5 >configure:29379: $? = 0 >configure:29386: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:29389: $? = 0 >configure:29396: test -s conftest.o >configure:29399: $? = 0 >configure:29414: result: yes >configure:29418: checking whether the stack is at least 8-byte aligned by gcc >configure:29422: checking whether C compiler accepts -malign-double >configure:29451: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -malign-double conftest.c >&5 >conftest.c:1: error: -malign-double makes no sense in the 64bit mode >configure:29457: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.1.2" >| #define PACKAGE_STRING "fftw 3.1.2" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE "fftw" >| #define VERSION "3.1.2" >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 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 >| #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. */ >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:29492: result: no >configure:29568: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -O conftest.c -lm >&5 >configure:29571: $? = 0 >configure:29577: ./conftest >configure:29580: $? = 0 >configure:29596: result: yes >configure:29641: checking for x86_64-pc-linux-gnu-g77 >configure:29668: result: x86_64-pc-linux-gnu-g77 >configure:29742: checking for Fortran 77 compiler version >configure:29749: x86_64-pc-linux-gnu-g77 --version >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:29752: $? = 1 >configure:29759: x86_64-pc-linux-gnu-g77 -v >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:29762: $? = 1 >configure:29769: x86_64-pc-linux-gnu-g77 -V >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:29772: $? = 1 >configure:29780: checking whether we are using the GNU Fortran 77 compiler >configure:29839: result: no >configure:29845: checking whether x86_64-pc-linux-gnu-g77 accepts -g >configure:29901: result: no >configure:29935: checking how to get verbose linking output from x86_64-pc-linux-gnu-g77 >configure:29951: x86_64-pc-linux-gnu-g77 -c conftest.f >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:29957: $? = 1 >configure: failed program was: >| program main >| >| end >configure:30055: WARNING: compilation failed >configure:30062: result: >configure:30064: checking for Fortran 77 libraries of x86_64-pc-linux-gnu-g77 >configure:30087: x86_64-pc-linux-gnu-g77 -o conftest conftest.f -lm >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 >configure:30261: result: >configure:30277: checking for dummy main to link with Fortran 77 libraries >configure:30321: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=athlon64 -O2 -pipe -msse3 -ftracer conftest.c -lm >&5 >configure:30327: $? = 0 >configure:30334: test -z "$ac_c_werror_flag" || test ! -s conftest.err >configure:30337: $? = 0 >configure:30344: test -s conftest >configure:30347: $? = 0 >configure:30440: result: none >configure:30485: checking for Fortran 77 name-mangling scheme >configure:30504: x86_64-pc-linux-gnu-g77 -c conftest.f >&5 >gcc-config error: x86_64-pc-linux-gnu-g77 wrapper: Unable to determine executable. > CTARGET=x86_64-pc-linux-gnu > exec=g77 > >configure:30510: $? = 1 >configure: failed program was: >| subroutine foobar() >| return >| end >| subroutine foo_bar() >| return >| end >configure:30753: error: cannot compile a simple Fortran program >See `config.log' for more details. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >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_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=athlon64 -O2 -pipe -msse3 -ftracer' >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=set >ac_cv_env_CXXFLAGS_value='-march=athlon64 -O2 -pipe -msse3 -ftracer' >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=set >ac_cv_env_LDFLAGS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_f77_compiler_gnu=no >ac_cv_f77_dummy_main=none >ac_cv_f77_libs= >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=x86_64-pc-linux-gnu >ac_cv_lib_m_sin=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_install='/bin/install -c' >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -std=gnu99 -E' >ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_F77=x86_64-pc-linux-gnu-g77 >ac_cv_prog_OCAMLC=ocamlc >ac_cv_prog_OCAMLDEP=ocamldep >ac_cv_prog_OCAMLOPT=ocamlopt >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_c99=-std=gnu99 >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_stdc=-std=gnu99 >ac_cv_prog_cxx_g=yes >ac_cv_prog_f77_g=no >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__malign_double=no >ax_cv_c_flags__mpreferred_stack_boundary_4=yes >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >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=no >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='"no"' >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/tmp/portage/fftw-3.1.2/work/fftw-3.1.2-single/missing --run aclocal-1.9' >ALLOCA='' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='${SHELL} /var/tmp/portage/fftw-3.1.2/work/fftw-3.1.2-single/missing --run tar' >AR='x86_64-pc-linux-gnu-ar' >AS='x86_64-pc-linux-gnu-gcc -std=gnu99' >ASFLAGS='' >AUTOCONF='${SHELL} /var/tmp/portage/fftw-3.1.2/work/fftw-3.1.2-single/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/fftw-3.1.2/work/fftw-3.1.2-single/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/fftw-3.1.2/work/fftw-3.1.2-single/missing --run automake-1.9' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc -std=gnu99' >CCAS='x86_64-pc-linux-gnu-gcc -std=gnu99' >CCASFLAGS='' >CCDEPMODE='depmode=gcc3' >CFLAGS='-march=athlon64 -O2 -pipe -msse3 -ftracer' >CODELET_OPTIM='' >COMBINED_THREADS_FALSE='' >COMBINED_THREADS_TRUE='' >CPP='x86_64-pc-linux-gnu-gcc -std=gnu99 -E' >CPPFLAGS='' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=gcc3' >CXXFLAGS='-march=athlon64 -O2 -pipe -msse3 -ftracer' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DLLTOOL='dlltool' >ECHO='echo' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >F77='x86_64-pc-linux-gnu-g77' >FFLAGS='' >FLIBS='' >GREP='/bin/grep' >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/tmp/portage/fftw-3.1.2/work/fftw-3.1.2-single/missing --run makeinfo' >OBJDUMP='objdump' >OBJEXT='o' >OCAMLC='ocamlc' >OCAMLCFLAGS='' >OCAMLDEFS='' >OCAMLDEP='ocamldep' >OCAMLLDFLAGS='' >OCAMLOPT='ocamlopt' >OCAMLOPTCFLAGS='' >PACKAGE='fftw' >PACKAGE_BUGREPORT='fftw@fftw.org' >PACKAGE_NAME='fftw' >PACKAGE_STRING='fftw 3.1.2' >PACKAGE_TARNAME='fftw' >PACKAGE_VERSION='3.1.2' >PATH_SEPARATOR=':' >POW_LIB='' >PRECISION='s' >PREC_SUFFIX='f' >PRTDIAG='' >PTHREAD_CC='' >PTHREAD_CFLAGS='' >PTHREAD_LIBS='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SET_MAKE='' >SHARED_VERSION_INFO='4:2:1' >SHELL='/bin/sh' >SIMD_CFLAGS='' >SINGLE_FALSE='#' >SINGLE_TRUE='' >STRIP='x86_64-pc-linux-gnu-strip' >TARGET_OCAMLBIN='/usr/bin' >TARGET_OCAMLLIB='/usr/lib/fftw' >TARGET_OCAMLRUN='/usr/bin/ocamlrun' >THREADLIBS='' >THREADS_FALSE='' >THREADS_TRUE='' >VERSION='3.1.2' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_F77='' >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='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='/var/tmp/portage/fftw-3.1.2/work/fftw-3.1.2-single/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='mkdir -p --' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "fftw" >#define PACKAGE_TARNAME "fftw" >#define PACKAGE_VERSION "3.1.2" >#define PACKAGE_STRING "fftw 3.1.2" >#define PACKAGE_BUGREPORT "fftw@fftw.org" >#define PACKAGE "fftw" >#define VERSION "3.1.2" >#define FFTW_SINGLE 1 >#define BENCHFFT_SINGLE 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 >#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 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 140220
: 91637