Ticket #62172: cnfig.log

File cnfig.log, 11.1 KB (added by murrayE, 3 years ago)

config.log

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