質問編集履歴

2

コマンドを微修正

2017/07/12 08:36

投稿

sk1013
sk1013

スコア39

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ```
22
22
 
23
- ./configure --prefix=$HOME/usr
23
+ ./configure --prefix=$HOME/bin
24
24
 
25
25
  ```
26
26
 

1

エラーコードを微修正

2017/07/12 08:36

投稿

sk1013
sk1013

スコア39

test CHANGED
File without changes
test CHANGED
@@ -30,9 +30,11 @@
30
30
 
31
31
  ```
32
32
 
33
- File "./configure", line 29
33
+ File "./configure", line 29
34
34
 
35
- CC = os.environ.get('CC', 'cc' if sys.platform == 'darwin' else 'gcc')
35
+ CC = os.environ.get('CC', 'cc' if sys.platform == 'darwin' else 'gcc') ^
36
+
37
+ SyntaxError: invalid syntax
36
38
 
37
39
  ```
38
40