Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 448130 Details for
Bug 593060
sci-libs/fftw-3.3.5-r2::gentoo failed compiling with mpi FLAG
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fftw-3.3.5-single-abi_x86_32.x86/config.log
fftw-3.3.5-single-abi_x86_32.x86_config.log (text/x-log), 37.69 KB, created by
Randy Andy
on 2016-09-27 16:56:19 UTC
(
hide
)
Description:
fftw-3.3.5-single-abi_x86_32.x86/config.log
Filename:
MIME Type:
Creator:
Randy Andy
Created:
2016-09-27 16:56:19 UTC
Size:
37.69 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.3.5, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/sci-libs/fftw-3.3.5-r2/work/fftw-3.3.5/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/fftw-3.3.5-r2 --htmldir=/usr/share/doc/fftw-3.3.5-r2/html --libdir=/usr/lib32 --enable-shared --disable-static --disable-fma --enable-fortran --disable-mips-zbus-timer --enable-threads --enable-openmp --enable-single --disable-altivec --disable-avx --disable-avx2 --enable-sse --enable-sse2 --disable-neon --enable-mpi MPICC=x86_64-pc-linux-gnu-gcc -m32 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = big-server >uname -m = x86_64 >uname -r = 4.7.4-gentoo >uname -s = Linux >uname -v = #1 SMP Thu Sep 22 19:12:38 CEST 2016 > >/usr/bin/uname -p = Intel(R) Xeon(R) CPU X5650 @ 2.67GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/portage/python2.7/ebuild-helpers/xattr >PATH: /usr/lib/portage/python2.7/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0 >PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/5.4.0 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2651: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2796: checking for a BSD-compatible install >configure:2864: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >configure:2875: checking whether build environment is sane >configure:2930: result: yes >configure:3081: checking for a thread-safe mkdir -p >configure:3120: result: /bin/mkdir -p >configure:3127: checking for gawk >configure:3143: found /usr/bin/gawk >configure:3154: result: gawk >configure:3165: checking whether make sets $(MAKE) >configure:3187: result: yes >configure:3216: checking whether make supports nested variables >configure:3233: result: yes >configure:3363: checking whether to enable maintainer-specific portions of Makefiles >configure:3372: result: no >configure:3420: checking build system type >configure:3434: result: i686-pc-linux-gnu >configure:3454: checking host system type >configure:3467: result: i686-pc-linux-gnu >configure:4059: checking for i686-pc-linux-gnu-gcc >configure:4086: result: x86_64-pc-linux-gnu-gcc -m32 >configure:4355: checking for C compiler version >configure:4364: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 5.4.0 p1.0, pie-0.6.5) 5.4.0 >Copyright (C) 2015 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:4375: $? = 0 >configure:4364: x86_64-pc-linux-gnu-gcc -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-5.4.0/work/gcc-5.4.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/python --enable-languages=c,c++,java,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.4.0 p1.0, pie-0.6.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --with-isl --disable-isl-version-check --enable-libsanitizer >Thread model: posix >gcc version 5.4.0 (Gentoo 5.4.0 p1.0, pie-0.6.5) >configure:4375: $? = 0 >configure:4364: x86_64-pc-linux-gnu-gcc -m32 -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4375: $? = 1 >configure:4364: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4375: $? = 1 >configure:4395: checking whether the C compiler works >configure:4417: x86_64-pc-linux-gnu-gcc -m32 -march=westmere -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4421: $? = 0 >configure:4469: result: yes >configure:4472: checking for C compiler default output file name >configure:4474: result: a.out >configure:4480: checking for suffix of executables >configure:4487: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=westmere -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4491: $? = 0 >configure:4513: result: >configure:4535: checking whether we are cross compiling >configure:4543: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=westmere -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4547: $? = 0 >configure:4554: ./conftest >configure:4558: $? = 0 >configure:4573: result: no >configure:4578: checking for suffix of object files >configure:4600: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:4604: $? = 0 >configure:4625: result: o >configure:4629: checking whether we are using the GNU C compiler >configure:4648: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:4648: $? = 0 >configure:4657: result: yes >configure:4666: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g >configure:4686: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 >configure:4686: $? = 0 >configure:4727: result: yes >configure:4744: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 >configure:4807: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:4807: $? = 0 >configure:4820: result: none needed >configure:4845: checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together >configure:4867: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >configure:4870: $? = 0 >configure:4867: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >configure:4870: $? = 0 >configure:4882: result: yes >configure:4910: checking for style of include used by make >configure:4938: result: GNU >configure:4964: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 >configure:5075: result: none >configure:5093: checking for C compiler vendor >configure:5117: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:21:7: error: 'thisisanerror' undeclared (first use in this function) > thisisanerror; > ^ >conftest.c:21:7: note: each undeclared identifier is reported only once for each function it appears in >configure:5117: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.3.5" >| #define PACKAGE_STRING "fftw 3.3.5" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE_URL "" >| #define PACKAGE "fftw" >| #define VERSION "3.3.5" >| #define FFTW_ENABLE_ALLOCA 1 >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| #define HAVE_SSE2 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) >| thisisanerror; >| #endif >| >| ; >| return 0; >| } >configure:5117: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:21:7: error: 'thisisanerror' undeclared (first use in this function) > thisisanerror; > ^ >conftest.c:21:7: note: each undeclared identifier is reported only once for each function it appears in >configure:5117: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.3.5" >| #define PACKAGE_STRING "fftw 3.3.5" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE_URL "" >| #define PACKAGE "fftw" >| #define VERSION "3.3.5" >| #define FFTW_ENABLE_ALLOCA 1 >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| #define HAVE_SSE2 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #if !(defined(__ibmxl__) || defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) >| thisisanerror; >| #endif >| >| ; >| return 0; >| } >configure:5117: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:21:7: error: 'thisisanerror' undeclared (first use in this function) > thisisanerror; > ^ >conftest.c:21:7: note: each undeclared identifier is reported only once for each function it appears in >configure:5117: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.3.5" >| #define PACKAGE_STRING "fftw 3.3.5" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE_URL "" >| #define PACKAGE "fftw" >| #define VERSION "3.3.5" >| #define FFTW_ENABLE_ALLOCA 1 >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| #define HAVE_SSE2 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) >| thisisanerror; >| #endif >| >| ; >| return 0; >| } >configure:5117: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:21:7: error: 'thisisanerror' undeclared (first use in this function) > thisisanerror; > ^ >conftest.c:21:7: note: each undeclared identifier is reported only once for each function it appears in >configure:5117: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.3.5" >| #define PACKAGE_STRING "fftw 3.3.5" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE_URL "" >| #define PACKAGE "fftw" >| #define VERSION "3.3.5" >| #define FFTW_ENABLE_ALLOCA 1 >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| #define HAVE_SSE2 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| >| #if !(defined(__clang__)) >| thisisanerror; >| #endif >| >| ; >| return 0; >| } >configure:5117: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:5117: $? = 0 >configure:5124: result: gnu >configure:5131: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C99 >configure:5280: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:5280: $? = 0 >configure:5293: result: none needed >configure:5401: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO Standard C >configure:5412: result: none needed >configure:5420: checking whether ln -s works >configure:5424: result: yes >configure:5431: checking whether make sets $(MAKE) >configure:5453: result: yes >configure:5811: checking how to print strings >configure:5838: result: printf >configure:5859: checking for a sed that does not truncate output >configure:5923: result: /bin/sed >configure:5941: checking for grep that handles long lines and -e >configure:5999: result: /bin/grep >configure:6004: checking for egrep >configure:6066: result: /bin/grep -E >configure:6071: checking for fgrep >configure:6133: result: /bin/grep -F >configure:6168: checking for ld used by x86_64-pc-linux-gnu-gcc -m32 >configure:6235: result: x86_64-pc-linux-gnu-ld -m elf_i386 >configure:6242: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld >configure:6257: result: yes >configure:6269: checking for BSD- or MS-compatible name lister (nm) >configure:6318: result: /usr/bin/nm -B >configure:6448: checking the name lister (/usr/bin/nm -B) interface >configure:6455: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:6458: /usr/bin/nm -B "conftest.o" >configure:6461: output >00000000 B some_variable >configure:6468: result: BSD nm >configure:6472: checking the maximum length of command line arguments >configure:6603: result: 1572864 >configure:6620: checking whether the shell understands some XSI constructs >configure:6630: result: yes >configure:6634: checking whether the shell understands "+=" >configure:6640: result: yes >configure:6675: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format >configure:6715: result: func_convert_file_noop >configure:6722: checking how to convert i686-pc-linux-gnu file names to toolchain format >configure:6742: result: func_convert_file_noop >configure:6749: checking for x86_64-pc-linux-gnu-ld -m elf_i386 option to reload object files >configure:6756: result: -r >configure:6790: checking for i686-pc-linux-gnu-objdump >configure:6817: result: objdump >configure:6886: checking how to recognize dependent libraries >configure:7084: result: pass_all >configure:7129: checking for i686-pc-linux-gnu-dlltool >configure:7156: result: dlltool >configure:7226: checking how to associate runtime and link libraries >configure:7253: result: printf %s\n >configure:7269: checking for i686-pc-linux-gnu-ar >configure:7285: found /usr/bin/i686-pc-linux-gnu-ar >configure:7296: result: i686-pc-linux-gnu-ar >configure:7377: checking for archiver @FILE support >configure:7394: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:7394: $? = 0 >configure:7397: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:7400: $? = 0 >configure:7405: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >i686-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:7408: $? = 1 >configure:7420: result: @ >configure:7438: checking for i686-pc-linux-gnu-strip >configure:7454: found /usr/bin/i686-pc-linux-gnu-strip >configure:7465: result: i686-pc-linux-gnu-strip >configure:7537: checking for i686-pc-linux-gnu-ranlib >configure:7553: found /usr/bin/i686-pc-linux-gnu-ranlib >configure:7564: result: i686-pc-linux-gnu-ranlib >configure:7706: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -m32 object >configure:7826: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:7829: $? = 0 >configure:7833: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:7836: $? = 0 >configure:7902: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=westmere -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:7905: $? = 0 >configure:7943: result: ok >configure:7980: checking for sysroot >configure:8010: result: no >configure:8239: checking for i686-pc-linux-gnu-mt >configure:8269: result: no >configure:8279: checking for mt >configure:8309: result: no >configure:8329: checking if : is a manifest tool >configure:8335: : '-?' >configure:8343: result: no >configure:8985: checking how to run the C preprocessor >configure:9016: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:9016: $? = 0 >configure:9030: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:9030: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.3.5" >| #define PACKAGE_STRING "fftw 3.3.5" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE_URL "" >| #define PACKAGE "fftw" >| #define VERSION "3.3.5" >| #define FFTW_ENABLE_ALLOCA 1 >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| #define HAVE_SSE2 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:9055: result: x86_64-pc-linux-gnu-gcc -m32 -E >configure:9075: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:9075: $? = 0 >configure:9089: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:9089: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.3.5" >| #define PACKAGE_STRING "fftw 3.3.5" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE_URL "" >| #define PACKAGE "fftw" >| #define VERSION "3.3.5" >| #define FFTW_ENABLE_ALLOCA 1 >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| #define HAVE_SSE2 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:9118: checking for ANSI C header files >configure:9138: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9138: $? = 0 >configure:9211: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=westmere -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:9211: $? = 0 >configure:9211: ./conftest >configure:9211: $? = 0 >configure:9222: result: yes >configure:9235: checking for sys/types.h >configure:9235: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9235: $? = 0 >configure:9235: result: yes >configure:9235: checking for sys/stat.h >configure:9235: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9235: $? = 0 >configure:9235: result: yes >configure:9235: checking for stdlib.h >configure:9235: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9235: $? = 0 >configure:9235: result: yes >configure:9235: checking for string.h >configure:9235: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9235: $? = 0 >configure:9235: result: yes >configure:9235: checking for memory.h >configure:9235: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9235: $? = 0 >configure:9235: result: yes >configure:9235: checking for strings.h >configure:9235: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9235: $? = 0 >configure:9235: result: yes >configure:9235: checking for inttypes.h >configure:9235: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9235: $? = 0 >configure:9235: result: yes >configure:9235: checking for stdint.h >configure:9235: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9235: $? = 0 >configure:9235: result: yes >configure:9235: checking for unistd.h >configure:9235: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9235: $? = 0 >configure:9235: result: yes >configure:9249: checking for dlfcn.h >configure:9249: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:9249: $? = 0 >configure:9249: result: yes >configure:9423: checking for objdir >configure:9438: result: .libs >configure:9709: checking if x86_64-pc-linux-gnu-gcc -m32 supports -fno-rtti -fno-exceptions >configure:9727: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C >configure:9731: $? = 0 >configure:9744: result: no >configure:10071: checking for x86_64-pc-linux-gnu-gcc -m32 option to produce PIC >configure:10078: result: -fPIC -DPIC >configure:10086: checking if x86_64-pc-linux-gnu-gcc -m32 PIC flag -fPIC -DPIC works >configure:10104: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 >configure:10108: $? = 0 >configure:10121: result: yes >configure:10150: checking if x86_64-pc-linux-gnu-gcc -m32 static flag -static works >configure:10178: result: yes >configure:10193: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o >configure:10214: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe -o out/conftest2.o conftest.c >&5 >configure:10218: $? = 0 >configure:10240: result: yes >configure:10248: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o >configure:10295: result: yes >configure:10328: checking whether the x86_64-pc-linux-gnu-gcc -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries >configure:11485: result: yes >configure:11522: checking whether -lc should be explicitly linked in >configure:11530: x86_64-pc-linux-gnu-gcc -m32 -c -march=westmere -O2 -pipe conftest.c >&5 >configure:11533: $? = 0 >configure:11548: x86_64-pc-linux-gnu-gcc -m32 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:11551: $? = 0 >configure:11565: result: no >configure:11725: checking dynamic linker characteristics >configure:12225: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=westmere -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:12225: $? = 0 >configure:12459: result: GNU/Linux ld.so >configure:12566: checking how to hardcode library paths into programs >configure:12591: result: immediate >configure:13131: checking whether stripping libraries is possible >configure:13136: result: yes >configure:13171: checking if libtool supports shared libraries >configure:13173: result: yes >configure:13176: checking whether to build shared libraries >configure:13197: result: yes >configure:13200: checking whether to build static libraries >configure:13204: result: no >configure:13244: checking for ocamlbuild >configure:13274: result: no >configure:13302: checking for mpicc >configure:13329: result: x86_64-pc-linux-gnu-gcc -m32 >configure:13347: checking for MPI_Init >configure:13347: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=westmere -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/sci-libs/fftw-3.3.5-r2/temp/cczVVj7m.o: In function `main': >conftest.c:(.text.startup+0x12): undefined reference to `MPI_Init' >collect2: error: ld returned 1 exit status >configure:13347: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.3.5" >| #define PACKAGE_STRING "fftw 3.3.5" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE_URL "" >| #define PACKAGE "fftw" >| #define VERSION "3.3.5" >| #define FFTW_ENABLE_ALLOCA 1 >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| #define HAVE_SSE2 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 LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| /* Define MPI_Init to an innocuous variant, in case <limits.h> declares MPI_Init. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define MPI_Init innocuous_MPI_Init >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char MPI_Init (); 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 MPI_Init >| >| /* 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 MPI_Init (); >| /* 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_MPI_Init || defined __stub___MPI_Init >| choke me >| #endif >| >| int >| main () >| { >| return MPI_Init (); >| ; >| return 0; >| } >configure:13347: result: no >configure:13354: checking for MPI_Init in -lmpi >configure:13379: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=westmere -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lmpi >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmpi >collect2: error: ld returned 1 exit status >configure:13379: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.3.5" >| #define PACKAGE_STRING "fftw 3.3.5" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE_URL "" >| #define PACKAGE "fftw" >| #define VERSION "3.3.5" >| #define FFTW_ENABLE_ALLOCA 1 >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| #define HAVE_SSE2 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 LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| >| /* 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 MPI_Init (); >| int >| main () >| { >| return MPI_Init (); >| ; >| return 0; >| } >configure:13388: result: no >configure:13396: checking for MPI_Init in -lmpich >configure:13421: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=westmere -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lmpich >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../libmpich.so when searching for -lmpich >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../libmpich.a when searching for -lmpich >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libmpich.so when searching for -lmpich >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libmpich.a when searching for -lmpich >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmpich >collect2: error: ld returned 1 exit status >configure:13421: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "fftw" >| #define PACKAGE_TARNAME "fftw" >| #define PACKAGE_VERSION "3.3.5" >| #define PACKAGE_STRING "fftw 3.3.5" >| #define PACKAGE_BUGREPORT "fftw@fftw.org" >| #define PACKAGE_URL "" >| #define PACKAGE "fftw" >| #define VERSION "3.3.5" >| #define FFTW_ENABLE_ALLOCA 1 >| #define FFTW_SINGLE 1 >| #define BENCHFFT_SINGLE 1 >| #define HAVE_SSE2 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 LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| >| /* 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 MPI_Init (); >| int >| main () >| { >| return MPI_Init (); >| ; >| return 0; >| } >configure:13430: result: no >configure:13469: error: could not find mpi library for --enable-mpi > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_env_CC_set=set >ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=westmere -O2 -pipe' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_F77_set=set >ac_cv_env_F77_value='x86_64-pc-linux-gnu-gfortran -m32' >ac_cv_env_FFLAGS_set=set >ac_cv_env_FFLAGS_value='-O2 -pipe' >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_MPICC_set=set >ac_cv_env_MPICC_value='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func_MPI_Init=no >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_stdc=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_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=i686-pc-linux-gnu >ac_cv_lib_mpi_MPI_Init=no >ac_cv_lib_mpich_MPI_Init=no >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=i686-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >ac_cv_prog_DLLTOOL=dlltool >ac_cv_prog_MPICC='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_prog_OBJDUMP=objdump >ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=i686-pc-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_c99= >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_stdc= >ac_cv_prog_make_make_set=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >ax_cv_c_compiler_vendor=gnu >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD='x86_64-pc-linux-gnu-ld -m elf_i386' >lt_cv_path_NM='/usr/bin/nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_gnu_ld=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/sci-libs/fftw-3.3.5-r2/work/fftw-3.3.5/missing aclocal-1.14' >ALLOCA='' >ALTIVEC_CFLAGS='' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='i686-pc-linux-gnu-ar' >AS='as' >AUTOCONF='${SHELL} /var/tmp/portage/sci-libs/fftw-3.3.5-r2/work/fftw-3.3.5/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/sci-libs/fftw-3.3.5-r2/work/fftw-3.3.5/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/sci-libs/fftw-3.3.5-r2/work/fftw-3.3.5/missing automake-1.14' >AVX2_CFLAGS='' >AVX512_CFLAGS='' >AVX_128_FMA_CFLAGS='' >AVX_CFLAGS='' >AWK='gawk' >BUILD_DOC_FALSE='#' >BUILD_DOC_TRUE='' >CC='x86_64-pc-linux-gnu-gcc -m32' >CCDEPMODE='depmode=none' >CFLAGS='-march=westmere -O2 -pipe' >CHECK_PL_OPTS='' >COMBINED_THREADS_FALSE='' >COMBINED_THREADS_TRUE='' >CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >CPPFLAGS='' >CYGPATH_W='echo' >C_FFTW_R2R_KIND='' >C_MPI_FINT='' >DEFS='' >DEPDIR='.deps' >DLLTOOL='dlltool' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >F77='x86_64-pc-linux-gnu-gfortran -m32' >FFLAGS='-O2 -pipe' >FGREP='/bin/grep -F' >FLIBS='' >GREP='/bin/grep' >HAVE_ALTIVEC_FALSE='' >HAVE_ALTIVEC_TRUE='#' >HAVE_AVX2_FALSE='' >HAVE_AVX2_TRUE='#' >HAVE_AVX512_FALSE='' >HAVE_AVX512_TRUE='#' >HAVE_AVX_128_FMA_FALSE='' >HAVE_AVX_128_FMA_TRUE='#' >HAVE_AVX_FALSE='' >HAVE_AVX_TRUE='#' >HAVE_GENERIC_SIMD128_FALSE='' >HAVE_GENERIC_SIMD128_TRUE='#' >HAVE_GENERIC_SIMD256_FALSE='' >HAVE_GENERIC_SIMD256_TRUE='#' >HAVE_KCVI_FALSE='' >HAVE_KCVI_TRUE='#' >HAVE_NEON_FALSE='' >HAVE_NEON_TRUE='#' >HAVE_SSE2_FALSE='#' >HAVE_SSE2_TRUE='' >HAVE_VSX_FALSE='' >HAVE_VSX_TRUE='#' >INDENT='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >KCVI_CFLAGS='' >LD='x86_64-pc-linux-gnu-ld -m elf_i386' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LDOUBLE_FALSE='' >LDOUBLE_TRUE='#' >LIBOBJS='' >LIBQUADMATH='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /var/tmp/portage/sci-libs/fftw-3.3.5-r2/work/fftw-3.3.5/missing makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >MPICC='x86_64-pc-linux-gnu-gcc -m32' >MPILIBS='' >MPIRUN='' >MPI_FALSE='' >MPI_TRUE='' >NEON_CFLAGS='' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='objdump' >OBJEXT='o' >OCAMLBUILD='' >OPENMP_CFLAGS='' >OPENMP_FALSE='' >OPENMP_TRUE='' >OTOOL64='' >OTOOL='' >PACKAGE='fftw' >PACKAGE_BUGREPORT='fftw@fftw.org' >PACKAGE_NAME='fftw' >PACKAGE_STRING='fftw 3.3.5' >PACKAGE_TARNAME='fftw' >PACKAGE_URL='' >PACKAGE_VERSION='3.3.5' >PATH_SEPARATOR=':' >POW_LIB='' >PRECISION='s' >PREC_SUFFIX='f' >PTHREAD_CC='' >PTHREAD_CFLAGS='' >PTHREAD_LIBS='' >QUAD_FALSE='' >QUAD_TRUE='#' >RANLIB='i686-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHARED_VERSION_INFO='8:5:5' >SHELL='/bin/sh' >SINGLE_FALSE='#' >SINGLE_TRUE='' >SMP_FALSE='' >SMP_TRUE='' >SSE2_CFLAGS='' >STACK_ALIGN_CFLAGS='' >STRIP='i686-pc-linux-gnu-strip' >THREADLIBS='' >THREADS_FALSE='' >THREADS_TRUE='' >VERSION='3.3.5' >VSX_CFLAGS='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_DUMPBIN='' >ac_ct_F77='' >acx_pthread_config='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/fftw-3.3.5-r2' >dvidir='${docdir}' >exec_prefix='NONE' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/fftw-3.3.5-r2/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/sci-libs/fftw-3.3.5-r2/work/fftw-3.3.5/install-sh' >libdir='/usr/lib32' >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. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "fftw" >#define PACKAGE_TARNAME "fftw" >#define PACKAGE_VERSION "3.3.5" >#define PACKAGE_STRING "fftw 3.3.5" >#define PACKAGE_BUGREPORT "fftw@fftw.org" >#define PACKAGE_URL "" >#define PACKAGE "fftw" >#define VERSION "3.3.5" >#define FFTW_ENABLE_ALLOCA 1 >#define FFTW_SINGLE 1 >#define BENCHFFT_SINGLE 1 >#define HAVE_SSE2 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 LT_OBJDIR ".libs/" > >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 593060
:
445142
| 448130