質問編集履歴
1
config.logを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -74,6 +74,286 @@
|
|
74
74
|
|
75
75
|
```
|
76
76
|
|
77
|
+
###該当のソースコード
|
78
|
+
|
79
|
+
文字数の関係で途中までなのですが,
|
80
|
+
|
81
|
+
config.log
|
82
|
+
|
83
|
+
```
|
84
|
+
|
85
|
+
This file contains any messages produced by compilers while
|
86
|
+
|
87
|
+
running configure, to aid debugging if configure makes a mistake.
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
It was created by ODE configure 0.16, which was
|
92
|
+
|
93
|
+
generated by GNU Autoconf 2.69. Invocation command line was
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
$ ./configure
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
## --------- ##
|
102
|
+
|
103
|
+
## Platform. ##
|
104
|
+
|
105
|
+
## --------- ##
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
hostname = ms06ssnoMacBook-puro-3.local
|
110
|
+
|
111
|
+
uname -m = x86_64
|
112
|
+
|
113
|
+
uname -r = 18.7.0
|
114
|
+
|
115
|
+
uname -s = Darwin
|
116
|
+
|
117
|
+
uname -v = Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
/usr/bin/uname -p = i386
|
122
|
+
|
123
|
+
/bin/uname -X = unknown
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
/bin/arch = unknown
|
128
|
+
|
129
|
+
/usr/bin/arch -k = unknown
|
130
|
+
|
131
|
+
/usr/convex/getsysinfo = unknown
|
132
|
+
|
133
|
+
/usr/bin/hostinfo = Mach kernel version:
|
134
|
+
|
135
|
+
Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64
|
136
|
+
|
137
|
+
Kernel configured for up to 4 processors.
|
138
|
+
|
139
|
+
2 processors are physically available.
|
140
|
+
|
141
|
+
4 processors are logically available.
|
142
|
+
|
143
|
+
Processor type: x86_64h (Intel x86-64h Haswell)
|
144
|
+
|
145
|
+
Processors active: 0 1 2 3
|
146
|
+
|
147
|
+
Primary memory available: 16.00 gigabytes
|
148
|
+
|
149
|
+
Default processor set: 423 tasks, 2301 threads, 4 processors
|
150
|
+
|
151
|
+
Load average: 3.38, Mach factor: 1.16
|
152
|
+
|
153
|
+
/bin/machine = unknown
|
154
|
+
|
155
|
+
/usr/bin/oslevel = unknown
|
156
|
+
|
157
|
+
/bin/universe = unknown
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
PATH: /usr/local/opt/openssl@1.1/bin
|
162
|
+
|
163
|
+
PATH: /usr/local/opt/curl/bin
|
164
|
+
|
165
|
+
PATH: /usr/local/bin
|
166
|
+
|
167
|
+
PATH: /usr/bin
|
168
|
+
|
169
|
+
PATH: /bin
|
170
|
+
|
171
|
+
PATH: /usr/sbin
|
172
|
+
|
173
|
+
PATH: /sbin
|
174
|
+
|
175
|
+
PATH: /Library/TeX/texbin
|
176
|
+
|
177
|
+
PATH: /usr/local/share/dotnet
|
178
|
+
|
179
|
+
PATH: /opt/X11/bin
|
180
|
+
|
181
|
+
PATH: ~/.dotnet/tools
|
182
|
+
|
183
|
+
PATH: /Library/Frameworks/Mono.framework/Versions/Current/Commands
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
## ----------- ##
|
190
|
+
|
191
|
+
## Core tests. ##
|
192
|
+
|
193
|
+
## ----------- ##
|
194
|
+
|
195
|
+
|
196
|
+
|
197
|
+
configure:2765: checking build system type
|
198
|
+
|
199
|
+
configure:2779: result: x86_64-apple-darwin18.7.0
|
200
|
+
|
201
|
+
configure:2799: checking host system type
|
202
|
+
|
203
|
+
configure:2812: result: x86_64-apple-darwin18.7.0
|
204
|
+
|
205
|
+
configure:2849: checking for a BSD-compatible install
|
206
|
+
|
207
|
+
configure:2917: result: /usr/bin/install -c
|
208
|
+
|
209
|
+
configure:2928: checking whether build environment is sane
|
210
|
+
|
211
|
+
configure:2983: result: yes
|
212
|
+
|
213
|
+
configure:3134: checking for a thread-safe mkdir -p
|
214
|
+
|
215
|
+
configure:3173: result: ./install-sh -c -d
|
216
|
+
|
217
|
+
configure:3180: checking for gawk
|
218
|
+
|
219
|
+
configure:3210: result: no
|
220
|
+
|
221
|
+
configure:3180: checking for mawk
|
222
|
+
|
223
|
+
configure:3210: result: no
|
224
|
+
|
225
|
+
configure:3180: checking for nawk
|
226
|
+
|
227
|
+
configure:3210: result: no
|
228
|
+
|
229
|
+
configure:3180: checking for awk
|
230
|
+
|
231
|
+
configure:3196: found /usr/bin/awk
|
232
|
+
|
233
|
+
configure:3207: result: awk
|
234
|
+
|
235
|
+
configure:3218: checking whether make sets $(MAKE)
|
236
|
+
|
237
|
+
configure:3240: result: yes
|
238
|
+
|
239
|
+
configure:3269: checking whether make supports nested variables
|
240
|
+
|
241
|
+
configure:3286: result: yes
|
242
|
+
|
243
|
+
configure:3415: checking whether make sets $(MAKE)
|
244
|
+
|
245
|
+
configure:3437: result: yes
|
246
|
+
|
247
|
+
configure:3504: checking for g++
|
248
|
+
|
249
|
+
configure:3520: found /usr/local/bin/g++
|
250
|
+
|
251
|
+
configure:3531: result: g++
|
252
|
+
|
253
|
+
configure:3558: checking for C++ compiler version
|
254
|
+
|
255
|
+
configure:3567: g++ --version >&5
|
256
|
+
|
257
|
+
g++ (Homebrew GCC 4.9.4_1) 4.9.4
|
258
|
+
|
259
|
+
Copyright (C) 2015 Free Software Foundation, Inc.
|
260
|
+
|
261
|
+
This is free software; see the source for copying conditions. There is NO
|
262
|
+
|
263
|
+
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
configure:3578: $? = 0
|
268
|
+
|
269
|
+
configure:3567: g++ -v >&5
|
270
|
+
|
271
|
+
Using built-in specs.
|
272
|
+
|
273
|
+
COLLECT_GCC=g++
|
274
|
+
|
275
|
+
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc@4.9/4.9.4_1/libexec/gcc/x86_64-apple-darwin17.3.0/4.9.4/lto-wrapper
|
276
|
+
|
277
|
+
Target: x86_64-apple-darwin17.3.0
|
278
|
+
|
279
|
+
Configured with: ../configure --build=x86_64-apple-darwin17.3.0 --prefix=/usr/local/Cellar/gcc@4.9/4.9.4_1 --libdir=/usr/local/Cellar/gcc@4.9/4.9.4_1/lib/gcc/4.9 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-4.9 --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --enable-plugin --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew GCC 4.9.4_1' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues MAKEINFO=missing --disable-nls --enable-multilib
|
280
|
+
|
281
|
+
Thread model: posix
|
282
|
+
|
283
|
+
gcc version 4.9.4 (Homebrew GCC 4.9.4_1)
|
284
|
+
|
285
|
+
configure:3578: $? = 0
|
286
|
+
|
287
|
+
configure:3567: g++ -V >&5
|
288
|
+
|
289
|
+
g++: error: unrecognized command line option '-V'
|
290
|
+
|
291
|
+
g++: fatal error: no input files
|
292
|
+
|
293
|
+
compilation terminated.
|
294
|
+
|
295
|
+
configure:3578: $? = 1
|
296
|
+
|
297
|
+
configure:3567: g++ -qversion >&5
|
298
|
+
|
299
|
+
g++: error: unrecognized command line option '-qversion'
|
300
|
+
|
301
|
+
g++: fatal error: no input files
|
302
|
+
|
303
|
+
compilation terminated.
|
304
|
+
|
305
|
+
configure:3578: $? = 1
|
306
|
+
|
307
|
+
configure:3598: checking whether the C++ compiler works
|
308
|
+
|
309
|
+
configure:3620: g++ conftest.cpp >&5
|
310
|
+
|
311
|
+
configure:3624: $? = 0
|
312
|
+
|
313
|
+
configure:3672: result: yes
|
314
|
+
|
315
|
+
configure:3675: checking for C++ compiler default output file name
|
316
|
+
|
317
|
+
configure:3677: result: a.out
|
318
|
+
|
319
|
+
configure:3683: checking for suffix of executables
|
320
|
+
|
321
|
+
configure:3690: g++ -o conftest conftest.cpp >&5
|
322
|
+
|
323
|
+
configure:3694: $? = 0
|
324
|
+
|
325
|
+
configure:3716: result:
|
326
|
+
|
327
|
+
configure:3738: checking whether we are cross compiling
|
328
|
+
|
329
|
+
configure:3746: g++ -o conftest conftest.cpp >&5
|
330
|
+
|
331
|
+
conftest.cpp:11:19: fatal error: stdio.h: No such file or directory
|
332
|
+
|
333
|
+
#include <stdio.h>
|
334
|
+
|
335
|
+
^
|
336
|
+
|
337
|
+
compilation terminated.
|
338
|
+
|
339
|
+
configure:3750: $? = 1
|
340
|
+
|
341
|
+
configure:3757: ./conftest
|
342
|
+
|
343
|
+
./configure: line 3759: ./conftest: No such file or directory
|
344
|
+
|
345
|
+
configure:3761: $? = 127
|
346
|
+
|
347
|
+
configure:3768: error: in `/Users/araki/Downloads/ode-0.16':
|
348
|
+
|
349
|
+
configure:3770: error: cannot run C++ compiled programs.
|
350
|
+
|
351
|
+
If you meant to cross compile, use `--host'.
|
352
|
+
|
353
|
+
See `config.log' for more details
|
354
|
+
|
355
|
+
```
|
356
|
+
|
77
357
|
|
78
358
|
|
79
359
|
|