C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/test_bson.dir/objects.a(bson_builder.cpp.obj):bson_builder.cpp:(.text+0x107c): undefined reference to `__imp__ZN7bsoncxx7v_noabi5types10b_document7type_idE'
|
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/test_bson.dir/objects.a(bson_builder.cpp.obj):bson_builder.cpp:(.text+0x1269): undefined reference to `__imp__ZN7bsoncxx7v_noabi5types7b_int327type_idE'
|
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/test_bson.dir/objects.a(bson_builder.cpp.obj):bson_builder.cpp:(.text+0x18fb): undefined reference to `__imp__ZN7bsoncxx7v_noabi5types7b_array7type_idE'
|
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/test_bson.dir/objects.a(bson_builder.cpp.obj):bson_builder.cpp:(.text+0x1ad6): undefined reference to `__imp__ZN7bsoncxx7v_noabi5types7b_int327type_idE'
|
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/test_bson.dir/objects.a(bson_builder.cpp.obj):bson_builder.cpp:(.text+0x20ec): undefined reference to `__imp__ZN7bsoncxx7v_noabi5types7b_int327type_idE'
|
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/test_bson.dir/objects.a(bson_builder.cpp.obj):bson_builder.cpp:(.text+0x246c): undefined reference to `__imp__ZN7bsoncxx7v_noabi5types6b_bool7type_idE'
|
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/test_bson.dir/objects.a(bson_builder.cpp.obj):bson_builder.cpp:(.text+0x4a44): undefined reference to `__imp__ZN7bsoncxx7v_noabi5types7b_int327type_idE'
|
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/test_bson.dir/objects.a(bson_builder.cpp.obj):bson_builder.cpp:(.text+0x4dc4): undefined reference to `__imp__ZN7bsoncxx7v_noabi5types6b_bool7type_idE'
|
collect2.exe: error: ld returned 1 exit status
|
make[3]: *** [src/bsoncxx/test/CMakeFiles/test_bson.dir/build.make:222: src/bsoncxx/test/test_bson.exe] Error 1
|
make[2]: *** [CMakeFiles/Makefile2:587: src/bsoncxx/test/CMakeFiles/test_bson.dir/all] Error 2
|
make[1]: *** [CMakeFiles/Makefile2:599: src/bsoncxx/test/CMakeFiles/test_bson.dir/rule] Error 2
|
make: *** [Makefile:357: test_bson] Error 2
|