質問編集履歴

4

フォルダ間違い修正

2016/06/29 02:03

投稿

imudak
imudak

スコア40

test CHANGED
File without changes
test CHANGED
@@ -182,7 +182,7 @@
182
182
 
183
183
  checking whether the C compiler works... no
184
184
 
185
- configure: error: in `/home/kazumi.okano/Documents/hello':
185
+ configure: error: in `/home/imudak/hello':
186
186
 
187
187
  configure: error: C compiler cannot create executables
188
188
 

3

gcc -vの引数与えたconfigureの実行結果追加。

2016/06/29 02:03

投稿

imudak
imudak

スコア40

test CHANGED
File without changes
test CHANGED
@@ -156,6 +156,42 @@
156
156
 
157
157
 
158
158
 
159
+ - gcc -vで表示される引数を与えてconfigureを実行してもダメでした。
160
+
161
+
162
+
163
+ ```
164
+
165
+ $ ./configure --build=x86_64-pc-msys --prefix=/usr --libexecdir=/usr/lib --enable-bootstrap --enable-shared --enable-shared-li bgcc --enable-static --enable-version-specific-runtime-libs --with-arch=x86-64 --with-tune=generic --disable-multilib --enable -__cxa_atexit --with-dwarf2 --enable-languages=c,c++,fortran,lto --enable-graphite --enable-threads=posix --enable-libatomic - -enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --disabl e-win32-registry --disable-symvers --with-gnu-ld --with-gnu-as --disable-isl-version-check --enable-checking=release --without -libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compat ible
166
+
167
+ configure: WARNING: unrecognized options: --enable-bootstrap, --enable-shared, --enable-shared-libgcc, --enable-static, --enable-version-specific-runtime-libs, --with-arch, --with-tune, --disable-multilib, --enable-__cxa_atexit, --with-dwarf2, --enable-languages, --enable-graphite, --enable-threads, --enable-libatomic, --enable-libcilkrts, --enable-libgomp, --enable-libitm, --enable-libquadmath, --enable-libquadmath-support, --enable-libssp, --disable-win32-registry, --disable-symvers, --with-gnu-ld, --with-gnu-as, --disable-isl-version-check, --enable-checking, --without-libiconv-prefix, --without-libintl-prefix, --with-system-zlib, --enable-linker-build-id, --with-default-libstdcxx-abi
168
+
169
+ checking for a BSD-compatible install... /usr/bin/install -c
170
+
171
+ checking whether build environment is sane... yes
172
+
173
+ checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
174
+
175
+ checking for gawk... gawk
176
+
177
+ checking whether make sets $(MAKE)... yes
178
+
179
+ checking whether make supports nested variables... yes
180
+
181
+ checking for gcc... gcc
182
+
183
+ checking whether the C compiler works... no
184
+
185
+ configure: error: in `/home/kazumi.okano/Documents/hello':
186
+
187
+ configure: error: C compiler cannot create executables
188
+
189
+ See `config.log' for more details
190
+
191
+ ```
192
+
193
+
194
+
159
195
 
160
196
 
161
197
  ###補足情報(言語/FW/ツール等のバージョンなど)

2

タグ変更

2016/06/27 02:39

投稿

imudak
imudak

スコア40

test CHANGED
File without changes
test CHANGED
File without changes

1

タグ追加

2016/06/27 02:10

投稿

imudak
imudak

スコア40

test CHANGED
File without changes
test CHANGED
File without changes