Since SDL2 wants to link with pthreads and Makefile passes -no-undefined to libtool, it refuses to build shared object. As a workaround, -no-undefined can be removed.
One possibility would be to get rid of pthreads dependency.
Cleanup - native makefile is ok.
Log in to post a comment.
Cleanup - native makefile is ok.