I finally found the solution to fix the compilation:
export "LIBS=-ldl -lm" && ./configure make
Seems it was some linking problem.
I finally found the solution to fix the compilation:
export "LIBS=-ldl -lm" && ./configure
make
Seems it was some linking problem.