Closed tadkollar closed 1 year ago
When building MUMPS, some platforms report an error during configure that functions like pow and sqrt are undefined. The solution is to add -lm to CFLAGS (although configure should be doing this already).
configure
pow
sqrt
-lm
CFLAGS
When building MUMPS, some platforms report an error during
configure
that functions likepow
andsqrt
are undefined. The solution is to add-lm
toCFLAGS
(althoughconfigure
should be doing this already).