X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/559da81e5a72b2dca56ccb686739650386b5b89e..20eb9ed9b0fd5895e40b0dac430e04ed8d6c49dc:/src/smpi/smpicxx.in diff --git a/src/smpi/smpicxx.in b/src/smpi/smpicxx.in index 241757c105..c5abb46832 100755 --- a/src/smpi/smpicxx.in +++ b/src/smpi/smpicxx.in @@ -23,6 +23,8 @@ if [ "@WIN32@" != "1" ]; then list_add CXXFLAGS "-fpic" "-std=gnu++11" if [ "x${SMPI_PRETEND_CC}" = "x" ]; then list_add LINKARGS "-shared" + else + echo "Warning: smpicxx pretends to be a regular compiler (SMPI_PRETEND_CC is set). Produced binaries will not be usable in SimGrid." fi list_add LINKARGS "-lsimgrid" "-std=gnu++11" else