I'm trying to build a game I made with SDL and Box2D, but I hit a problem when trying to link the Box2D library. I set up the Box2D library as mentioned here but when I try to build the game I get this error:
mingw32-g++.exe: \usr\local\lib\libBox2D.so: No such file or directory
Does anyone know a way to fix this?