質問編集履歴

2

追記しました。

2018/06/04 13:57

投稿

wasabi1073js
wasabi1073js

スコア14

test CHANGED
File without changes
test CHANGED
@@ -94,386 +94,6 @@
94
94
 
95
95
 
96
96
 
97
- ```
98
-
99
- ▼【手順6】を実行後の結果です
100
-
101
-
102
-
103
- configure: creating cache auto/config.cache
104
-
105
- checking whether make sets $(MAKE)... yes
106
-
107
- checking for gcc... gcc
108
-
109
- checking whether the C compiler works... yes
110
-
111
- checking for C compiler default output file name... a.out
112
-
113
- checking for suffix of executables...
114
-
115
- checking whether we are cross compiling... no
116
-
117
- checking for suffix of object files... o
118
-
119
- checking whether we are using the GNU C compiler... yes
120
-
121
- checking whether gcc accepts -g... yes
122
-
123
- checking for gcc option to accept ISO C89... none needed
124
-
125
- checking for gcc option to accept ISO C99... none needed
126
-
127
- checking how to run the C preprocessor... gcc -E
128
-
129
- checking for grep that handles long lines and -e... /bin/grep
130
-
131
- checking for egrep... /bin/grep -E
132
-
133
- checking for fgrep... /bin/grep -F
134
-
135
- checking for library containing strerror... none required
136
-
137
- checking for gawk... gawk
138
-
139
- checking for strip... strip
140
-
141
- checking for ANSI C header files... yes
142
-
143
- checking for sys/wait.h that is POSIX.1 compatible... yes
144
-
145
- checking for unsigned long long int... yes
146
-
147
- checking for long long int... yes
148
-
149
- checking if the compiler supports trailing commas... yes
150
-
151
- checking if the compiler supports C++ comments... yes
152
-
153
- checking --enable-fail-if-missing argument... no
154
-
155
- checking for clang version... N/A
156
-
157
- configure: checking for buggy tools...
158
-
159
- checking for BeOS... no
160
-
161
- checking for QNX... no
162
-
163
- checking for Darwin (Mac OS X)... no
164
-
165
- checking AvailabilityMacros.h usability... no
166
-
167
- checking AvailabilityMacros.h presence... no
168
-
169
- checking for AvailabilityMacros.h... no
170
-
171
- checking --with-local-dir argument... Defaulting to /usr/local
172
-
173
- checking --with-vim-name argument... Defaulting to vim
174
-
175
- checking --with-ex-name argument... Defaulting to ex
176
-
177
- checking --with-view-name argument... Defaulting to view
178
-
179
- checking --with-global-runtime argument... no
180
-
181
- checking --with-modified-by argument... no
182
-
183
- checking if character set is EBCDIC... no
184
-
185
- checking --disable-smack argument... no
186
-
187
- checking linux/xattr.h usability... yes
188
-
189
- checking linux/xattr.h presence... yes
190
-
191
- checking for linux/xattr.h... yes
192
-
193
- checking attr/xattr.h usability... no
194
-
195
- checking attr/xattr.h presence... no
196
-
197
- checking for attr/xattr.h... no
198
-
199
- checking --disable-selinux argument... no
200
-
201
- checking for is_selinux_enabled in -lselinux... yes
202
-
203
- checking selinux/selinux.h usability... yes
204
-
205
- checking selinux/selinux.h presence... yes
206
-
207
- checking for selinux/selinux.h... yes
208
-
209
- checking --with-features argument... huge
210
-
211
- checking --with-compiledby argument... no
212
-
213
- checking --disable-xsmp argument... no
214
-
215
- checking --disable-xsmp-interact argument... no
216
-
217
- checking --enable-luainterp argument... yes
218
-
219
- checking --with-lua-prefix argument... no
220
-
221
- checking LUA_PREFIX environment var... not set, default to /usr
222
-
223
- checking --with-luajit... no
224
-
225
- checking for lua... no
226
-
227
- checking if lua.h can be found in /usr/include... no
228
-
229
- checking if lua.h can be found in /usr/include/lua... no
230
-
231
- checking --enable-mzschemeinterp argument... no
232
-
233
- checking --enable-perlinterp argument... yes
234
-
235
- checking for perl... /usr/bin/perl
236
-
237
- checking Perl version... OK
238
-
239
- checking if compile and link flags for Perl are sane... no: PERL DISABLED
240
-
241
- checking --enable-pythoninterp argument... no
242
-
243
- checking --enable-python3interp argument... yes
244
-
245
- checking --with-python3-command argument... no
246
-
247
- checking Python version... auto/configure: line 6638: /usr/bin/python3.4: No such file or directory
248
-
249
-
250
-
251
- checking Python is 3.0 or better... auto/configure: line 6645: /usr/bin/python3.4: No such file or directory
252
-
253
- too old
254
-
255
- checking --enable-tclinterp argument... no
256
-
257
- checking --enable-rubyinterp argument... yes
258
-
259
- checking --with-ruby-command argument... defaulting to ruby
260
-
261
- checking for ruby... /usr/bin/ruby
262
-
263
- checking Ruby version... OK
264
-
265
- checking Ruby rbconfig... RbConfig
266
-
267
- checking Ruby header files... /usr/include/ruby-2.3.0
268
-
269
- checking --enable-cscope argument... yes
270
-
271
- checking --enable-workshop argument... no
272
-
273
- checking --disable-netbeans argument... no
274
-
275
- checking --disable-channel argument... no
276
-
277
- checking for socket in -lsocket... no
278
-
279
- checking for gethostbyname in -lnsl... yes
280
-
281
- checking whether compiling with process communication is possible... yes
282
-
283
- checking --enable-terminal argument... defaulting to yes
284
-
285
- checking --enable-autoservername argument... no
286
-
287
- checking --enable-multibyte argument... yes
288
-
289
- checking --enable-hangulinput argument... no
290
-
291
- checking --enable-xim argument... defaulting to auto
292
-
293
- checking --enable-fontset argument... no
294
-
295
- checking for xmkmf... no
296
-
297
- checking for X... libraries , headers
298
-
299
- checking for gethostbyname... yes
300
-
301
- checking for connect... yes
302
-
303
- checking for remove... yes
304
-
305
- checking for shmat... yes
306
-
307
- checking for IceConnectionNumber in -lICE... yes
308
-
309
- checking if X11 header files can be found... yes
310
-
311
- checking for _XdmcpAuthDoIt in -lXdmcp... yes
312
-
313
- checking for IceOpenConnection in -lICE... yes
314
-
315
- checking for XpmCreatePixmapFromData in -lXpm... yes
316
-
317
- checking if X11 header files implicitly declare return values... no
318
-
319
- checking size of wchar_t is 2 bytes... no
320
-
321
- checking --enable-gui argument... GTK+ 2.x GUI support
322
-
323
- checking --disable-gtktest argument... gtk test enabled
324
-
325
- checking for pkg-config... /usr/bin/pkg-config
326
-
327
- checking for GTK - version >= 2.2.0... yes; found version 2.24.31
328
-
329
- checking version of Gdk-Pixbuf... OK.
330
-
331
- checking for glib-compile-resources... /home/koxtuichi/anaconda3/bin/glib-compile-resources
332
-
333
- checking glib-compile-resources... usable.
334
-
335
- checking --disable-icon-cache-update argument... not set
336
-
337
- checking for gtk-update-icon-cache... /usr/bin/gtk-update-icon-cache
338
-
339
- checking --disable-desktop-database-update argument... not set
340
-
341
- checking for update-desktop-database... /usr/bin/update-desktop-database
342
-
343
- checking X11/SM/SMlib.h usability... yes
344
-
345
- checking X11/SM/SMlib.h presence... yes
346
-
347
- checking for X11/SM/SMlib.h... yes
348
-
349
- checking X11/xpm.h usability... yes
350
-
351
- checking X11/xpm.h presence... yes
352
-
353
- checking for X11/xpm.h... yes
354
-
355
- checking X11/Sunkeysym.h usability... yes
356
-
357
- checking X11/Sunkeysym.h presence... yes
358
-
359
- checking for X11/Sunkeysym.h... yes
360
-
361
- checking for XIMText in X11/Xlib.h... yes
362
-
363
- X GUI selected; xim has been enabled
364
-
365
- checking for /proc link to executable... /proc/self/exe
366
-
367
- checking for CYGWIN or MSYS environment... no
368
-
369
- checking whether toupper is broken... no
370
-
371
- checking whether __DATE__ and __TIME__ work... yes
372
-
373
- checking whether __attribute__((unused)) is allowed... yes
374
-
375
- checking elf.h usability... yes
376
-
377
- checking elf.h presence... yes
378
-
379
- checking for elf.h... yes
380
-
381
- checking for main in -lelf... no
382
-
383
- checking for dirent.h that defines DIR... yes
384
-
385
- checking for library containing opendir... none required
386
-
387
- checking stdint.h usability... yes
388
-
389
- checking stdint.h presence... yes
390
-
391
- checking for stdint.h... yes
392
-
393
- checking stdlib.h usability... yes
394
-
395
- checking stdlib.h presence... yes
396
-
397
- checking for stdlib.h... yes
398
-
399
- checking string.h usability... yes
400
-
401
- checking string.h presence... yes
402
-
403
- checking for string.h... yes
404
-
405
- checking sys/select.h usability... yes
406
-
407
- checking sys/select.h presence... yes
408
-
409
- checking for sys/select.h... yes
410
-
411
- checking sys/utsname.h usability... yes
412
-
413
- checking sys/utsname.h presence... yes
414
-
415
- checking for sys/utsname.h... yes
416
-
417
- checking termcap.h usability... yes
418
-
419
- checking termcap.h presence... yes
420
-
421
- checking for termcap.h... yes
422
-
423
- checking fcntl.h usability... yes
424
-
425
- checking fcntl.h presence... yes
426
-
427
- checking for fcntl.h... yes
428
-
429
- checking sgtty.h usability... yes
430
-
431
- checking sgtty.h presence... yes
432
-
433
- checking for sgtty.h... yes
434
-
435
- checking sys/ioctl.h usability... yes
436
-
437
- checking sys/ioctl.h presence... yes
438
-
439
- checking for sys/ioctl.h... yes
440
-
441
- checking sys/time.h usability... yes
442
-
443
- checking sys/time.h presence... yes
444
-
445
- checking for sys/time.h... yes
446
-
447
- checking sys/types.h usability... yes
448
-
449
- checking sys/types.h presence... yes
450
-
451
- checking for sys/types.h... yes
452
-
453
- checking termio.h usability... yes
454
-
455
- checking termio.h presence... yes
456
-
457
- checking for termio.h... yes
458
-
459
- checking iconv.h usability... yes
460
-
461
- checking iconv.h presence... yes
462
-
463
- checking for iconv.h... yes
464
-
465
- checking inttypes.h usability... yes
466
-
467
- checking inttypes.h presence... yes
468
-
469
- checking for inttypes.h... yes
470
-
471
- checking langinfo.h usability... yes
472
-
473
- checking langinfo.h presence... yes
474
-
475
- ```
476
-
477
97
 
