-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.log
339 lines (317 loc) · 10.8 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mrbayes configure 3.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = lsa-221n.lsu.edu
uname -m = x86_64
uname -r = 14.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/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 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 275 tasks, 1186 threads, 8 processors
Load average: 1.20, Mach factor: 6.79
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/jembrown/anaconda/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1961: checking for gcc
configure:1977: found /usr/bin/gcc
configure:1988: result: gcc
configure:2217: checking for C compiler version
configure:2226: gcc --version >&5
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1
configure:2237: $? = 0
configure:2226: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
configure:2237: $? = 0
configure:2226: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2237: $? = 1
configure:2226: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:2237: $? = 1
configure:2257: checking whether the C compiler works
configure:2279: gcc -O3 -DNDEBUG conftest.c >&5
configure:2283: $? = 0
configure:2331: result: yes
configure:2334: checking for C compiler default output file name
configure:2336: result: a.out
configure:2342: checking for suffix of executables
configure:2349: gcc -o conftest -O3 -DNDEBUG conftest.c >&5
configure:2353: $? = 0
configure:2375: result:
configure:2397: checking whether we are cross compiling
configure:2405: gcc -o conftest -O3 -DNDEBUG conftest.c >&5
configure:2409: $? = 0
configure:2416: ./conftest
configure:2420: $? = 0
configure:2435: result: no
configure:2440: checking for suffix of object files
configure:2462: gcc -c -O3 -DNDEBUG conftest.c >&5
configure:2466: $? = 0
configure:2487: result: o
configure:2491: checking whether we are using the GNU C compiler
configure:2510: gcc -c -O3 -DNDEBUG conftest.c >&5
configure:2510: $? = 0
configure:2519: result: yes
configure:2528: checking whether gcc accepts -g
configure:2548: gcc -c -g conftest.c >&5
configure:2548: $? = 0
configure:2589: result: yes
configure:2606: checking for gcc option to accept ISO C89
configure:2669: gcc -c -O3 -DNDEBUG conftest.c >&5
configure:2669: $? = 0
configure:2682: result: none needed
configure:2709: checking how to run the C preprocessor
configure:2740: gcc -E conftest.c
configure:2740: $? = 0
configure:2754: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:2754: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mrbayes"
| #define PACKAGE_TARNAME "mrbayes"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "mrbayes 3.2"
| #define PACKAGE_BUGREPORT "http://www.mrbayes.net"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2779: result: gcc -E
configure:2799: gcc -E conftest.c
configure:2799: $? = 0
configure:2813: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:2813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mrbayes"
| #define PACKAGE_TARNAME "mrbayes"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "mrbayes 3.2"
| #define PACKAGE_BUGREPORT "http://www.mrbayes.net"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2842: checking for grep that handles long lines and -e
configure:2900: result: /usr/bin/grep
configure:2905: checking for egrep
configure:2967: result: /usr/bin/grep -E
configure:2972: checking for ANSI C header files
configure:2992: gcc -c -O3 -DNDEBUG conftest.c >&5
configure:2992: $? = 0
configure:3065: gcc -o conftest -O3 -DNDEBUG conftest.c >&5
configure:3065: $? = 0
configure:3065: ./conftest
configure:3065: $? = 0
configure:3076: result: yes
configure:3084: checking for exp in -lm
configure:3109: gcc -o conftest -O3 -DNDEBUG conftest.c -lm >&5
conftest.c:17:6: warning: incompatible redeclaration of library function 'exp' [-Wincompatible-library-redeclaration]
char exp ();
^
conftest.c:17:6: note: 'exp' is a builtin with type 'double (double)'
1 warning generated.
configure:3109: $? = 0
configure:3118: result: yes
configure:3172: checking for a BSD-compatible install
configure:3240: result: /usr/bin/install -c
configure:3329: checking for SSE support
configure:3352: gcc -o conftest -O3 -DNDEBUG conftest.c -lm >&5
configure:3352: $? = 0
configure:3352: ./conftest
configure:3352: $? = 0
configure:3353: result: yes
configure:3398: checking for /usr/local/include/libhmsbeagle/libhmsbeagle/beagle.h
configure:3412: result: no
configure:3418: checking for /usr/local/include/libhmsbeagle-1/libhmsbeagle/beagle.h
configure:3432: result: yes
configure:3448: checking for /usr/local/include/libhmsbeagle/libhmsbeagle/platform.h
configure:3462: result: no
configure:3468: checking for /usr/local/include/libhmsbeagle-1/libhmsbeagle/platform.h
configure:3482: result: yes
configure:3498: checking for /usr/local/lib
configure:3512: result: yes
configure:3591: checking for readline in -lreadline
configure:3616: gcc -o conftest -O3 -DNDEBUG -I/usr/local/include/libhmsbeagle-1 -L/usr/local/lib -lhmsbeagle conftest.c -lreadline -lm >&5
configure:3616: $? = 0
configure:3625: result: yes
configure:3638: checking for rl_completion_matches function
configure:3655: gcc -o conftest -O3 -DNDEBUG -I/usr/local/include/libhmsbeagle-1 -L/usr/local/lib -lhmsbeagle -lreadline conftest.c -lreadline -lm >&5
configure:3655: $? = 0
configure:3656: result: yes
configure:3668: checking for 32 or 64 bits cpu
configure:3682: gcc -o conftest -O3 -DNDEBUG -I/usr/local/include/libhmsbeagle-1 -L/usr/local/lib -lhmsbeagle -lreadline conftest.c -lreadline -lm >&5
configure:3682: $? = 0
configure:3682: ./conftest
configure:3682: $? = 0
configure:3683: result: 64
configure:3816: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by mrbayes config.status 3.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on lsa-221n.lsu.edu
config.status:800: creating Makefile
config.status:800: creating config.h
config.status:975: config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_file__usr_local_include_libhmsbeagle_1_libhmsbeagle_beagle_h=yes
ac_cv_file__usr_local_include_libhmsbeagle_1_libhmsbeagle_platform_h=yes
ac_cv_file__usr_local_include_libhmsbeagle_libhmsbeagle_beagle_h=no
ac_cv_file__usr_local_include_libhmsbeagle_libhmsbeagle_platform_h=no
ac_cv_file__usr_local_lib=yes
ac_cv_header_stdc=yes
ac_cv_lib_m_exp=yes
ac_cv_lib_readline_readline=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-O3 -DNDEBUG -I/usr/local/include/libhmsbeagle-1'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=' -L/usr/local/lib -lhmsbeagle -lreadline'
LIBOBJS=''
LIBS='-lreadline -lm '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='http://www.mrbayes.net'
PACKAGE_NAME='mrbayes'
PACKAGE_STRING='mrbayes 3.2'
PACKAGE_TARNAME='mrbayes'
PACKAGE_URL=''
PACKAGE_VERSION='3.2'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mpicc=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "mrbayes"
#define PACKAGE_TARNAME "mrbayes"
#define PACKAGE_VERSION "3.2"
#define PACKAGE_STRING "mrbayes 3.2"
#define PACKAGE_BUGREPORT "http://www.mrbayes.net"
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_LIBM 1
#define SSE_ENABLED 1
#define BEAGLE_ENABLED 1
#define UNIX_VERSION 1
#define HAVE_LIBREADLINE 1
#define COMPLETIONMATCHES 1
#define _64BIT 1
configure: exit 0