Open jthecodebuilder opened 7 years ago
"cc" in makefile should be "cxx" just like the others
What is the issue you're experiencing?
On line 35 is $(cc), and that causes a error, but if i change it to $(cxx), it compiles fine
Could you try again now? I've since rewritten mdxtools. Thanks!
"cc" in makefile should be "cxx" just like the others