質問編集履歴
1
config.logを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -36,8 +36,148 @@
|
|
36
36
|
^
|
37
37
|
compilation terminated.
|
38
38
|
```
|
39
|
+
###該当のソースコード
|
40
|
+
文字数の関係で途中までなのですが,
|
41
|
+
config.log
|
42
|
+
```
|
43
|
+
This file contains any messages produced by compilers while
|
44
|
+
running configure, to aid debugging if configure makes a mistake.
|
39
45
|
|
46
|
+
It was created by ODE configure 0.16, which was
|
47
|
+
generated by GNU Autoconf 2.69. Invocation command line was
|
40
48
|
|
49
|
+
$ ./configure
|
50
|
+
|
51
|
+
## --------- ##
|
52
|
+
## Platform. ##
|
53
|
+
## --------- ##
|
54
|
+
|
55
|
+
hostname = ms06ssnoMacBook-puro-3.local
|
56
|
+
uname -m = x86_64
|
57
|
+
uname -r = 18.7.0
|
58
|
+
uname -s = Darwin
|
59
|
+
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
|
60
|
+
|
61
|
+
/usr/bin/uname -p = i386
|
62
|
+
/bin/uname -X = unknown
|
63
|
+
|
64
|
+
/bin/arch = unknown
|
65
|
+
/usr/bin/arch -k = unknown
|
66
|
+
/usr/convex/getsysinfo = unknown
|
67
|
+
/usr/bin/hostinfo = Mach kernel version:
|
68
|
+
Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64
|
69
|
+
Kernel configured for up to 4 processors.
|
70
|
+
2 processors are physically available.
|
71
|
+
4 processors are logically available.
|
72
|
+
Processor type: x86_64h (Intel x86-64h Haswell)
|
73
|
+
Processors active: 0 1 2 3
|
74
|
+
Primary memory available: 16.00 gigabytes
|
75
|
+
Default processor set: 423 tasks, 2301 threads, 4 processors
|
76
|
+
Load average: 3.38, Mach factor: 1.16
|
77
|
+
/bin/machine = unknown
|
78
|
+
/usr/bin/oslevel = unknown
|
79
|
+
/bin/universe = unknown
|
80
|
+
|
81
|
+
PATH: /usr/local/opt/openssl@1.1/bin
|
82
|
+
PATH: /usr/local/opt/curl/bin
|
83
|
+
PATH: /usr/local/bin
|
84
|
+
PATH: /usr/bin
|
85
|
+
PATH: /bin
|
86
|
+
PATH: /usr/sbin
|
87
|
+
PATH: /sbin
|
88
|
+
PATH: /Library/TeX/texbin
|
89
|
+
PATH: /usr/local/share/dotnet
|
90
|
+
PATH: /opt/X11/bin
|
91
|
+
PATH: ~/.dotnet/tools
|
92
|
+
PATH: /Library/Frameworks/Mono.framework/Versions/Current/Commands
|
93
|
+
|
94
|
+
|
95
|
+
## ----------- ##
|
96
|
+
## Core tests. ##
|
97
|
+
## ----------- ##
|
98
|
+
|
99
|
+
configure:2765: checking build system type
|
100
|
+
configure:2779: result: x86_64-apple-darwin18.7.0
|
101
|
+
configure:2799: checking host system type
|
102
|
+
configure:2812: result: x86_64-apple-darwin18.7.0
|
103
|
+
configure:2849: checking for a BSD-compatible install
|
104
|
+
configure:2917: result: /usr/bin/install -c
|
105
|
+
configure:2928: checking whether build environment is sane
|
106
|
+
configure:2983: result: yes
|
107
|
+
configure:3134: checking for a thread-safe mkdir -p
|
108
|
+
configure:3173: result: ./install-sh -c -d
|
109
|
+
configure:3180: checking for gawk
|
110
|
+
configure:3210: result: no
|
111
|
+
configure:3180: checking for mawk
|
112
|
+
configure:3210: result: no
|
113
|
+
configure:3180: checking for nawk
|
114
|
+
configure:3210: result: no
|
115
|
+
configure:3180: checking for awk
|
116
|
+
configure:3196: found /usr/bin/awk
|
117
|
+
configure:3207: result: awk
|
118
|
+
configure:3218: checking whether make sets $(MAKE)
|
119
|
+
configure:3240: result: yes
|
120
|
+
configure:3269: checking whether make supports nested variables
|
121
|
+
configure:3286: result: yes
|
122
|
+
configure:3415: checking whether make sets $(MAKE)
|
123
|
+
configure:3437: result: yes
|
124
|
+
configure:3504: checking for g++
|
125
|
+
configure:3520: found /usr/local/bin/g++
|
126
|
+
configure:3531: result: g++
|
127
|
+
configure:3558: checking for C++ compiler version
|
128
|
+
configure:3567: g++ --version >&5
|
129
|
+
g++ (Homebrew GCC 4.9.4_1) 4.9.4
|
130
|
+
Copyright (C) 2015 Free Software Foundation, Inc.
|
131
|
+
This is free software; see the source for copying conditions. There is NO
|
132
|
+
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
133
|
+
|
134
|
+
configure:3578: $? = 0
|
135
|
+
configure:3567: g++ -v >&5
|
136
|
+
Using built-in specs.
|
137
|
+
COLLECT_GCC=g++
|
138
|
+
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
|
139
|
+
Target: x86_64-apple-darwin17.3.0
|
140
|
+
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
|
141
|
+
Thread model: posix
|
142
|
+
gcc version 4.9.4 (Homebrew GCC 4.9.4_1)
|
143
|
+
configure:3578: $? = 0
|
144
|
+
configure:3567: g++ -V >&5
|
145
|
+
g++: error: unrecognized command line option '-V'
|
146
|
+
g++: fatal error: no input files
|
147
|
+
compilation terminated.
|
148
|
+
configure:3578: $? = 1
|
149
|
+
configure:3567: g++ -qversion >&5
|
150
|
+
g++: error: unrecognized command line option '-qversion'
|
151
|
+
g++: fatal error: no input files
|
152
|
+
compilation terminated.
|
153
|
+
configure:3578: $? = 1
|
154
|
+
configure:3598: checking whether the C++ compiler works
|
155
|
+
configure:3620: g++ conftest.cpp >&5
|
156
|
+
configure:3624: $? = 0
|
157
|
+
configure:3672: result: yes
|
158
|
+
configure:3675: checking for C++ compiler default output file name
|
159
|
+
configure:3677: result: a.out
|
160
|
+
configure:3683: checking for suffix of executables
|
161
|
+
configure:3690: g++ -o conftest conftest.cpp >&5
|
162
|
+
configure:3694: $? = 0
|
163
|
+
configure:3716: result:
|
164
|
+
configure:3738: checking whether we are cross compiling
|
165
|
+
configure:3746: g++ -o conftest conftest.cpp >&5
|
166
|
+
conftest.cpp:11:19: fatal error: stdio.h: No such file or directory
|
167
|
+
#include <stdio.h>
|
168
|
+
^
|
169
|
+
compilation terminated.
|
170
|
+
configure:3750: $? = 1
|
171
|
+
configure:3757: ./conftest
|
172
|
+
./configure: line 3759: ./conftest: No such file or directory
|
173
|
+
configure:3761: $? = 127
|
174
|
+
configure:3768: error: in `/Users/araki/Downloads/ode-0.16':
|
175
|
+
configure:3770: error: cannot run C++ compiled programs.
|
176
|
+
If you meant to cross compile, use `--host'.
|
177
|
+
See `config.log' for more details
|
178
|
+
```
|
179
|
+
|
180
|
+
|
41
181
|
### 試したこと
|
42
182
|
何らかのサイトで,Xcode Command Line toolを入れて解決したという記事を見かけたので,導入したのですが上手くいっていません.
|
43
183
|
|