質問編集履歴
2
コマンドを修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
コンパイルが通らず、エラー内容を見てもいまいちピンときません。
|
4
4
|
|
5
5
|
|
6
|
+
|
7
|
+
コマンド:g++ -std=c++17 -Wall -Wextra first.cpp -o first
|
6
8
|
|
7
9
|
エラー:c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../libmingwex.a(vsnprintf.o):(.text+0x0): multiple definition of `vsnprintf'; C:\Users\name\AppData\Local\Temp\ccVcfB2I.o:hello.cpp:(.text$vsnprintf[_vsnprintf]+0x0): first defined here
|
8
10
|
|
1
エラーメッセージ追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,9 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
エラー:er
|
7
|
+
エラー:c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../../mingw32/bin/ld.exe: c:/mingw/bin/../lib/gcc/mingw32/8.2.0/../../../libmingwex.a(vsnprintf.o):(.text+0x0): multiple definition of `vsnprintf'; C:\Users\name\AppData\Local\Temp\ccVcfB2I.o:hello.cpp:(.text$vsnprintf[_vsnprintf]+0x0): first defined here
|
8
|
+
|
9
|
+
collect2.exe: error: ld returned 1 exit status
|
8
10
|
|
9
11
|
|
10
12
|
|