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 OPTPP configure 2.4, which was |
---|
5 | generated by GNU Autoconf 2.69. Invocation command line was |
---|
6 | |
---|
7 | $ ./configure --prefix=/opt/local --includedir=/opt/local/include/OPT++ --with-blas |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = DanTrim.local |
---|
14 | uname -m = x86_64 |
---|
15 | uname -r = 15.2.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/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 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 |
---|
27 | Kernel configured for up to 2 processors. |
---|
28 | 2 processors are physically available. |
---|
29 | 2 processors are logically available. |
---|
30 | Processor type: i486 (Intel 80486) |
---|
31 | Processors active: 0 1 |
---|
32 | Primary memory available: 4.00 gigabytes |
---|
33 | Default processor set: 223 tasks, 886 threads, 2 processors |
---|
34 | Load average: 5.46, Mach factor: 0.29 |
---|
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:2740: checking build system type |
---|
52 | configure:2754: result: i686-apple-darwin15.2.0 |
---|
53 | configure:2774: checking host system type |
---|
54 | configure:2787: result: i686-apple-darwin15.2.0 |
---|
55 | configure:2848: checking for a BSD-compatible install |
---|
56 | configure:2916: result: /usr/bin/install -c |
---|
57 | configure:2927: checking whether build environment is sane |
---|
58 | configure:2964: result: yes |
---|
59 | configure:3026: checking for gawk |
---|
60 | configure:3056: result: no |
---|
61 | configure:3026: checking for mawk |
---|
62 | configure:3056: result: no |
---|
63 | configure:3026: checking for nawk |
---|
64 | configure:3056: result: no |
---|
65 | configure:3026: checking for awk |
---|
66 | configure:3042: found /usr/bin/awk |
---|
67 | configure:3053: result: awk |
---|
68 | configure:3064: checking whether make sets $(MAKE) |
---|
69 | configure:3086: result: yes |
---|
70 | configure:3315: checking for gcc |
---|
71 | configure:3342: result: /usr/bin/clang |
---|
72 | configure:3571: checking for C compiler version |
---|
73 | configure:3580: /usr/bin/clang --version >&5 |
---|
74 | Apple LLVM version 7.0.2 (clang-700.1.81) |
---|
75 | Target: x86_64-apple-darwin15.2.0 |
---|
76 | Thread model: posix |
---|
77 | configure:3591: $? = 0 |
---|
78 | configure:3580: /usr/bin/clang -v >&5 |
---|
79 | Apple LLVM version 7.0.2 (clang-700.1.81) |
---|
80 | Target: x86_64-apple-darwin15.2.0 |
---|
81 | Thread model: posix |
---|
82 | configure:3591: $? = 0 |
---|
83 | configure:3580: /usr/bin/clang -V >&5 |
---|
84 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
85 | clang: error: no input files |
---|
86 | configure:3591: $? = 1 |
---|
87 | configure:3580: /usr/bin/clang -qversion >&5 |
---|
88 | clang: error: unknown argument: '-qversion' |
---|
89 | clang: error: no input files |
---|
90 | configure:3591: $? = 1 |
---|
91 | configure:3611: checking whether the C compiler works |
---|
92 | configure:3633: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -framework vecLib -arch x86_64 conftest.c >&5 |
---|
93 | ld: framework not found vecLib |
---|
94 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
95 | configure:3637: $? = 1 |
---|
96 | configure:3675: result: no |
---|
97 | configure: failed program was: |
---|
98 | | /* confdefs.h */ |
---|
99 | | #define PACKAGE_NAME "OPTPP" |
---|
100 | | #define PACKAGE_TARNAME "optpp" |
---|
101 | | #define PACKAGE_VERSION "2.4" |
---|
102 | | #define PACKAGE_STRING "OPTPP 2.4" |
---|
103 | | #define PACKAGE_BUGREPORT "http://software.sandia.gov/bugzilla" |
---|
104 | | #define PACKAGE_URL "" |
---|
105 | | #define PACKAGE "optpp" |
---|
106 | | #define VERSION "2.4" |
---|
107 | | /* end confdefs.h. */ |
---|
108 | | |
---|
109 | | int |
---|
110 | | main () |
---|
111 | | { |
---|
112 | | |
---|
113 | | ; |
---|
114 | | return 0; |
---|
115 | | } |
---|
116 | configure:3680: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_optpp/optpp/work/optpp-2.4': |
---|
117 | configure:3682: error: C compiler cannot create executables |
---|
118 | See `config.log' for more details |
---|
119 | |
---|
120 | ## ---------------- ## |
---|
121 | ## Cache variables. ## |
---|
122 | ## ---------------- ## |
---|
123 | |
---|
124 | ac_cv_build=i686-apple-darwin15.2.0 |
---|
125 | ac_cv_env_CCC_set= |
---|
126 | ac_cv_env_CCC_value= |
---|
127 | ac_cv_env_CC_set=set |
---|
128 | ac_cv_env_CC_value=/usr/bin/clang |
---|
129 | ac_cv_env_CFLAGS_set=set |
---|
130 | ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64' |
---|
131 | ac_cv_env_CPPFLAGS_set=set |
---|
132 | ac_cv_env_CPPFLAGS_value=-I/opt/local/include |
---|
133 | ac_cv_env_CPP_set= |
---|
134 | ac_cv_env_CPP_value= |
---|
135 | ac_cv_env_CXXCPP_set= |
---|
136 | ac_cv_env_CXXCPP_value= |
---|
137 | ac_cv_env_CXXFLAGS_set=set |
---|
138 | ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++' |
---|
139 | ac_cv_env_CXX_set=set |
---|
140 | ac_cv_env_CXX_value=/usr/bin/clang++ |
---|
141 | ac_cv_env_F77_set= |
---|
142 | ac_cv_env_F77_value= |
---|
143 | ac_cv_env_FFLAGS_set=set |
---|
144 | ac_cv_env_FFLAGS_value='-pipe -Os' |
---|
145 | ac_cv_env_LDFLAGS_set=set |
---|
146 | ac_cv_env_LDFLAGS_value='-framework vecLib -arch x86_64' |
---|
147 | ac_cv_env_LIBS_set= |
---|
148 | ac_cv_env_LIBS_value= |
---|
149 | ac_cv_env_MPICC_set= |
---|
150 | ac_cv_env_MPICC_value= |
---|
151 | ac_cv_env_MPICXX_set= |
---|
152 | ac_cv_env_MPICXX_value= |
---|
153 | ac_cv_env_build_alias_set= |
---|
154 | ac_cv_env_build_alias_value= |
---|
155 | ac_cv_env_host_alias_set= |
---|
156 | ac_cv_env_host_alias_value= |
---|
157 | ac_cv_env_target_alias_set= |
---|
158 | ac_cv_env_target_alias_value= |
---|
159 | ac_cv_host=i686-apple-darwin15.2.0 |
---|
160 | ac_cv_prog_AWK=awk |
---|
161 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
---|
162 | ac_cv_prog_make_make_set=yes |
---|
163 | |
---|
164 | ## ----------------- ## |
---|
165 | ## Output variables. ## |
---|
166 | ## ----------------- ## |
---|
167 | |
---|
168 | ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_optpp/optpp/work/optpp-2.4/config/missing --run aclocal-1.9' |
---|
169 | AMDEPBACKSLASH='' |
---|
170 | AMDEP_FALSE='' |
---|
171 | AMDEP_TRUE='' |
---|
172 | AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_optpp/optpp/work/optpp-2.4/config/missing --run tar' |
---|
173 | AR='' |
---|
174 | AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_optpp/optpp/work/optpp-2.4/config/missing --run autoconf' |
---|
175 | AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_optpp/optpp/work/optpp-2.4/config/missing --run autoheader' |
---|
176 | AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_optpp/optpp/work/optpp-2.4/config/missing --run automake-1.9' |
---|
177 | AWK='awk' |
---|
178 | BLAS_LIBS='' |
---|
179 | CC='/usr/bin/clang' |
---|
180 | CCDEPMODE='' |
---|
181 | CFLAGS='-pipe -Os -arch x86_64' |
---|
182 | CPP='' |
---|
183 | CPPFLAGS='-I/opt/local/include' |
---|
184 | CXX='/usr/bin/clang++' |
---|
185 | CXXCPP='' |
---|
186 | CXXDEPMODE='' |
---|
187 | CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++' |
---|
188 | CYGPATH_W='echo' |
---|
189 | DEFS='' |
---|
190 | DEPDIR='' |
---|
191 | DOXYGEN='' |
---|
192 | ECHO='/bin/echo' |
---|
193 | ECHO_C='\c' |
---|
194 | ECHO_N='' |
---|
195 | ECHO_T='' |
---|
196 | EGREP='' |
---|
197 | EXEEXT='' |
---|
198 | F77='' |
---|
199 | FFLAGS='-pipe -Os' |
---|
200 | FLIBS='' |
---|
201 | GREP='' |
---|
202 | HAVE_BLAS_FALSE='' |
---|
203 | HAVE_BLAS_TRUE='' |
---|
204 | HAVE_DOXYGEN_FALSE='' |
---|
205 | HAVE_DOXYGEN_TRUE='' |
---|
206 | HAVE_MPI_FALSE='' |
---|
207 | HAVE_MPI_TRUE='' |
---|
208 | HAVE_NPSOL_FALSE='' |
---|
209 | HAVE_NPSOL_TRUE='' |
---|
210 | HAVE_XML_FALSE='' |
---|
211 | HAVE_XML_TRUE='' |
---|
212 | INSTALL_DATA='${INSTALL} -m 644' |
---|
213 | INSTALL_PROGRAM='${INSTALL}' |
---|
214 | INSTALL_SCRIPT='${INSTALL}' |
---|
215 | INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' |
---|
216 | LDFLAGS='-framework vecLib -arch x86_64' |
---|
217 | LIBOBJS='' |
---|
218 | LIBS='' |
---|
219 | LIBTOOL='' |
---|
220 | LN_S='' |
---|
221 | LTLIBOBJS='' |
---|
222 | MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_optpp/optpp/work/optpp-2.4/config/missing --run makeinfo' |
---|
223 | MPICC='' |
---|
224 | MPICXX='' |
---|
225 | MPILIBS='' |
---|
226 | NPSOL_LIB='' |
---|
227 | OBJEXT='' |
---|
228 | PACKAGE='optpp' |
---|
229 | PACKAGE_BUGREPORT='http://software.sandia.gov/bugzilla' |
---|
230 | PACKAGE_NAME='OPTPP' |
---|
231 | PACKAGE_STRING='OPTPP 2.4' |
---|
232 | PACKAGE_TARNAME='optpp' |
---|
233 | PACKAGE_URL='' |
---|
234 | PACKAGE_VERSION='2.4' |
---|
235 | PATH_SEPARATOR=':' |
---|
236 | RANLIB='' |
---|
237 | SET_MAKE='' |
---|
238 | SHELL='/bin/sh' |
---|
239 | STRIP='' |
---|
240 | VERSION='2.4' |
---|
241 | ac_ct_CC='/usr/bin/clang' |
---|
242 | ac_ct_CXX='' |
---|
243 | ac_ct_F77='' |
---|
244 | am__fastdepCC_FALSE='' |
---|
245 | am__fastdepCC_TRUE='' |
---|
246 | am__fastdepCXX_FALSE='' |
---|
247 | am__fastdepCXX_TRUE='' |
---|
248 | am__include='' |
---|
249 | am__leading_dot='.' |
---|
250 | am__quote='' |
---|
251 | am__tar='${AMTAR} chof - "$$tardir"' |
---|
252 | am__untar='${AMTAR} xf -' |
---|
253 | bindir='${exec_prefix}/bin' |
---|
254 | build='i686-apple-darwin15.2.0' |
---|
255 | build_alias='' |
---|
256 | build_cpu='i686' |
---|
257 | build_os='darwin15.2.0' |
---|
258 | build_vendor='apple' |
---|
259 | datadir='${datarootdir}' |
---|
260 | datarootdir='${prefix}/share' |
---|
261 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
---|
262 | dvidir='${docdir}' |
---|
263 | exec_prefix='NONE' |
---|
264 | host='i686-apple-darwin15.2.0' |
---|
265 | host_alias='' |
---|
266 | host_cpu='i686' |
---|
267 | host_os='darwin15.2.0' |
---|
268 | host_vendor='apple' |
---|
269 | htmldir='${docdir}' |
---|
270 | includedir='/opt/local/include/OPT++' |
---|
271 | infodir='${datarootdir}/info' |
---|
272 | install_sh='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_optpp/optpp/work/optpp-2.4/config/install-sh' |
---|
273 | libdir='${exec_prefix}/lib' |
---|
274 | libexecdir='${exec_prefix}/libexec' |
---|
275 | localedir='${datarootdir}/locale' |
---|
276 | localstatedir='${prefix}/var' |
---|
277 | mandir='${datarootdir}/man' |
---|
278 | mkdir_p='$(install_sh) -d' |
---|
279 | oldincludedir='/usr/include' |
---|
280 | pdfdir='${docdir}' |
---|
281 | prefix='/opt/local' |
---|
282 | program_transform_name='s,x,x,' |
---|
283 | psdir='${docdir}' |
---|
284 | sbindir='${exec_prefix}/sbin' |
---|
285 | sharedstatedir='${prefix}/com' |
---|
286 | sysconfdir='${prefix}/etc' |
---|
287 | target_alias='' |
---|
288 | |
---|
289 | ## ----------- ## |
---|
290 | ## confdefs.h. ## |
---|
291 | ## ----------- ## |
---|
292 | |
---|
293 | /* confdefs.h */ |
---|
294 | #define PACKAGE_NAME "OPTPP" |
---|
295 | #define PACKAGE_TARNAME "optpp" |
---|
296 | #define PACKAGE_VERSION "2.4" |
---|
297 | #define PACKAGE_STRING "OPTPP 2.4" |
---|
298 | #define PACKAGE_BUGREPORT "http://software.sandia.gov/bugzilla" |
---|
299 | #define PACKAGE_URL "" |
---|
300 | #define PACKAGE "optpp" |
---|
301 | #define VERSION "2.4" |
---|
302 | |
---|
303 | configure: exit 77 |
---|