Closed curiousdannii closed 6 years ago
What are the symptoms if you don't set this?
It won't compile. I don't remember exactly what compilation errors are shown.
Please... Request: can the Makefile be modernized a bit?
Thank you.
-lm added to LIBS in Makefile
I'm a complete newbie at C, but I've found that I needed to add -lm to LIBS in the Makefile in order to compile it with gcc 5.4, which is the default for Ubuntu 16.04.
I don't know if that's a kind of change you want to have by default in the Makefile, or if it would cause problems for other compilers or other OSes. But I'm suggesting it here just in case.