478
98
 
479
99
  python3.5の場所についてですが、

1

python3.5の場所を追記しました。

2018/06/04 13:57

投稿

wasabi1073js
wasabi1073js

スコア14

test CHANGED
File without changes
test CHANGED
@@ -85,3 +85,419 @@
85
85
  $ make
86
86
 
87
87
  ```
88
+
89
+ ===================================
90
+
91
+ 6/4追記
92
+
93
+ ===================================
94
+
95
+
96
+
97
+ ```
98
+
99
+ ▼【手順6】を実行後の結果です
100
+
101
+
102
+
103
+ configure: creating cache auto/config.cache
104
+
105
+ checking whether make sets $(MAKE)... yes
106
+
107
+ checking for gcc... gcc
108
+
109
+ checking whether the C compiler works... yes
110
+
111
+ checking for C compiler default output file name... a.out
112
+
113
+ checking for suffix of executables...
114
+
115
+ checking whether we are cross compiling... no
116
+
117
+ checking for suffix of object files... o
118
+
119
+ checking whether we are using the GNU C compiler... yes
120
+
121
+ checking whether gcc accepts -g... yes
122
+
123
+ checking for gcc option to accept ISO C89... none needed
124
+
125
+ checking for gcc option to accept ISO C99... none needed
126
+
127
+ checking how to run the C preprocessor... gcc -E
128
+
129
+ checking for grep that handles long lines and -e... /bin/grep
130
+
131
+ checking for egrep... /bin/grep -E
132
+
133
+ checking for fgrep... /bin/grep -F
134
+
135
+ checking for library containing strerror... none required
136
+
137
+ checking for gawk... gawk
138
+
139
+ checking for strip... strip
140
+
141
+ checking for ANSI C header files... yes
142
+
143
+ checking for sys/wait.h that is POSIX.1 compatible... yes
144
+
145
+ checking for unsigned long long int... yes
146
+
147
+ checking for long long int... yes
148
+
149
+ checking if the compiler supports trailing commas... yes
150
+
151
+ checking if the compiler supports C++ comments... yes
152
+
153
+ checking --enable-fail-if-missing argument... no
154
+
155
+ checking for clang version... N/A
156
+
157
+ configure: checking for buggy tools...
158
+
159
+ checking for BeOS... no
160
+
161
+ checking for QNX... no
162
+
163
+ checking for Darwin (Mac OS X)... no
164
+
165
+ checking AvailabilityMacros.h usability... no
166
+
167
+ checking AvailabilityMacros.h presence... no
168
+
169
+ checking for AvailabilityMacros.h... no
170
+
171
+ checking --with-local-dir argument... Defaulting to /usr/local
172
+
173
+ checking --with-vim-name argument... Defaulting to vim
174
+
175
+ checking --with-ex-name argument... Defaulting to ex
176
+
177
+ checking --with-view-name argument... Defaulting to view
178
+
179
+ checking --with-global-runtime argument... no
180
+
181
+ checking --with-modified-by argument... no
182
+
183
+ checking if character set is EBCDIC... no
184
+
185
+ checking --disable-smack argument... no
186
+
187
+ checking linux/xattr.h usability... yes
188
+
189
+ checking linux/xattr.h presence... yes
190
+
191
+ checking for linux/xattr.h... yes
192
+
193
+ checking attr/xattr.h usability... no
194
+
195
+ checking attr/xattr.h presence... no
196
+
197
+ checking for attr/xattr.h... no
198
+
199
+ checking --disable-selinux argument... no
200
+
201
+ checking for is_selinux_enabled in -lselinux... yes
202
+
203
+ checking selinux/selinux.h usability... yes
204
+
205
+ checking selinux/selinux.h presence... yes
206
+
207
+ checking for selinux/selinux.h... yes
208
+
209
+ checking --with-features argument... huge
210
+
211
+ checking --with-compiledby argument... no
212
+
213
+ checking --disable-xsmp argument... no
214
+
215
+ checking --disable-xsmp-interact argument... no
216
+
217
+ checking --enable-luainterp argument... yes
218
+
219
+ checking --with-lua-prefix argument... no
220
+
221
+ checking LUA_PREFIX environment var... not set, default to /usr
222
+
223
+ checking --with-luajit... no
224
+
225
+ checking for lua... no
226
+
227
+ checking if lua.h can be found in /usr/include... no
228
+
229
+ checking if lua.h can be found in /usr/include/lua... no
230
+
231
+ checking --enable-mzschemeinterp argument... no
232
+
233
+ checking --enable-perlinterp argument... yes
234
+
235
+ checking for perl... /usr/bin/perl
236
+
237
+ checking Perl version... OK
238
+
239
+ checking if compile and link flags for Perl are sane... no: PERL DISABLED
240
+
241
+ checking --enable-pythoninterp argument... no
242
+
243
+ checking --enable-python3interp argument... yes
244
+
245
+ checking --with-python3-command argument... no
246
+
247
+ checking Python version... auto/configure: line 6638: /usr/bin/python3.4: No such file or directory
248
+
249
+
250
+
251
+ checking Python is 3.0 or better... auto/configure: line 6645: /usr/bin/python3.4: No such file or directory
252
+
253
+ too old
254
+
255
+ checking --enable-tclinterp argument... no
256
+
257
+ checking --enable-rubyinterp argument... yes
258
+
259
+ checking --with-ruby-command argument... defaulting to ruby
260
+
261
+ checking for ruby... /usr/bin/ruby
262
+
263
+ checking Ruby version... OK
264
+
265
+ checking Ruby rbconfig... RbConfig
266
+
267
+ checking Ruby header files... /usr/include/ruby-2.3.0
268
+
269
+ checking --enable-cscope argument... yes
270
+
271
+ checking --enable-workshop argument... no
272
+
273
+ checking --disable-netbeans argument... no
274
+
275
+ checking --disable-channel argument... no
276
+
277
+ checking for socket in -lsocket... no
278
+
279
+ checking for gethostbyname in -lnsl... yes
280
+
281
+ checking whether compiling with process communication is possible... yes
282
+
283
+ checking --enable-terminal argument... defaulting to yes
284
+
285
+ checking --enable-autoservername argument... no
286
+
287
+ checking --enable-multibyte argument... yes
288
+
289
+ checking --enable-hangulinput argument... no
290
+
291
+ checking --enable-xim argument... defaulting to auto
292
+
293
+ checking --enable-fontset argument... no
294
+
295
+ checking for xmkmf... no
296
+
297
+ checking for X... libraries , headers
298
+
299
+ checking for gethostbyname... yes
300
+
301
+ checking for connect... yes
302
+
303
+ checking for remove... yes
304
+
305
+ checking for shmat... yes
306
+
307
+ checking for IceConnectionNumber in -lICE... yes
308
+
309
+ checking if X11 header files can be found... yes
310
+
311
+ checking for _XdmcpAuthDoIt in -lXdmcp... yes
312
+
313
+ checking for IceOpenConnection in -lICE... yes
314
+
315
+ checking for XpmCreatePixmapFromData in -lXpm... yes
316
+
317
+ checking if X11 header files implicitly declare return values... no
318
+
319
+ checking size of wchar_t is 2 bytes... no
320
+
321
+ checking --enable-gui argument... GTK+ 2.x GUI support
322
+
323
+ checking --disable-gtktest argument... gtk test enabled
324
+
325
+ checking for pkg-config... /usr/bin/pkg-config
326
+
327
+ checking for GTK - version >= 2.2.0... yes; found version 2.24.31
328
+
329
+ checking version of Gdk-Pixbuf... OK.
330
+
331
+ checking for glib-compile-resources... /home/koxtuichi/anaconda3/bin/glib-compile-resources
332
+
333
+ checking glib-compile-resources... usable.
334
+
335
+ checking --disable-icon-cache-update argument... not set
336
+
337
+ checking for gtk-update-icon-cache... /usr/bin/gtk-update-icon-cache
338
+
339
+ checking --disable-desktop-database-update argument... not set
340
+
341
+ checking for update-desktop-database... /usr/bin/update-desktop-database
342
+
343
+ checking X11/SM/SMlib.h usability... yes
344
+
345
+ checking X11/SM/SMlib.h presence... yes
346
+
347
+ checking for X11/SM/SMlib.h... yes
348
+
349
+ checking X11/xpm.h usability... yes
350
+
351
+ checking X11/xpm.h presence... yes
352
+
353
+ checking for X11/xpm.h... yes
354
+
355
+ checking X11/Sunkeysym.h usability... yes
356
+
357
+ checking X11/Sunkeysym.h presence... yes
358
+
359
+ checking for X11/Sunkeysym.h... yes
360
+
361
+ checking for XIMText in X11/Xlib.h... yes
362
+
363
+ X GUI selected; xim has been enabled
364
+
365
+ checking for /proc link to executable... /proc/self/exe
366
+
367
+ checking for CYGWIN or MSYS environment... no
368
+
369
+ checking whether toupper is broken... no
370
+
371
+ checking whether __DATE__ and __TIME__ work... yes
372
+
373
+ checking whether __attribute__((unused)) is allowed... yes
374
+
375
+ checking elf.h usability... yes
376
+
377
+ checking elf.h presence... yes
378
+
379
+ checking for elf.h... yes
380
+
381
+ checking for main in -lelf... no
382
+
383
+ checking for dirent.h that defines DIR... yes
384
+
385
+ checking for library containing opendir... none required
386
+
387
+ checking stdint.h usability... yes
388
+
389
+ checking stdint.h presence... yes
390
+
391
+ checking for stdint.h... yes
392
+
393
+ checking stdlib.h usability... yes
394
+
395
+ checking stdlib.h presence... yes
396
+
397
+ checking for stdlib.h... yes
398
+
399
+ checking string.h usability... yes
400
+
401
+ checking string.h presence... yes
402
+
403
+ checking for string.h... yes
404
+
405
+ checking sys/select.h usability... yes
406
+
407
+ checking sys/select.h presence... yes
408
+
409
+ checking for sys/select.h... yes
410
+
411
+ checking sys/utsname.h usability... yes
412
+
413
+ checking sys/utsname.h presence... yes
414
+
415
+ checking for sys/utsname.h... yes
416
+
417
+ checking termcap.h usability... yes
418
+
419
+ checking termcap.h presence... yes
420
+
421
+ checking for termcap.h... yes
422
+
423
+ checking fcntl.h usability... yes
424
+
425
+ checking fcntl.h presence... yes
426
+
427
+ checking for fcntl.h... yes
428
+
429
+ checking sgtty.h usability... yes
430
+
431
+ checking sgtty.h presence... yes
432
+
433
+ checking for sgtty.h... yes
434
+
435
+ checking sys/ioctl.h usability... yes
436
+
437
+ checking sys/ioctl.h presence... yes
438
+
439
+ checking for sys/ioctl.h... yes
440
+
441
+ checking sys/time.h usability... yes
442
+
443
+ checking sys/time.h presence... yes
444
+
445
+ checking for sys/time.h... yes
446
+
447
+ checking sys/types.h usability... yes
448
+
449
+ checking sys/types.h presence... yes
450
+
451
+ checking for sys/types.h... yes
452
+
453
+ checking termio.h usability... yes
454
+
455
+ checking termio.h presence... yes
456
+
457
+ checking for termio.h... yes
458
+
459
+ checking iconv.h usability... yes
460
+
461
+ checking iconv.h presence... yes
462
+
463
+ checking for iconv.h... yes
464
+
465
+ checking inttypes.h usability... yes
466
+
467
+ checking inttypes.h presence... yes
468
+
469
+ checking for inttypes.h... yes
470
+
471
+ checking langinfo.h usability... yes
472
+
473
+ checking langinfo.h presence... yes
474
+
475
+ ```
476
+
477
+
478
+
479
+ python3.5の場所についてですが、
480
+
481
+ 以下の出力結果になりました。
482
+
483
+ ```
484
+
485
+ $which python3.5
486
+
487
+ /usr/bin/python3.5
488
+
489
+ ```
490
+
491
+
492
+
493
+ ちなみに関係はないのかもしれませんが、
494
+
495
+ python3だと、以下のようになりました。
496
+
497
+ ```
498
+
499
+ $which python3
500
+
501
+ /home/(USER)/anaconda3/python3
502
+
503
+ ```