Ticket #42614: config.log

File config.log, 10.5 KB (added by Xsenon973@…, 10 years ago)
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 meep configure 1.2, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure CPPFLAGS=-I/opt/local/include -I/Users/xsenon/Documents/Meep/install/include LDFLAGS=-L/opt/local/lib -L/Users/xsenon/Documents/Meep/install/lib --with-libctl=/Users/xsenon/Documents/Meep/install/share/libctl --prefix=/Users/xsenon/Documents/Meep/install
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Mac-mini-mac.local
14uname -m = x86_64
15uname -r = 13.0.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/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 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 4.00 gigabytes
33Default processor set: 152 tasks, 611 threads, 4 processors
34Load average: 0.67, Mach factor: 3.32
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /Users/xsenon/Documents/Meep/install/bin
40PATH: /opt/local/bin
41PATH: /opt/local/sbin
42PATH: /opt/local/bin
43PATH: /opt/local/sbin
44PATH: /opt/local/bin
45PATH: /opt/local/sbin
46PATH: /opt/local/bin
47PATH: /opt/local/sbin
48PATH: /opt/local/bin
49PATH: /opt/local/sbin
50PATH: /opt/local/bin
51PATH: /opt/local/sbin
52PATH: /usr/bin
53PATH: /bin
54PATH: /usr/sbin
55PATH: /sbin
56PATH: /usr/local/bin
57
58
59## ----------- ##
60## Core tests. ##
61## ----------- ##
62
63configure:2645: checking for a BSD-compatible install
64configure:2713: result: /usr/bin/install -c
65configure:2724: checking whether build environment is sane
66configure:2779: result: yes
67configure:2930: checking for a thread-safe mkdir -p
68configure:2969: result: ./install-sh -c -d
69configure:2976: checking for gawk
70configure:3006: result: no
71configure:2976: checking for mawk
72configure:3006: result: no
73configure:2976: checking for nawk
74configure:3006: result: no
75configure:2976: checking for awk
76configure:2992: found /usr/bin/awk
77configure:3003: result: awk
78configure:3014: checking whether make sets $(MAKE)
79configure:3036: result: yes
80configure:3065: checking whether make supports nested variables
81configure:3082: result: yes
82configure:3172: checking whether make supports nested variables
83configure:3189: result: yes
84configure:3204: checking whether to enable maintainer-specific portions of Makefiles
85configure:3213: result: no
86configure:3321: checking for g++
87configure:3337: found /opt/local/bin/g++
88configure:3348: result: g++
89configure:3375: checking for C++ compiler version
90configure:3384: g++ --version >&5
91g++ (MacPorts gcc48 4.8.2_0) 4.8.2
92Copyright (C) 2013 Free Software Foundation, Inc.
93This is free software; see the source for copying conditions.  There is NO
94warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
95
96configure:3395: $? = 0
97configure:3384: g++ -v >&5
98Using built-in specs.
99COLLECT_GCC=g++
100COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin13/4.8.2/lto-wrapper
101Target: x86_64-apple-darwin13
102Configured with: /opt/local/var/macports/build/_opt_mports_dports_lang_gcc48/gcc48/work/gcc-4.8.2/configure --prefix=/opt/local --build=x86_64-apple-darwin13 --enable-languages=c,c++,objc,obj-c++,lto,fortran,java --libdir=/opt/local/lib/gcc48 --includedir=/opt/local/include/gcc48 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-4.8 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-4.8 --with-gxx-include-dir=/opt/local/include/gcc48/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-cloog=/opt/local --enable-cloog-backend=isl --disable-cloog-version-check --enable-stage1-checking --disable-multilib --enable-lto --enable-libstdcxx-time --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --with-pkgversion='MacPorts gcc48 4.8.2_0'
103Thread model: posix
104gcc version 4.8.2 (MacPorts gcc48 4.8.2_0)
105configure:3395: $? = 0
106configure:3384: g++ -V >&5
107g++: error: unrecognized command line option '-V'
108g++: fatal error: no input files
109compilation terminated.
110configure:3395: $? = 1
111configure:3384: g++ -qversion >&5
112g++: error: unrecognized command line option '-qversion'
113g++: fatal error: no input files
114compilation terminated.
115configure:3395: $? = 1
116configure:3415: checking whether the C++ compiler works
117configure:3437: g++  -I/opt/local/include -I/Users/xsenon/Documents/Meep/install/include -L/opt/local/lib -L/Users/xsenon/Documents/Meep/install/lib conftest.cpp  >&5
118configure:3441: $? = 0
119configure:3489: result: yes
120configure:3492: checking for C++ compiler default output file name
121configure:3494: result: a.out
122configure:3500: checking for suffix of executables
123configure:3507: g++ -o conftest  -I/opt/local/include -I/Users/xsenon/Documents/Meep/install/include -L/opt/local/lib -L/Users/xsenon/Documents/Meep/install/lib conftest.cpp  >&5
124configure:3511: $? = 0
125configure:3533: result:
126configure:3555: checking whether we are cross compiling
127configure:3563: g++ -o conftest  -I/opt/local/include -I/Users/xsenon/Documents/Meep/install/include -L/opt/local/lib -L/Users/xsenon/Documents/Meep/install/lib conftest.cpp  >&5
128conftest.cpp:11:19: fatal error: stdio.h: No such file or directory
129 #include <stdio.h>
130                   ^
131compilation terminated.
132configure:3567: $? = 1
133configure:3574: ./conftest
134./configure: line 3576: ./conftest: No such file or directory
135configure:3578: $? = 127
136configure:3585: error: in `/Users/xsenon/downloads/meep-1.2':
137configure:3587: error: cannot run C++ compiled programs.
138If you meant to cross compile, use `--host'.
139See `config.log' for more details
140
141## ---------------- ##
142## Cache variables. ##
143## ---------------- ##
144
145ac_cv_env_CCC_set=
146ac_cv_env_CCC_value=
147ac_cv_env_CC_set=
148ac_cv_env_CC_value=
149ac_cv_env_CFLAGS_set=
150ac_cv_env_CFLAGS_value=
151ac_cv_env_CPPFLAGS_set=set
152ac_cv_env_CPPFLAGS_value='-I/opt/local/include -I/Users/xsenon/Documents/Meep/install/include'
153ac_cv_env_CPP_set=
154ac_cv_env_CPP_value=
155ac_cv_env_CXXCPP_set=
156ac_cv_env_CXXCPP_value=
157ac_cv_env_CXXFLAGS_set=
158ac_cv_env_CXXFLAGS_value=
159ac_cv_env_CXX_set=
160ac_cv_env_CXX_value=
161ac_cv_env_F77_set=
162ac_cv_env_F77_value=
163ac_cv_env_FFLAGS_set=
164ac_cv_env_FFLAGS_value=
165ac_cv_env_LDFLAGS_set=set
166ac_cv_env_LDFLAGS_value='-L/opt/local/lib -L/Users/xsenon/Documents/Meep/install/lib'
167ac_cv_env_LIBS_set=
168ac_cv_env_LIBS_value=
169ac_cv_env_MPICXX_set=
170ac_cv_env_MPICXX_value=
171ac_cv_env_build_alias_set=
172ac_cv_env_build_alias_value=
173ac_cv_env_host_alias_set=
174ac_cv_env_host_alias_value=
175ac_cv_env_target_alias_set=
176ac_cv_env_target_alias_value=
177ac_cv_path_install='/usr/bin/install -c'
178ac_cv_prog_AWK=awk
179ac_cv_prog_ac_ct_CXX=g++
180ac_cv_prog_make_make_set=yes
181am_cv_make_support_nested_variables=yes
182
183## ----------------- ##
184## Output variables. ##
185## ----------------- ##
186
187ACLOCAL='${SHELL} /Users/xsenon/downloads/meep-1.2/missing --run aclocal-1.12'
188ACTIVATE_READLINE=''
189AMDEPBACKSLASH=''
190AMDEP_FALSE=''
191AMDEP_TRUE=''
192AMTAR='$${TAR-tar}'
193AM_BACKSLASH='\'
194AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
195AM_DEFAULT_VERBOSITY='0'
196AM_V='$(V)'
197AR=''
198ARCHFLAG=''
199AUTOCONF='${SHELL} /Users/xsenon/downloads/meep-1.2/missing --run autoconf'
200AUTOHEADER='${SHELL} /Users/xsenon/downloads/meep-1.2/missing --run autoheader'
201AUTOMAKE='${SHELL} /Users/xsenon/downloads/meep-1.2/missing --run automake-1.12'
202AWK='awk'
203BLAS_LIBS=''
204CC=''
205CCDEPMODE=''
206CFLAGS=''
207CPP=''
208CPPFLAGS='-I/opt/local/include -I/Users/xsenon/Documents/Meep/install/include'
209CTL_H_CPPFLAG=''
210CXX='g++'
211CXXCPP=''
212CXXDEPMODE=''
213CXXFLAGS=''
214CYGPATH_W='echo'
215DEFS=''
216DEPDIR=''
217DLLTOOL=''
218DSYMUTIL=''
219DUMPBIN=''
220ECHO_C='\c'
221ECHO_N=''
222ECHO_T=''
223EGREP=''
224EXEEXT=''
225F77=''
226FFLAGS=''
227FGREP=''
228FLIBS=''
229GEN_CTL_IO=''
230GREP=''
231GUILE_CONFIG=''
232HARMINV_CFLAGS=''
233HARMINV_LIBS=''
234INSTALL_DATA='${INSTALL} -m 644'
235INSTALL_PROGRAM='${INSTALL}'
236INSTALL_SCRIPT='${INSTALL}'
237INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
238LAPACK_LIBS=''
239LATEX2HTML=''
240LD=''
241LDFLAGS='-L/opt/local/lib -L/Users/xsenon/Documents/Meep/install/lib'
242LIBCTL_DIR=''
243LIBCTL_LIBS=''
244LIBOBJS=''
245LIBS=''
246LIBTOOL=''
247LIPO=''
248LN_S=''
249LTLIBOBJS=''
250MAINT='#'
251MAINTAINER_MODE_FALSE=''
252MAINTAINER_MODE_TRUE='#'
253MAKEINFO='${SHELL} /Users/xsenon/downloads/meep-1.2/missing --run makeinfo'
254MANIFEST_TOOL=''
255MEEPLIBS=''
256MEEP_SUFFIX=''
257MKDIR_P='./install-sh -c -d'
258MPICXX=''
259MPILIBS=''
260MPIRUN=''
261NM=''
262NMEDIT=''
263OBJDUMP=''
264OBJEXT=''
265OTOOL64=''
266OTOOL=''
267PACKAGE='meep'
268PACKAGE_BUGREPORT='meep@ab-initio.mit.edu'
269PACKAGE_NAME='meep'
270PACKAGE_STRING='meep 1.2'
271PACKAGE_TARNAME='meep'
272PACKAGE_URL=''
273PACKAGE_VERSION='1.2'
274PATH_SEPARATOR=':'
275PKG_CONFIG=''
276PRTDIAG=''
277RANLIB=''
278RUNCODE=''
279SED=''
280SET_MAKE=''
281SHARED_VERSION_INFO='7:0:0'
282SHELL='/bin/sh'
283STRIP=''
284VERSION='1.2'
285WITH_LIBCTL_FALSE=''
286WITH_LIBCTL_TRUE=''
287ac_ct_AR=''
288ac_ct_CC=''
289ac_ct_CXX='g++'
290ac_ct_DUMPBIN=''
291ac_ct_F77=''
292am__EXEEXT_FALSE=''
293am__EXEEXT_TRUE=''
294am__fastdepCC_FALSE=''
295am__fastdepCC_TRUE=''
296am__fastdepCXX_FALSE=''
297am__fastdepCXX_TRUE=''
298am__include=''
299am__isrc=''
300am__leading_dot='.'
301am__nodep=''
302am__quote=''
303am__tar='$${TAR-tar} chof - "$$tardir"'
304am__untar='$${TAR-tar} xf -'
305bindir='${exec_prefix}/bin'
306build=''
307build_alias=''
308build_cpu=''
309build_os=''
310build_vendor=''
311datadir='${datarootdir}'
312datarootdir='${prefix}/share'
313docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
314dvidir='${docdir}'
315exec_prefix='NONE'
316host=''
317host_alias=''
318host_cpu=''
319host_os=''
320host_vendor=''
321htmldir='${docdir}'
322includedir='${prefix}/include'
323infodir='${datarootdir}/info'
324install_sh='${SHELL} /Users/xsenon/downloads/meep-1.2/install-sh'
325libdir='${exec_prefix}/lib'
326libexecdir='${exec_prefix}/libexec'
327localedir='${datarootdir}/locale'
328localstatedir='${prefix}/var'
329mandir='${datarootdir}/man'
330mkdir_p='$(MKDIR_P)'
331oldincludedir='/usr/include'
332pdfdir='${docdir}'
333prefix='/Users/xsenon/Documents/Meep/install'
334program_transform_name='s,x,x,'
335psdir='${docdir}'
336sbindir='${exec_prefix}/sbin'
337sharedstatedir='${prefix}/com'
338sysconfdir='${prefix}/etc'
339target_alias=''
340
341## ----------- ##
342## confdefs.h. ##
343## ----------- ##
344
345/* confdefs.h */
346#define PACKAGE_NAME "meep"
347#define PACKAGE_TARNAME "meep"
348#define PACKAGE_VERSION "1.2"
349#define PACKAGE_STRING "meep 1.2"
350#define PACKAGE_BUGREPORT "meep@ab-initio.mit.edu"
351#define PACKAGE_URL ""
352#define PACKAGE "meep"
353#define VERSION "1.2"
354
355configure: exit 1