From: Pierre-Nicolas Clauss Date: Mon, 4 Apr 2011 08:37:00 +0000 (+0200) Subject: Some distros need this X-Git-Tag: v3.6_beta2~71 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b0768dd1aa9363b429a117982079874d055e69e3 Some distros need this --- diff --git a/src/smpi/smpicc.in b/src/smpi/smpicc.in index 84745dd5a4..f0f7128564 100755 --- a/src/smpi/smpicc.in +++ b/src/smpi/smpicc.in @@ -6,7 +6,7 @@ CFLAGS="-O2 -Dmain=smpi_simulated_main" #FIXME: probably only want the last two pairs after 'make install' INCLUDEARGS="-I@top_srcdir@/include -I@top_srcdir@/include/smpi -I@includedir@ -I@includedir@/smpi" CMAKE_LINKARGS="-L@CMAKE_LINKARGS@" -LINKARGS="-lsimgrid -lsmpi " +LINKARGS="-lsimgrid -lsmpi -lm" CMDLINE="" while [ -n "$1" ]; do