From 177861af74311464202b6657eb54b72753c1128c Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 23 Oct 2013 18:18:24 +0200 Subject: [PATCH] Link fortran programs with libm. --- src/smpi/smpiff.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpiff.in b/src/smpi/smpiff.in index 301802c2f9..034bdf9ac0 100644 --- a/src/smpi/smpiff.in +++ b/src/smpi/smpiff.in @@ -2,7 +2,7 @@ prefix="@exec_prefix@" ARGS="-DMAIN__=user_main -Diargc_=smpi_process_argc -Dgetarg_=smpi_process_getarg" -LINKARGS="-lf2c" +LINKARGS="-lf2c -lm" SRCFILES="" while [ -n "$1" ]; do -- 2.20.1