No #include <math.h> to be found in the sources, so what's the -lm for?
#include <math.h>
By the way, isn't the Makefile not a little bit over the top?
This one would suffice (IMHO):
xdu: xdu.c xwin.c gcc -Wall -O2 xdu.c xwin.c -lXaw3d -lXt -lX11 -o xdu
The text was updated successfully, but these errors were encountered:
Makefile: do not link with libm
c6a4164
No 'higher' math is used in the sources. (closes github issue #27)
c6a4164 closes this one.
Sorry, something went wrong.
No branches or pull requests
No
#include <math.h>
to be found in the sources, so what's the -lm for?By the way, isn't the Makefile not a little bit over the top?
This one would suffice (IMHO):
The text was updated successfully, but these errors were encountered: