Closed DusteDdk closed 2 years ago
I couldn't get it to compile, I'd get undefined reference to GLIBC from various places (depending on compile order), adding -lm to the link options fixed it.
Thanks. I moved -lm to the end of list and also added it to the SDL-1.2 project in a followup commit.
I couldn't get it to compile, I'd get undefined reference to GLIBC from various places (depending on compile order), adding -lm to the link options fixed it.