質問編集履歴

2

文章を修正

2021/10/03 23:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,11 +14,11 @@
14
14
 
15
15
 
16
16
 
17
+ 参考サイト:[https://askubuntu.com/questions/1098073/g-fails-with-an-undefined-reference-to-symbol-dlcloseglibc-2-2-5-even-with](https://askubuntu.com/questions/1098073/g-fails-with-an-undefined-reference-to-symbol-dlcloseglibc-2-2-5-even-with)
17
18
 
19
+ 参考サイト:[https://discourse.panda3d.org/t/solved-undefined-ref-pthread-getspecific-glibc-2/15283/2](https://discourse.panda3d.org/t/solved-undefined-ref-pthread-getspecific-glibc-2/15283/2)
18
20
 
19
- 参考サイト: [https://discourse.panda3d.org/t/solved-undefined-ref-pthread-getspecific-glibc-2/15283/2](https://discourse.panda3d.org/t/solved-undefined-ref-pthread-getspecific-glibc-2/15283/2)
20
-
21
-
21
+ 参考サイト:[https://stackoverflow.com/questions/45135/why-does-the-order-in-which-libraries-are-linked-sometimes-cause-errors-in-gcc](https://stackoverflow.com/questions/45135/why-does-the-order-in-which-libraries-are-linked-sometimes-cause-errors-in-gcc)
22
22
 
23
23
 
24
24
 

1

文章を修正

2021/10/03 23:59

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,16 @@
1
1
  提示コードですがmakeを実行すると以下のエラーが出ますこれはなぜでしょうか?参考サイトを参考にライブラリの順序を確認しまたが正しいです。
2
2
 
3
3
  `adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status`とはどういう意味なのでしょうか?
4
+
5
+
6
+
7
+ # 試したこと
8
+
9
+ 参考サイトを参考にライブラリの順序を確認
10
+
11
+
12
+
13
+
4
14
 
5
15
 
6
16