I am trying to recreate an environment for a C++ program that uses google's protobuf 3.5.1.1
. I have built protobuf using MinGW, and all seems well. When I run the make check
command, I get 5 passes and 1 fail (protobuf-test.exe fails).
The commands that I run in MSYS2 are:
./autogen.sh
./configure
make
make check
When I try to build the program that uses protobuf, I get a massive wall of linker errors.
Any suggestions on how to fix this issue is appreciated.
Thank you!
----- Edit -----
To solve this issue, I needed to update make protobuf in the MSYS2 MinGW 32-bit
terminal.
I also needed to update MSYS2 by following these directions