質問編集履歴
2
エラーメッセージの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,6 +13,14 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
```
|
16
|
+
|
17
|
+
Undefined symbols for architecture x86_64:
|
18
|
+
|
19
|
+
"_sum", referenced from:
|
20
|
+
|
21
|
+
_main in main-dc6400.o
|
22
|
+
|
23
|
+
ld: symbol(s) not found for architecture x86_64
|
16
24
|
|
17
25
|
clang: error: linker command failed with exit code 1 (use -v to see invocation)
|
18
26
|
|
1
初心者マークの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
|
56
56
|
|
57
|
-
sum.h↓
|
57
|
+
sum.h↓
|
58
58
|
|
59
59
|
```
|
60
60
|
|