Closed basaran closed 3 years ago
there is an extra space in the Makefile
LDFLAGS = -Wl, --unresolved-symbols=ignore-all
should be
LDFLAGS = -Wl,--unresolved-symbols=ignore-all
after that it seemed to have compiled fine, I will try it shortly.
closing due to inactivty
Hello,
During compile, I'm getting this: