mupen64plus / mupen64plus-user-issues

Issue reports from users go here
http://www.mupen64plus.org/
17 stars 3 forks source link

msys2 clang mingw environment build issues. #737

Closed ZachBacon closed 1 year ago

ZachBacon commented 2 years ago

So attempting to build mupen64plus on msys2 on the clang64 subsystem builds produces these issues

lld: error: unknown argument: -Bsymbolic lld: error: unknown argument: -version-script

clang doesn't support those two options on windows, and I think currently they wont so the makefile might need to understand clang on msys2

ZachBacon commented 1 year ago

I largely solved the core issue with a pr that was submitted and accepted, I'll close this now.