1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | It was created by fftw configure 3.3.8, which was |
---|
5 | generated by GNU Autoconf 2.69. Invocation command line was |
---|
6 | |
---|
7 | $ ./configure --prefix=/opt/local --enable-threads --enable-shared --enable-sse2 --enable-avx |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = Blackstone.local |
---|
14 | uname -m = x86_64 |
---|
15 | uname -r = 20.2.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64 |
---|
18 | |
---|
19 | /usr/bin/uname -p = i386 |
---|
20 | /bin/uname -X = unknown |
---|
21 | |
---|
22 | /bin/arch = unknown |
---|
23 | /usr/bin/arch -k = unknown |
---|
24 | /usr/convex/getsysinfo = unknown |
---|
25 | /usr/bin/hostinfo = Mach kernel version: |
---|
26 | Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64 |
---|
27 | Kernel configured for up to 16 processors. |
---|
28 | 8 processors are physically available. |
---|
29 | 16 processors are logically available. |
---|
30 | Processor type: x86_64h (Intel x86-64h Haswell) |
---|
31 | Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---|
32 | Primary memory available: 64.00 gigabytes |
---|
33 | Default processor set: 532 tasks, 1966 threads, 16 processors |
---|
34 | Load average: 5.01, Mach factor: 10.97 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /opt/local/bin |
---|
40 | PATH: /opt/local/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:2878: checking for a BSD-compatible install |
---|
52 | configure:2946: result: /usr/bin/install -c |
---|
53 | configure:2957: checking whether build environment is sane |
---|
54 | configure:3012: result: yes |
---|
55 | configure:3163: checking for a thread-safe mkdir -p |
---|
56 | configure:3202: result: /opt/local/bin/gmkdir -p |
---|
57 | configure:3209: checking for gawk |
---|
58 | configure:3225: found /opt/local/bin/gawk |
---|
59 | configure:3236: result: gawk |
---|
60 | configure:3247: checking whether make sets $(MAKE) |
---|
61 | configure:3269: result: yes |
---|
62 | configure:3298: checking whether make supports nested variables |
---|
63 | configure:3315: result: yes |
---|
64 | configure:3445: checking whether to enable maintainer-specific portions of Makefiles |
---|
65 | configure:3454: result: no |
---|
66 | configure:3502: checking build system type |
---|
67 | configure:3516: result: x86_64-apple-darwin20.2.0 |
---|
68 | configure:3536: checking host system type |
---|
69 | configure:3549: result: x86_64-apple-darwin20.2.0 |
---|
70 | configure:4183: checking for gcc |
---|
71 | configure:4210: result: /usr/bin/clang |
---|
72 | configure:4439: checking for C compiler version |
---|
73 | configure:4448: /usr/bin/clang --version >&5 |
---|
74 | Apple clang version 12.0.0 (clang-1200.0.32.29) |
---|
75 | Target: x86_64-apple-darwin20.2.0 |
---|
76 | Thread model: posix |
---|
77 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
78 | configure:4459: $? = 0 |
---|
79 | configure:4448: /usr/bin/clang -v >&5 |
---|
80 | Apple clang version 12.0.0 (clang-1200.0.32.29) |
---|
81 | Target: x86_64-apple-darwin20.2.0 |
---|
82 | Thread model: posix |
---|
83 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin |
---|
84 | configure:4459: $? = 0 |
---|
85 | configure:4448: /usr/bin/clang -V >&5 |
---|
86 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
87 | clang: error: no input files |
---|
88 | configure:4459: $? = 1 |
---|
89 | configure:4448: /usr/bin/clang -qversion >&5 |
---|
90 | clang: error: unknown argument '-qversion'; did you mean '--version'? |
---|
91 | clang: error: no input files |
---|
92 | configure:4459: $? = 1 |
---|
93 | configure:4479: checking whether the C compiler works |
---|
94 | configure:4501: /usr/bin/clang -pipe -O3 -fno-common -fomit-frame-pointer -fstrict-aliasing -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64 conftest.c >&5 |
---|
95 | ld: library not found for -lSystem |
---|
96 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
97 | configure:4505: $? = 1 |
---|
98 | configure:4543: result: no |
---|
99 | configure: failed program was: |
---|
100 | | /* confdefs.h */ |
---|
101 | | #define PACKAGE_NAME "fftw" |
---|
102 | | #define PACKAGE_TARNAME "fftw" |
---|
103 | | #define PACKAGE_VERSION "3.3.8" |
---|
104 | | #define PACKAGE_STRING "fftw 3.3.8" |
---|
105 | | #define PACKAGE_BUGREPORT "fftw@fftw.org" |
---|
106 | | #define PACKAGE_URL "" |
---|
107 | | #define PACKAGE "fftw" |
---|
108 | | #define VERSION "3.3.8" |
---|
109 | | #define FFTW_ENABLE_ALLOCA 1 |
---|
110 | | #define HAVE_SSE2 1 |
---|
111 | | #define HAVE_AVX 1 |
---|
112 | | /* end confdefs.h. */ |
---|
113 | | |
---|
114 | | int |
---|
115 | | main () |
---|
116 | | { |
---|
117 | | |
---|
118 | | ; |
---|
119 | | return 0; |
---|
120 | | } |
---|
121 | configure:4548: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.8': |
---|
122 | configure:4550: error: C compiler cannot create executables |
---|
123 | See `config.log' for more details |
---|
124 | |
---|
125 | ## ---------------- ## |
---|
126 | ## Cache variables. ## |
---|
127 | ## ---------------- ## |
---|
128 | |
---|
129 | ac_cv_build=x86_64-apple-darwin20.2.0 |
---|
130 | ac_cv_env_CC_set=set |
---|
131 | ac_cv_env_CC_value=/usr/bin/clang |
---|
132 | ac_cv_env_CFLAGS_set=set |
---|
133 | ac_cv_env_CFLAGS_value='-pipe -O3 -fno-common -fomit-frame-pointer -fstrict-aliasing -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64' |
---|
134 | ac_cv_env_CPPFLAGS_set=set |
---|
135 | ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk' |
---|
136 | ac_cv_env_CPP_set= |
---|
137 | ac_cv_env_CPP_value= |
---|
138 | ac_cv_env_F77_set=set |
---|
139 | ac_cv_env_F77_value=/opt/local/bin/gfortran-mp-10 |
---|
140 | ac_cv_env_FFLAGS_set=set |
---|
141 | ac_cv_env_FFLAGS_value='-pipe -O3 -m64' |
---|
142 | ac_cv_env_LDFLAGS_set=set |
---|
143 | ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64' |
---|
144 | ac_cv_env_LIBS_set= |
---|
145 | ac_cv_env_LIBS_value= |
---|
146 | ac_cv_env_LT_SYS_LIBRARY_PATH_set= |
---|
147 | ac_cv_env_LT_SYS_LIBRARY_PATH_value= |
---|
148 | ac_cv_env_MPICC_set= |
---|
149 | ac_cv_env_MPICC_value= |
---|
150 | ac_cv_env_build_alias_set= |
---|
151 | ac_cv_env_build_alias_value= |
---|
152 | ac_cv_env_host_alias_set= |
---|
153 | ac_cv_env_host_alias_value= |
---|
154 | ac_cv_env_target_alias_set= |
---|
155 | ac_cv_env_target_alias_value= |
---|
156 | ac_cv_host=x86_64-apple-darwin20.2.0 |
---|
157 | ac_cv_path_mkdir=/opt/local/bin/gmkdir |
---|
158 | ac_cv_prog_AWK=gawk |
---|
159 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
---|
160 | ac_cv_prog_make_make_set=yes |
---|
161 | am_cv_make_support_nested_variables=yes |
---|
162 | |
---|
163 | ## ----------------- ## |
---|
164 | ## Output variables. ## |
---|
165 | ## ----------------- ## |
---|
166 | |
---|
167 | ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.8/missing aclocal-1.15' |
---|
168 | ALLOCA='' |
---|
169 | ALTIVEC_CFLAGS='' |
---|
170 | AMDEPBACKSLASH='' |
---|
171 | AMDEP_FALSE='' |
---|
172 | AMDEP_TRUE='' |
---|
173 | AMTAR='$${TAR-tar}' |
---|
174 | AM_BACKSLASH='\' |
---|
175 | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
---|
176 | AM_DEFAULT_VERBOSITY='1' |
---|
177 | AM_V='$(V)' |
---|
178 | AR='' |
---|
179 | AS='' |
---|
180 | AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.8/missing autoconf' |
---|
181 | AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.8/missing autoheader' |
---|
182 | AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.8/missing automake-1.15' |
---|
183 | AVX2_CFLAGS='' |
---|
184 | AVX512_CFLAGS='' |
---|
185 | AVX_128_FMA_CFLAGS='' |
---|
186 | AVX_CFLAGS='' |
---|
187 | AWK='gawk' |
---|
188 | BUILD_DOC_FALSE='#' |
---|
189 | BUILD_DOC_TRUE='' |
---|
190 | CC='/usr/bin/clang' |
---|
191 | CCDEPMODE='' |
---|
192 | CFLAGS='-pipe -O3 -fno-common -fomit-frame-pointer -fstrict-aliasing -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64' |
---|
193 | CHECK_PL_OPTS='' |
---|
194 | COMBINED_THREADS_FALSE='' |
---|
195 | COMBINED_THREADS_TRUE='' |
---|
196 | CPP='' |
---|
197 | CPPFLAGS='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk' |
---|
198 | CYGPATH_W='echo' |
---|
199 | C_FFTW_R2R_KIND='' |
---|
200 | C_MPI_FINT='' |
---|
201 | DEFS='' |
---|
202 | DEPDIR='' |
---|
203 | DLLTOOL='' |
---|
204 | DSYMUTIL='' |
---|
205 | DUMPBIN='' |
---|
206 | ECHO_C='\c' |
---|
207 | ECHO_N='' |
---|
208 | ECHO_T='' |
---|
209 | EGREP='' |
---|
210 | EXEEXT='' |
---|
211 | F77='/opt/local/bin/gfortran-mp-10' |
---|
212 | FFLAGS='-pipe -O3 -m64' |
---|
213 | FGREP='' |
---|
214 | FLIBS='' |
---|
215 | GREP='' |
---|
216 | HAVE_ALTIVEC_FALSE='' |
---|
217 | HAVE_ALTIVEC_TRUE='#' |
---|
218 | HAVE_AVX2_FALSE='' |
---|
219 | HAVE_AVX2_TRUE='#' |
---|
220 | HAVE_AVX512_FALSE='' |
---|
221 | HAVE_AVX512_TRUE='#' |
---|
222 | HAVE_AVX_128_FMA_FALSE='' |
---|
223 | HAVE_AVX_128_FMA_TRUE='#' |
---|
224 | HAVE_AVX_FALSE='#' |
---|
225 | HAVE_AVX_TRUE='' |
---|
226 | HAVE_GENERIC_SIMD128_FALSE='' |
---|
227 | HAVE_GENERIC_SIMD128_TRUE='#' |
---|
228 | HAVE_GENERIC_SIMD256_FALSE='' |
---|
229 | HAVE_GENERIC_SIMD256_TRUE='#' |
---|
230 | HAVE_KCVI_FALSE='' |
---|
231 | HAVE_KCVI_TRUE='#' |
---|
232 | HAVE_NEON_FALSE='' |
---|
233 | HAVE_NEON_TRUE='#' |
---|
234 | HAVE_SSE2_FALSE='#' |
---|
235 | HAVE_SSE2_TRUE='' |
---|
236 | HAVE_VSX_FALSE='' |
---|
237 | HAVE_VSX_TRUE='#' |
---|
238 | INDENT='' |
---|
239 | INSTALL_DATA='${INSTALL} -m 644' |
---|
240 | INSTALL_PROGRAM='${INSTALL}' |
---|
241 | INSTALL_SCRIPT='${INSTALL}' |
---|
242 | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
---|
243 | KCVI_CFLAGS='' |
---|
244 | LD='' |
---|
245 | LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -arch x86_64' |
---|
246 | LDOUBLE_FALSE='' |
---|
247 | LDOUBLE_TRUE='#' |
---|
248 | LIBOBJS='' |
---|
249 | LIBQUADMATH='' |
---|
250 | LIBS='' |
---|
251 | LIBTOOL='' |
---|
252 | LIPO='' |
---|
253 | LN_S='' |
---|
254 | LTLIBOBJS='' |
---|
255 | LT_SYS_LIBRARY_PATH='' |
---|
256 | MAINT='#' |
---|
257 | MAINTAINER_MODE_FALSE='' |
---|
258 | MAINTAINER_MODE_TRUE='#' |
---|
259 | MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.8/missing makeinfo' |
---|
260 | MANIFEST_TOOL='' |
---|
261 | MKDIR_P='/opt/local/bin/gmkdir -p' |
---|
262 | MPICC='' |
---|
263 | MPILIBS='' |
---|
264 | MPIRUN='' |
---|
265 | MPI_FALSE='' |
---|
266 | MPI_TRUE='' |
---|
267 | NEON_CFLAGS='' |
---|
268 | NM='' |
---|
269 | NMEDIT='' |
---|
270 | OBJDUMP='' |
---|
271 | OBJEXT='' |
---|
272 | OCAMLBUILD='' |
---|
273 | OPENMP_CFLAGS='' |
---|
274 | OPENMP_FALSE='' |
---|
275 | OPENMP_TRUE='' |
---|
276 | OTOOL64='' |
---|
277 | OTOOL='' |
---|
278 | PACKAGE='fftw' |
---|
279 | PACKAGE_BUGREPORT='fftw@fftw.org' |
---|
280 | PACKAGE_NAME='fftw' |
---|
281 | PACKAGE_STRING='fftw 3.3.8' |
---|
282 | PACKAGE_TARNAME='fftw' |
---|
283 | PACKAGE_URL='' |
---|
284 | PACKAGE_VERSION='3.3.8' |
---|
285 | PATH_SEPARATOR=':' |
---|
286 | POW_LIB='' |
---|
287 | PRECISION='d' |
---|
288 | PREC_SUFFIX='' |
---|
289 | PTHREAD_CC='' |
---|
290 | PTHREAD_CFLAGS='' |
---|
291 | PTHREAD_LIBS='' |
---|
292 | QUAD_FALSE='' |
---|
293 | QUAD_TRUE='#' |
---|
294 | RANLIB='' |
---|
295 | SED='' |
---|
296 | SET_MAKE='' |
---|
297 | SHARED_VERSION_INFO='8:8:5' |
---|
298 | SHELL='/bin/sh' |
---|
299 | SINGLE_FALSE='' |
---|
300 | SINGLE_TRUE='#' |
---|
301 | SMP_FALSE='' |
---|
302 | SMP_TRUE='' |
---|
303 | SSE2_CFLAGS='' |
---|
304 | STACK_ALIGN_CFLAGS='' |
---|
305 | STRIP='' |
---|
306 | THREADLIBS='' |
---|
307 | THREADS_FALSE='' |
---|
308 | THREADS_TRUE='' |
---|
309 | VERSION='3.3.8' |
---|
310 | VSX_CFLAGS='' |
---|
311 | ac_ct_AR='' |
---|
312 | ac_ct_CC='/usr/bin/clang' |
---|
313 | ac_ct_DUMPBIN='' |
---|
314 | ac_ct_F77='' |
---|
315 | acx_pthread_config='' |
---|
316 | am__EXEEXT_FALSE='' |
---|
317 | am__EXEEXT_TRUE='' |
---|
318 | am__fastdepCC_FALSE='' |
---|
319 | am__fastdepCC_TRUE='' |
---|
320 | am__include='' |
---|
321 | am__isrc='' |
---|
322 | am__leading_dot='.' |
---|
323 | am__nodep='' |
---|
324 | am__quote='' |
---|
325 | am__tar='$${TAR-tar} chof - "$$tardir"' |
---|
326 | am__untar='$${TAR-tar} xf -' |
---|
327 | bindir='${exec_prefix}/bin' |
---|
328 | build='x86_64-apple-darwin20.2.0' |
---|
329 | build_alias='' |
---|
330 | build_cpu='x86_64' |
---|
331 | build_os='darwin20.2.0' |
---|
332 | build_vendor='apple' |
---|
333 | datadir='${datarootdir}' |
---|
334 | datarootdir='${prefix}/share' |
---|
335 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
---|
336 | dvidir='${docdir}' |
---|
337 | exec_prefix='NONE' |
---|
338 | host='x86_64-apple-darwin20.2.0' |
---|
339 | host_alias='' |
---|
340 | host_cpu='x86_64' |
---|
341 | host_os='darwin20.2.0' |
---|
342 | host_vendor='apple' |
---|
343 | htmldir='${docdir}' |
---|
344 | includedir='${prefix}/include' |
---|
345 | infodir='${datarootdir}/info' |
---|
346 | install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_fftw-3/fftw-3/work/fftw-3.3.8/install-sh' |
---|
347 | libdir='${exec_prefix}/lib' |
---|
348 | libexecdir='${exec_prefix}/libexec' |
---|
349 | localedir='${datarootdir}/locale' |
---|
350 | localstatedir='${prefix}/var' |
---|
351 | mandir='${datarootdir}/man' |
---|
352 | mkdir_p='$(MKDIR_P)' |
---|
353 | oldincludedir='/usr/include' |
---|
354 | pdfdir='${docdir}' |
---|
355 | prefix='/opt/local' |
---|
356 | program_transform_name='s,x,x,' |
---|
357 | psdir='${docdir}' |
---|
358 | runstatedir='${localstatedir}/run' |
---|
359 | sbindir='${exec_prefix}/sbin' |
---|
360 | sharedstatedir='${prefix}/com' |
---|
361 | sysconfdir='${prefix}/etc' |
---|
362 | target_alias='' |
---|
363 | |
---|
364 | ## ----------- ## |
---|
365 | ## confdefs.h. ## |
---|
366 | ## ----------- ## |
---|
367 | |
---|
368 | /* confdefs.h */ |
---|
369 | #define PACKAGE_NAME "fftw" |
---|
370 | #define PACKAGE_TARNAME "fftw" |
---|
371 | #define PACKAGE_VERSION "3.3.8" |
---|
372 | #define PACKAGE_STRING "fftw 3.3.8" |
---|
373 | #define PACKAGE_BUGREPORT "fftw@fftw.org" |
---|
374 | #define PACKAGE_URL "" |
---|
375 | #define PACKAGE "fftw" |
---|
376 | #define VERSION "3.3.8" |
---|
377 | #define FFTW_ENABLE_ALLOCA 1 |
---|
378 | #define HAVE_SSE2 1 |
---|
379 | #define HAVE_AVX 1 |
---|
380 | |
---|
381 | configure: exit 77 |
---|