Skip to content

Instantly share code, notes, and snippets.

@cbertelli
Created June 9, 2018 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbertelli/870c379202691c620237110010bf3114 to your computer and use it in GitHub Desktop.
Save cbertelli/870c379202691c620237110010bf3114 to your computer and use it in GitHub Desktop.
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.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --enable-single --enable-shared --disable-debug --prefix=/usr/local/Cellar/fftw/3.3.7_1 --enable-threads --disable-dependency-tracking --enable-sse2
## --------- ##
## Platform. ##
## --------- ##
hostname = libellula2.lan
uname -m = x86_64
uname -r = 13.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 184 tasks, 982 threads, 2 processors
Load average: 2.44, Mach factor: 0.36
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super
PATH: /usr/local/opt/gcc@7/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2873: checking for a BSD-compatible install
configure:2941: result: /usr/bin/install -c
configure:2952: checking whether build environment is sane
configure:3007: result: yes
configure:3158: checking for a thread-safe mkdir -p
configure:3197: result: ./install-sh -c -d
configure:3204: checking for gawk
configure:3234: result: no
configure:3204: checking for mawk
configure:3234: result: no
configure:3204: checking for nawk
configure:3234: result: no
configure:3204: checking for awk
configure:3220: found /usr/bin/awk
configure:3231: result: awk
configure:3242: checking whether make sets $(MAKE)
configure:3264: result: yes
configure:3293: checking whether make supports nested variables
configure:3310: result: yes
configure:3440: checking whether to enable maintainer-specific portions of Makefiles
configure:3449: result: no
configure:3497: checking build system type
configure:3511: result: x86_64-apple-darwin13.4.0
configure:3531: checking host system type
configure:3544: result: x86_64-apple-darwin13.4.0
configure:4167: checking for gcc
configure:4194: result: clang
configure:4423: checking for C compiler version
configure:4432: clang --version >&5
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:4443: $? = 0
configure:4432: clang -v >&5
Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
configure:4443: $? = 0
configure:4432: clang -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
configure:4443: $? = 1
configure:4432: clang -qversion >&5
clang: error: unknown argument: '-qversion'
configure:4443: $? = 1
configure:4463: checking whether the C compiler works
configure:4485: clang conftest.c >&5
configure:4489: $? = 0
configure:4537: result: yes
configure:4540: checking for C compiler default output file name
configure:4542: result: a.out
configure:4548: checking for suffix of executables
configure:4555: clang -o conftest conftest.c >&5
configure:4559: $? = 0
configure:4581: result:
configure:4603: checking whether we are cross compiling
configure:4611: clang -o conftest conftest.c >&5
configure:4615: $? = 0
configure:4622: ./conftest
configure:4626: $? = 0
configure:4641: result: no
configure:4646: checking for suffix of object files
configure:4668: clang -c conftest.c >&5
configure:4672: $? = 0
configure:4693: result: o
configure:4697: checking whether we are using the GNU C compiler
configure:4716: clang -c conftest.c >&5
configure:4716: $? = 0
configure:4725: result: yes
configure:4734: checking whether clang accepts -g
configure:4754: clang -c -g conftest.c >&5
configure:4754: $? = 0
configure:4795: result: yes
configure:4812: checking for clang option to accept ISO C89
configure:4875: clang -c -g -O2 conftest.c >&5
configure:4875: $? = 0
configure:4888: result: none needed
configure:4913: checking whether clang understands -c and -o together
configure:4935: clang -c conftest.c -o conftest2.o
configure:4938: $? = 0
configure:4935: clang -c conftest.c -o conftest2.o
configure:4938: $? = 0
configure:4950: result: yes
configure:4978: checking for style of include used by make
configure:5006: result: GNU
configure:5032: checking dependency style of clang
configure:5143: result: none
configure:5161: checking for C compiler vendor
configure:5185: clang -c -g -O2 conftest.c >&5
conftest.c:21:7: error: use of undeclared identifier 'thisisanerror'
thisisanerror;
^
1 error generated.
configure:5185: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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:5185: clang -c -g -O2 conftest.c >&5
conftest.c:21:7: error: use of undeclared identifier 'thisisanerror'
thisisanerror;
^
1 error generated.
configure:5185: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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:5185: clang -c -g -O2 conftest.c >&5
conftest.c:21:7: error: use of undeclared identifier 'thisisanerror'
thisisanerror;
^
1 error generated.
configure:5185: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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:5185: clang -c -g -O2 conftest.c >&5
configure:5185: $? = 0
configure:5192: result: clang
configure:5199: checking for clang option to accept ISO C99
configure:5348: clang -c -g -O2 conftest.c >&5
configure:5348: $? = 0
configure:5361: result: none needed
configure:5469: checking for clang option to accept ISO Standard C
configure:5480: result: none needed
configure:5488: checking whether ln -s works
configure:5492: result: yes
configure:5499: checking whether make sets $(MAKE)
configure:5521: result: yes
configure:5879: checking how to print strings
configure:5906: result: printf
configure:5927: checking for a sed that does not truncate output
configure:5991: result: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
configure:6009: checking for grep that handles long lines and -e
configure:6067: result: /usr/bin/grep
configure:6072: checking for egrep
configure:6134: result: /usr/bin/grep -E
configure:6139: checking for fgrep
configure:6201: result: /usr/bin/grep -F
configure:6236: checking for ld used by clang
configure:6303: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:6310: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:6325: result: no
configure:6337: checking for BSD- or MS-compatible name lister (nm)
configure:6391: result: /usr/bin/nm
configure:6521: checking the name lister (/usr/bin/nm) interface
configure:6528: clang -c -g -O2 conftest.c >&5
configure:6531: /usr/bin/nm "conftest.o"
configure:6534: output
0000000000000230 S _some_variable
configure:6541: result: BSD nm
configure:6545: checking the maximum length of command line arguments
configure:6676: result: 196608
configure:6724: checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format
configure:6764: result: func_convert_file_noop
configure:6771: checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format
configure:6791: result: func_convert_file_noop
configure:6798: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:6805: result: -r
configure:6879: checking for objdump
configure:6906: result: objdump
configure:6935: checking how to recognize dependent libraries
configure:7135: result: pass_all
configure:7220: checking for dlltool
configure:7247: result: dlltool
configure:7277: checking how to associate runtime and link libraries
configure:7304: result: printf %s\n
configure:7364: checking for ar
configure:7380: found /usr/bin/ar
configure:7391: result: ar
configure:7428: checking for archiver @FILE support
configure:7445: clang -c -g -O2 conftest.c >&5
configure:7445: $? = 0
configure:7448: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:7451: $? = 1
configure:7471: result: no
configure:7529: checking for strip
configure:7545: found /usr/bin/strip
configure:7556: result: strip
configure:7628: checking for ranlib
configure:7644: found /usr/bin/ranlib
configure:7655: result: ranlib
configure:7757: checking command to parse /usr/bin/nm output from clang object
configure:7910: clang -c -g -O2 conftest.c >&5
configure:7913: $? = 0
configure:7917: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7920: $? = 0
cannot find nm_test_var in conftest.nm
configure:7910: clang -c -g -O2 conftest.c >&5
configure:7913: $? = 0
configure:7917: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7920: $? = 0
configure:7986: clang -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7989: $? = 0
configure:8027: result: ok
configure:8074: checking for sysroot
configure:8104: result: no
configure:8111: checking for a working dd
configure:8149: result: /bin/dd
configure:8153: checking how to truncate binary pipes
configure:8168: result: /bin/dd bs=4096 count=1
configure:8497: checking for mt
configure:8527: result: no
configure:8547: checking if : is a manifest tool
configure:8553: : '-?'
configure:8561: result: no
configure:8617: checking for dsymutil
configure:8633: found /usr/bin/dsymutil
configure:8644: result: dsymutil
configure:8709: checking for nmedit
configure:8725: found /usr/bin/nmedit
configure:8736: result: nmedit
configure:8801: checking for lipo
configure:8817: found /usr/bin/lipo
configure:8828: result: lipo
configure:8893: checking for otool
configure:8909: found /usr/bin/otool
configure:8920: result: otool
configure:8985: checking for otool64
configure:9015: result: no
configure:9060: checking for -single_module linker flag
clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:9093: result: yes
configure:9096: checking for -exported_symbols_list linker flag
configure:9116: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:9116: $? = 0
configure:9126: result: yes
configure:9129: checking for -force_load linker flag
clang -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:9161: result: yes
configure:9238: checking how to run the C preprocessor
configure:9269: clang -E conftest.c
configure:9269: $? = 0
configure:9283: clang -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:9283: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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:9308: result: clang -E
configure:9328: clang -E conftest.c
configure:9328: $? = 0
configure:9342: clang -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:9342: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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:9371: checking for ANSI C header files
configure:9391: clang -c -g -O2 conftest.c >&5
configure:9391: $? = 0
configure:9464: clang -o conftest -g -O2 conftest.c >&5
configure:9464: $? = 0
configure:9464: ./conftest
configure:9464: $? = 0
configure:9475: result: yes
configure:9488: checking for sys/types.h
configure:9488: clang -c -g -O2 conftest.c >&5
configure:9488: $? = 0
configure:9488: result: yes
configure:9488: checking for sys/stat.h
configure:9488: clang -c -g -O2 conftest.c >&5
configure:9488: $? = 0
configure:9488: result: yes
configure:9488: checking for stdlib.h
configure:9488: clang -c -g -O2 conftest.c >&5
configure:9488: $? = 0
configure:9488: result: yes
configure:9488: checking for string.h
configure:9488: clang -c -g -O2 conftest.c >&5
configure:9488: $? = 0
configure:9488: result: yes
configure:9488: checking for memory.h
configure:9488: clang -c -g -O2 conftest.c >&5
configure:9488: $? = 0
configure:9488: result: yes
configure:9488: checking for strings.h
configure:9488: clang -c -g -O2 conftest.c >&5
configure:9488: $? = 0
configure:9488: result: yes
configure:9488: checking for inttypes.h
configure:9488: clang -c -g -O2 conftest.c >&5
configure:9488: $? = 0
configure:9488: result: yes
configure:9488: checking for stdint.h
configure:9488: clang -c -g -O2 conftest.c >&5
configure:9488: $? = 0
configure:9488: result: yes
configure:9488: checking for unistd.h
configure:9488: clang -c -g -O2 conftest.c >&5
configure:9488: $? = 0
configure:9488: result: yes
configure:9502: checking for dlfcn.h
configure:9502: clang -c -g -O2 conftest.c >&5
configure:9502: $? = 0
configure:9502: result: yes
configure:9726: checking for objdir
configure:9741: result: .libs
configure:10005: checking if clang supports -fno-rtti -fno-exceptions
configure:10023: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:10027: $? = 0
configure:10040: result: yes
configure:10398: checking for clang option to produce PIC
configure:10405: result: -fno-common -DPIC
configure:10413: checking if clang PIC flag -fno-common -DPIC works
configure:10431: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:10435: $? = 0
configure:10448: result: yes
configure:10477: checking if clang static flag -static works
configure:10505: result: no
configure:10520: checking if clang supports -c -o file.o
configure:10541: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10545: $? = 0
configure:10567: result: yes
configure:10575: checking if clang supports -c -o file.o
configure:10622: result: yes
configure:10655: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:11918: result: yes
configure:12158: checking dynamic linker characteristics
configure:12988: result: darwin13.4.0 dyld
configure:13110: checking how to hardcode library paths into programs
configure:13135: result: immediate
configure:13683: checking whether stripping libraries is possible
configure:13697: result: yes
configure:13723: checking if libtool supports shared libraries
configure:13725: result: yes
configure:13728: checking whether to build shared libraries
configure:13753: result: yes
configure:13756: checking whether to build static libraries
configure:13760: result: yes
configure:13840: checking for ranlib
configure:13867: result: ranlib
configure:13892: checking for ocamlbuild
configure:13922: result: no
configure:14391: checking whether C compiler accepts -mtune=native
configure:14410: clang -c -mtune=native conftest.c >&5
configure:14410: $? = 0
configure:14420: result: yes
configure:14428: checking whether C compiler accepts -fstrict-aliasing
configure:14447: clang -c -fstrict-aliasing conftest.c >&5
configure:14447: $? = 0
configure:14457: result: yes
configure:14465: checking whether C compiler accepts -ffast-math
configure:14484: clang -c -ffast-math conftest.c >&5
configure:14484: $? = 0
configure:14494: result: yes
configure:14876: checking whether C compiler accepts -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math
configure:14891: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:14891: $? = 0
configure:14899: result: yes
configure:15897: checking for ANSI C header files
configure:16001: result: yes
configure:16012: checking fcntl.h usability
configure:16012: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking fcntl.h presence
configure:16012: clang -E conftest.c
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking for fcntl.h
configure:16012: result: yes
configure:16012: checking fenv.h usability
configure:16012: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking fenv.h presence
configure:16012: clang -E conftest.c
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking for fenv.h
configure:16012: result: yes
configure:16012: checking limits.h usability
configure:16012: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking limits.h presence
configure:16012: clang -E conftest.c
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking for limits.h
configure:16012: result: yes
configure:16012: checking malloc.h usability
configure:16012: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:64:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:16012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:16012: result: no
configure:16012: checking malloc.h presence
configure:16012: clang -E conftest.c
conftest.c:31:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:16012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:16012: result: no
configure:16012: checking for malloc.h
configure:16012: result: no
configure:16012: checking stddef.h usability
configure:16012: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking stddef.h presence
configure:16012: clang -E conftest.c
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking for stddef.h
configure:16012: result: yes
configure:16012: checking sys/time.h usability
configure:16012: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking sys/time.h presence
configure:16012: clang -E conftest.c
configure:16012: $? = 0
configure:16012: result: yes
configure:16012: checking for sys/time.h
configure:16012: result: yes
configure:16029: checking altivec.h usability
configure:16029: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
In file included from conftest.c:66:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:27:2: error: "AltiVec support not enabled"
#error "AltiVec support not enabled"
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:39:8: error: unknown type name 'vector'
static vector signed char __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:39:15: error: expected identifier or '('
static vector signed char __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:42:8: error: unknown type name 'vector'
static vector unsigned char __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:42:15: error: expected identifier or '('
static vector unsigned char __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:47:8: error: unknown type name 'vector'
static vector bool char __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:47:19: error: expected ';' after top level declarator
static vector bool char __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:48:10: error: unknown type name 'vector'
vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:48:22: error: expected ')'
vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:48:9: note: to match this '('
vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:50:8: error: unknown type name 'vector'
static vector short __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:50:15: error: expected identifier or '('
static vector short __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:53:8: error: unknown type name 'vector'
static vector unsigned short __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:53:15: error: expected identifier or '('
static vector unsigned short __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:58:8: error: unknown type name 'vector'
static vector bool short __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:58:19: error: expected ';' after top level declarator
static vector bool short __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:59:10: error: unknown type name 'vector'
vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:59:22: error: expected ')'
vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:59:9: note: to match this '('
vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:61:8: error: unknown type name 'vector'
static vector pixel __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:61:21: error: '__overloadable__' attribute only applies to functions
static vector pixel __ATTRS_o_ai
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:37:37: note: expanded from macro '__ATTRS_o_ai'
#define __ATTRS_o_ai __attribute__((__overloadable__, __always_inline__))
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
configure:16029: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <altivec.h>
configure:16029: result: no
configure:16029: checking altivec.h presence
configure:16029: clang -E conftest.c
In file included from conftest.c:33:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include/altivec.h:27:2: error: "AltiVec support not enabled"
#error "AltiVec support not enabled"
^
1 error generated.
configure:16029: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <altivec.h>
configure:16029: result: no
configure:16029: checking for altivec.h
configure:16029: result: no
configure:16042: checking for an ANSI C-conforming const
configure:16108: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16108: $? = 0
configure:16115: result: yes
configure:16123: checking for inline
configure:16139: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16139: $? = 0
configure:16147: result: inline
configure:16165: checking for size_t
configure:16165: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16165: $? = 0
configure:16165: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:69:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:16165: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:16165: result: yes
configure:16176: checking for uint32_t
configure:16176: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16176: $? = 0
configure:16176: result: yes
configure:16190: checking for uint64_t
configure:16190: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16190: $? = 0
configure:16190: result: yes
configure:16204: checking whether time.h and sys/time.h may both be included
configure:16224: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16224: $? = 0
configure:16231: result: yes
configure:16239: checking for long double
configure:16239: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16239: $? = 0
configure:16239: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:70:26: error: expected expression
if (sizeof ((long double)))
^
1 error generated.
configure:16239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long double)))
| return 0;
| ;
| return 0;
| }
configure:16239: result: yes
configure:16252: checking for hrtime_t
configure:16252: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:44:13: error: use of undeclared identifier 'hrtime_t'; did you mean 'time_t'?
if (sizeof (hrtime_t))
^
/usr/include/sys/_types/_time_t.h:30:26: note: 'time_t' declared here
typedef __darwin_time_t time_t;
^
1 error generated.
configure:16252: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_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
|
|
| int
| main ()
| {
| if (sizeof (hrtime_t))
| return 0;
| ;
| return 0;
| }
configure:16252: result: no
configure:16269: checking size of int
configure:16274: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16274: $? = 0
configure:16274: ./conftest
configure:16274: $? = 0
configure:16288: result: 4
configure:16302: checking size of unsigned int
configure:16307: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16307: $? = 0
configure:16307: ./conftest
configure:16307: $? = 0
configure:16321: result: 4
configure:16335: checking size of long
configure:16340: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16340: $? = 0
configure:16340: ./conftest
configure:16340: $? = 0
configure:16354: result: 8
configure:16368: checking size of unsigned long
configure:16373: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16373: $? = 0
configure:16373: ./conftest
configure:16373: $? = 0
configure:16387: result: 8
configure:16401: checking size of long long
configure:16406: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16406: $? = 0
configure:16406: ./conftest
configure:16406: $? = 0
configure:16420: result: 8
configure:16434: checking size of unsigned long long
configure:16439: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16439: $? = 0
configure:16439: ./conftest
configure:16439: $? = 0
configure:16453: result: 8
configure:16467: checking size of size_t
configure:16472: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16472: $? = 0
configure:16472: ./conftest
configure:16472: $? = 0
configure:16486: result: 8
configure:16500: checking size of ptrdiff_t
configure:16505: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16505: $? = 0
configure:16505: ./conftest
configure:16505: $? = 0
configure:16519: result: 8
configure:16530: checking for ptrdiff_t
configure:16530: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16530: $? = 0
configure:16530: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:79:24: error: expected expression
if (sizeof ((ptrdiff_t)))
^
1 error generated.
configure:16530: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:16530: result: yes
configure:16540: checking for uintptr_t
configure:16540: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16540: $? = 0
configure:16540: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:84:24: error: expected expression
if (sizeof ((uintptr_t)))
^
1 error generated.
configure:16540: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:16540: result: yes
configure:16593: checking size of float
configure:16598: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16598: $? = 0
configure:16598: ./conftest
configure:16598: $? = 0
configure:16612: result: 4
configure:16626: checking size of double
configure:16631: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16631: $? = 0
configure:16631: ./conftest
configure:16631: $? = 0
configure:16645: result: 8
configure:16660: checking size of fftw_r2r_kind
configure:16665: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16665: $? = 0
configure:16665: ./conftest
configure:16665: $? = 0
configure:16684: result: 4
configure:16700: checking for working alloca.h
configure:16717: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16717: $? = 0
configure:16725: result: yes
configure:16733: checking for alloca
configure:16770: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16770: $? = 0
configure:16778: result: yes
configure:16884: checking for working strtod
configure:16925: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:16925: $? = 0
configure:16925: ./conftest
configure:16925: $? = 0
configure:16935: result: yes
configure:16999: checking for vprintf
configure:16999: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:73:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
char vprintf ();
^
conftest.c:73:6: note: 'vprintf' is a builtin with type 'int (const char *, __va_list_tag *)'
1 warning generated.
configure:16999: $? = 0
configure:16999: result: yes
configure:17005: checking for _doprnt
configure:17005: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
Undefined symbols for architecture x86_64:
"__doprnt", referenced from:
_main in conftest-1a9487.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17005: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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:17005: result: no
configure:17016: checking for sin in -lm
configure:17041: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:58:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
char sin ();
^
conftest.c:58:6: note: 'sin' is a builtin with type 'double (double)'
1 warning generated.
configure:17041: $? = 0
configure:17050: result: yes
configure:17155: checking for BSDgettimeofday
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_BSDgettimeofday", referenced from:
_main in conftest-dd1d19.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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:17155: result: no
configure:17155: checking for gettimeofday
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for gethrtime
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_gethrtime", referenced from:
_main in conftest-5a1299.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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:17155: result: no
configure:17155: checking for read_real_time
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_read_real_time", referenced from:
_main in conftest-466fb0.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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:17155: result: no
configure:17155: checking for time_base_to_time
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_time_base_to_time", referenced from:
_main in conftest-40c3d3.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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:17155: result: no
configure:17155: checking for drand48
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for sqrt
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:77:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
char sqrt ();
^
conftest.c:77:6: note: 'sqrt' is a builtin with type 'double (double)'
1 warning generated.
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for memset
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:78:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:78:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for posix_memalign
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for memalign
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_memalign", referenced from:
_main in conftest-cc1929.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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
| /* end confdefs.h. */
| /* Define memalign to an innocuous variant, in case <limits.h> declares memalign.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memalign innocuous_memalign
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memalign (); 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 memalign
|
| /* 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 memalign ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_memalign || defined __stub___memalign
| choke me
| #endif
|
| int
| main ()
| {
| return memalign ();
| ;
| return 0;
| }
configure:17155: result: no
configure:17155: checking for _mm_malloc
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"__mm_malloc", referenced from:
_main in conftest-a62312.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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
| /* 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:17155: result: no
configure:17155: checking for _mm_free
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"__mm_free", referenced from:
_main in conftest-a56da6.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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
| /* 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:17155: result: no
configure:17155: checking for clock_gettime
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-48db0d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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
| /* 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:17155: result: no
configure:17155: checking for mach_absolute_time
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for sysctl
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for abort
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:82:6: warning: incompatible redeclaration of library function 'abort' [-Wincompatible-library-redeclaration]
char abort ();
^
conftest.c:82:6: note: 'abort' is a builtin with type 'void (void) __attribute__((noreturn))'
1 warning generated.
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for sinl
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:83:6: warning: incompatible redeclaration of library function 'sinl' [-Wincompatible-library-redeclaration]
char sinl ();
^
conftest.c:83:6: note: 'sinl' is a builtin with type 'long double (long double)'
1 warning generated.
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for cosl
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:84:6: warning: incompatible redeclaration of library function 'cosl' [-Wincompatible-library-redeclaration]
char cosl ();
^
conftest.c:84:6: note: 'cosl' is a builtin with type 'long double (long double)'
1 warning generated.
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for snprintf
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:85:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:85:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for memmove
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:86:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:86:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for strchr
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:87:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
char strchr ();
^
conftest.c:87:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:17155: $? = 0
configure:17155: result: yes
configure:17155: checking for getpagesize
configure:17155: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
configure:17155: $? = 0
configure:17155: result: yes
configure:17164: checking whether sinl is declared
configure:17164: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:17164: $? = 0
configure:17164: result: yes
configure:17175: checking whether cosl is declared
configure:17175: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:17175: $? = 0
configure:17175: result: yes
configure:17186: checking whether sinq is declared
configure:17186: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:77:10: error: use of undeclared identifier 'sinq'
(void) sinq;
^
1 error generated.
configure:17186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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_MACH_ABSOLUTE_TIME 1
| #define HAVE_SYSCTL 1
| #define HAVE_ABORT 1
| #define HAVE_SINL 1
| #define HAVE_COSL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_SINL 1
| #define HAVE_DECL_COSL 1
| /* end confdefs.h. */
| #include <math.h>
|
| int
| main ()
| {
| #ifndef sinq
| #ifdef __cplusplus
| (void) sinq;
| #else
| (void) sinq;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:17186: result: no
configure:17197: checking whether cosq is declared
configure:17197: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:78:10: error: use of undeclared identifier 'cosq'
(void) cosq;
^
1 error generated.
configure:17197: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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_MACH_ABSOLUTE_TIME 1
| #define HAVE_SYSCTL 1
| #define HAVE_ABORT 1
| #define HAVE_SINL 1
| #define HAVE_COSL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_SINL 1
| #define HAVE_DECL_COSL 1
| #define HAVE_DECL_SINQ 0
| /* end confdefs.h. */
| #include <math.h>
|
| int
| main ()
| {
| #ifndef cosq
| #ifdef __cplusplus
| (void) cosq;
| #else
| (void) cosq;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:17197: result: no
configure:17209: checking whether memalign is declared
configure:17209: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
conftest.c:82:10: error: use of undeclared identifier 'memalign'
(void) memalign;
^
1 error generated.
configure:17209: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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_MACH_ABSOLUTE_TIME 1
| #define HAVE_SYSCTL 1
| #define HAVE_ABORT 1
| #define HAVE_SINL 1
| #define HAVE_COSL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_SINL 1
| #define HAVE_DECL_COSL 1
| #define HAVE_DECL_SINQ 0
| #define HAVE_DECL_COSQ 0
| /* end confdefs.h. */
|
| #ifdef HAVE_MALLOC_H
| #include <malloc.h>
| #endif
|
| int
| main ()
| {
| #ifndef memalign
| #ifdef __cplusplus
| (void) memalign;
| #else
| (void) memalign;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:17209: result: no
configure:17224: checking whether drand48 is declared
configure:17224: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:17224: $? = 0
configure:17224: result: yes
configure:17234: checking whether srand48 is declared
configure:17234: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:17234: $? = 0
configure:17234: result: yes
configure:17244: checking whether posix_memalign is declared
configure:17244: clang -c -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c >&5
configure:17244: $? = 0
configure:17244: result: yes
configure:17255: checking for _rtc intrinsic
configure:17271: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
conftest.c:80:1: warning: implicit declaration of function '_rtc' is invalid in C99 [-Wimplicit-function-declaration]
_rtc()
^
1 warning generated.
Undefined symbols for architecture x86_64:
"__rtc", referenced from:
_main in conftest-6035ba.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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_MACH_ABSOLUTE_TIME 1
| #define HAVE_SYSCTL 1
| #define HAVE_ABORT 1
| #define HAVE_SINL 1
| #define HAVE_COSL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_SINL 1
| #define HAVE_DECL_COSL 1
| #define HAVE_DECL_SINQ 0
| #define HAVE_DECL_COSQ 0
| #define HAVE_DECL_MEMALIGN 0
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_DECL_POSIX_MEMALIGN 1
| /* end confdefs.h. */
| #ifdef HAVE_INTRINSICS_H
| #include <intrinsics.h>
| #endif
| int
| main ()
| {
| _rtc()
| ;
| return 0;
| }
configure:17280: result: no
configure:17300: checking for isnan
configure:17314: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
configure:17314: $? = 0
configure:17326: result: yes
configure:17333: checking whether C compiler accepts -mpreferred-stack-boundary=4
configure:17352: clang -c -mpreferred-stack-boundary=4 conftest.c >&5
clang: error: unknown argument: '-mpreferred-stack-boundary=4'
configure:17352: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fftw"
| #define PACKAGE_TARNAME "fftw"
| #define PACKAGE_VERSION "3.3.7"
| #define PACKAGE_STRING "fftw 3.3.7"
| #define PACKAGE_BUGREPORT "fftw@fftw.org"
| #define PACKAGE_URL ""
| #define PACKAGE "fftw"
| #define VERSION "3.3.7"
| #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/"
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LONG_DOUBLE 1
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define HAVE_PTRDIFF_T 1
| #define HAVE_UINTPTR_T 1
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_FFTW_R2R_KIND 4
| #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_MACH_ABSOLUTE_TIME 1
| #define HAVE_SYSCTL 1
| #define HAVE_ABORT 1
| #define HAVE_SINL 1
| #define HAVE_COSL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCHR 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_SINL 1
| #define HAVE_DECL_COSL 1
| #define HAVE_DECL_SINQ 0
| #define HAVE_DECL_COSQ 0
| #define HAVE_DECL_MEMALIGN 0
| #define HAVE_DECL_DRAND48 1
| #define HAVE_DECL_SRAND48 1
| #define HAVE_DECL_POSIX_MEMALIGN 1
| #define HAVE_ISNAN 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:17362: result: no
configure:17624: checking for g77
configure:17654: result: no
configure:17624: checking for xlf
configure:17654: result: no
configure:17624: checking for f77
configure:17654: result: no
configure:17624: checking for frt
configure:17654: result: no
configure:17624: checking for pgf77
configure:17654: result: no
configure:17624: checking for cf77
configure:17654: result: no
configure:17624: checking for fort77
configure:17654: result: no
configure:17624: checking for fl32
configure:17654: result: no
configure:17624: checking for af77
configure:17654: result: no
configure:17624: checking for xlf90
configure:17654: result: no
configure:17624: checking for f90
configure:17654: result: no
configure:17624: checking for pgf90
configure:17654: result: no
configure:17624: checking for pghpf
configure:17654: result: no
configure:17624: checking for epcf90
configure:17654: result: no
configure:17624: checking for gfortran
configure:17640: found /usr/local/opt/gcc@7/bin/gfortran
configure:17651: result: gfortran
configure:17677: checking for Fortran 77 compiler version
configure:17686: gfortran --version >&5
GNU Fortran (Homebrew GCC 7.2.0) 7.2.0
Copyright (C) 2017 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:17697: $? = 0
configure:17686: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin13.4.0/7.2.0/lto-wrapper
Target: x86_64-apple-darwin13.4.0
Configured with: ../configure --build=x86_64-apple-darwin13.4.0 --prefix=/usr/local/Cellar/gcc/7.2.0 --libdir=/usr/local/Cellar/gcc/7.2.0/lib/gcc/7 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-7 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --enable-checking=release --with-pkgversion='Homebrew GCC 7.2.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --disable-nls
Thread model: posix
gcc version 7.2.0 (Homebrew GCC 7.2.0)
configure:17697: $? = 0
configure:17686: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:17697: $? = 1
configure:17686: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:17697: $? = 1
configure:17706: checking whether we are using the GNU Fortran 77 compiler
configure:17719: gfortran -c conftest.F >&5
dyld: Library not loaded: /usr/local/opt/isl/lib/libisl.15.dylib
Referenced from: /usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin13.4.0/7.2.0/f951
Reason: image not found
gfortran: internal compiler error: Trace/BPT trap: 5 (program f951)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.
configure:17719: $? = 4
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:17728: result: no
configure:17734: checking whether gfortran accepts -g
configure:17745: gfortran -c -g conftest.f >&5
dyld: Library not loaded: /usr/local/opt/isl/lib/libisl.15.dylib
Referenced from: /usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin13.4.0/7.2.0/f951
Reason: image not found
gfortran: internal compiler error: Trace/BPT trap: 5 (program f951)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.
configure:17745: $? = 4
configure: failed program was:
| program main
|
| end
configure:17753: result: no
configure:17882: checking if libtool supports shared libraries
configure:17884: result: yes
configure:17887: checking whether to build shared libraries
configure:17911: result: yes
configure:17914: checking whether to build static libraries
configure:17918: result: yes
configure:18270: checking for gfortran option to produce PIC
configure:18277: result: -fno-common
configure:18285: checking if gfortran PIC flag -fno-common works
configure:18303: gfortran -c -fno-common conftest.f >&5
dyld: Library not loaded: /usr/local/opt/isl/lib/libisl.15.dylib
Referenced from: /usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin13.4.0/7.2.0/f951
Reason: image not found
gfortran: internal compiler error: Trace/BPT trap: 5 (program f951)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.
configure:18307: $? = 4
configure:18320: result: no
configure:18343: checking if gfortran static flag works
configure:18371: result: no
configure:18383: checking if gfortran supports -c -o file.o
configure:18404: gfortran -c -o out/conftest2.o conftest.f >&5
dyld: Library not loaded: /usr/local/opt/isl/lib/libisl.15.dylib
Referenced from: /usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin13.4.0/7.2.0/f951
Reason: image not found
gfortran: internal compiler error: Trace/BPT trap: 5 (program f951)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.
configure:18408: $? = 4
configure:18430: result: no
configure:18435: checking if gfortran supports -c -o file.o
configure:18482: result: no
configure:18512: checking whether the gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:19725: result: no
configure:19866: checking dynamic linker characteristics
configure:20617: result: darwin13.4.0 dyld
configure:20682: checking how to hardcode library paths into programs
configure:20707: result: immediate
configure:20749: checking how to get verbose linking output from gfortran
configure:20759: gfortran -c conftest.f >&5
dyld: Library not loaded: /usr/local/opt/isl/lib/libisl.15.dylib
Referenced from: /usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin13.4.0/7.2.0/f951
Reason: image not found
gfortran: internal compiler error: Trace/BPT trap: 5 (program f951)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.
configure:20759: $? = 4
configure: failed program was:
| program main
|
| end
configure:20854: WARNING: compilation failed
configure:20860: result:
configure:20862: checking for Fortran 77 libraries of gfortran
configure:20885: gfortran -o conftest conftest.f -lm
dyld: Library not loaded: /usr/local/opt/isl/lib/libisl.15.dylib
Referenced from: /usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin13.4.0/7.2.0/f951
Reason: image not found
gfortran: internal compiler error: Trace/BPT trap: 5 (program f951)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.
configure:21081: result:
configure:21097: checking for dummy main to link with Fortran 77 libraries
configure:21131: clang -o conftest -O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math conftest.c -lm >&5
configure:21131: $? = 0
configure:21176: result: none
configure:21216: checking for Fortran 77 name-mangling scheme
configure:21229: gfortran -c conftest.f >&5
dyld: Library not loaded: /usr/local/opt/isl/lib/libisl.15.dylib
Referenced from: /usr/local/Cellar/gcc/7.2.0/libexec/gcc/x86_64-apple-darwin13.4.0/7.2.0/f951
Reason: image not found
gfortran: internal compiler error: Trace/BPT trap: 5 (program f951)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://github.com/Homebrew/homebrew-core/issues> for instructions.
configure:21229: $? = 4
configure: failed program was:
| subroutine foobar()
| return
| end
| subroutine foo_bar()
| return
| end
configure:21362: error: in `/private/tmp/fftw-20180609-83970-obceti/fftw-3.3.7':
configure:21364: error: cannot compile a simple Fortran program
See `config.log' for more details
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_MPICC_set=
ac_cv_env_MPICC_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_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_getpagesize=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_mach_absolute_time=yes
ac_cv_func_memalign=no
ac_cv_func_memmove=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_snprintf=yes
ac_cv_func_sqrt=yes
ac_cv_func_strchr=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=yes
ac_cv_have_decl_cosq=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=yes
ac_cv_have_decl_sinq=no
ac_cv_have_decl_srand48=yes
ac_cv_header_altivec_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fenv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=no
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_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-apple-darwin13.4.0
ac_cv_lib_m_sin=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='clang -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=clang
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=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_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_double=8
ac_cv_sizeof_fftw_r2r_kind=4
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_ptrdiff_t=8
ac_cv_sizeof_size_t=8
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_long_long=8
ac_cv_type_hrtime_t=no
ac_cv_type_long_double=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_working_alloca_h=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=clang
ax_cv_c_flags__O3__fomit_frame_pointer__mtune_native__fstrict_aliasing__ffast_math=yes
ax_cv_c_flags__ffast_math=yes
ax_cv_c_flags__fstrict_aliasing=yes
ax_cv_c_flags__mpreferred_stack_boundary_4=no
ax_cv_c_flags__mtune_native=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_F77=no
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_F77=-fno-common
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_F77=no
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/fftw-20180609-83970-obceti/fftw-3.3.7/missing aclocal-1.15'
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='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/fftw-20180609-83970-obceti/fftw-3.3.7/missing autoconf'
AUTOHEADER='${SHELL} /private/tmp/fftw-20180609-83970-obceti/fftw-3.3.7/missing autoheader'
AUTOMAKE='${SHELL} /private/tmp/fftw-20180609-83970-obceti/fftw-3.3.7/missing automake-1.15'
AVX2_CFLAGS=''
AVX512_CFLAGS=''
AVX_128_FMA_CFLAGS=''
AVX_CFLAGS=''
AWK='awk'
BUILD_DOC_FALSE='#'
BUILD_DOC_TRUE=''
CC='clang'
CCDEPMODE='depmode=none'
CFLAGS='-O3 -fomit-frame-pointer -mtune=native -fstrict-aliasing -ffast-math'
CHECK_PL_OPTS=''
COMBINED_THREADS_FALSE=''
COMBINED_THREADS_TRUE=''
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
C_FFTW_R2R_KIND='C_INT32_T'
C_MPI_FINT=''
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77='gfortran'
FFLAGS=''
FGREP='/usr/bin/grep -F'
FLIBS=''
GREP='/usr/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='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LDOUBLE_FALSE=''
LDOUBLE_TRUE='#'
LIBOBJS=''
LIBQUADMATH=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/fftw-20180609-83970-obceti/fftw-3.3.7/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
MPICC=''
MPILIBS=''
MPIRUN=''
MPI_FALSE=''
MPI_TRUE='#'
NEON_CFLAGS=''
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OCAMLBUILD=''
OPENMP_CFLAGS=''
OPENMP_FALSE=''
OPENMP_TRUE=''
OTOOL64=':'
OTOOL='otool'
PACKAGE='fftw'
PACKAGE_BUGREPORT='fftw@fftw.org'
PACKAGE_NAME='fftw'
PACKAGE_STRING='fftw 3.3.7'
PACKAGE_TARNAME='fftw'
PACKAGE_URL=''
PACKAGE_VERSION='3.3.7'
PATH_SEPARATOR=':'
POW_LIB=''
PRECISION='s'
PREC_SUFFIX='f'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
QUAD_FALSE=''
QUAD_TRUE='#'
RANLIB='ranlib'
SED='/usr/local/Homebrew/Library/Homebrew/shims/mac/super/sed'
SET_MAKE=''
SHARED_VERSION_INFO='8:7:5'
SHELL='/bin/sh'
SINGLE_FALSE='#'
SINGLE_TRUE=''
SMP_FALSE=''
SMP_TRUE=''
SSE2_CFLAGS=''
STACK_ALIGN_CFLAGS=''
STRIP='strip'
THREADLIBS=''
THREADS_FALSE=''
THREADS_TRUE=''
VERSION='3.3.7'
VSX_CFLAGS=''
ac_ct_AR='ar'
ac_ct_CC='clang'
ac_ct_DUMPBIN=''
ac_ct_F77='gfortran'
acx_pthread_config=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin13.4.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/fftw-20180609-83970-obceti/fftw-3.3.7/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/fftw/3.3.7_1'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "fftw"
#define PACKAGE_TARNAME "fftw"
#define PACKAGE_VERSION "3.3.7"
#define PACKAGE_STRING "fftw 3.3.7"
#define PACKAGE_BUGREPORT "fftw@fftw.org"
#define PACKAGE_URL ""
#define PACKAGE "fftw"
#define VERSION "3.3.7"
#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/"
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_FENV_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_SYS_TIME_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_LONG_DOUBLE 1
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_SIZE_T 8
#define SIZEOF_PTRDIFF_T 8
#define HAVE_PTRDIFF_T 1
#define HAVE_UINTPTR_T 1
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define SIZEOF_FFTW_R2R_KIND 4
#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_MACH_ABSOLUTE_TIME 1
#define HAVE_SYSCTL 1
#define HAVE_ABORT 1
#define HAVE_SINL 1
#define HAVE_COSL 1
#define HAVE_SNPRINTF 1
#define HAVE_MEMMOVE 1
#define HAVE_STRCHR 1
#define HAVE_GETPAGESIZE 1
#define HAVE_DECL_SINL 1
#define HAVE_DECL_COSL 1
#define HAVE_DECL_SINQ 0
#define HAVE_DECL_COSQ 0
#define HAVE_DECL_MEMALIGN 0
#define HAVE_DECL_DRAND48 1
#define HAVE_DECL_SRAND48 1
#define HAVE_DECL_POSIX_MEMALIGN 1
#define HAVE_ISNAN 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment