Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Host Methods
[simgrid.git] / configure.ac
index 8c6496c..4e69303 100644 (file)
@@ -423,7 +423,7 @@ else
      use_java="yes"
      AC_DEFINE(HAVE_JAVA,1, [defines whether Java bindings must be compiled or not])
   else   
-     use_java="no"
+     use_java="no (you may want to install the java-gcj-compat-dev package)"
   fi
 fi
 AC_MSG_RESULT(decide whether to compile java bindings... $use_java)
@@ -443,7 +443,7 @@ else
      AC_DEFINE(HAVE_LUA,1, [defines whether Lua bindings must be compiled or not])
      SIMGRID_DEP="${SIMGRID_DEP} -ldl -llua5.1"
   else   
-     use_lua="no"
+     use_lua="no (you may want to install the liblua5.1-0-dev package)"
   fi
 fi
 AC_MSG_RESULT(decide whether to compile lua bindings... $use_lua)
@@ -470,6 +470,7 @@ else
   AC_MSG_RESULT($use_ruby)
   if test "x$use_ruby" = "xyes" ; then
      AC_DEFINE(HAVE_RUBY,1, [defines whether Ruby bindings must be compiled or not])
+     SIMGRID_DEP="${SIMGRID_DEP} -lruby1.8"
   else
      AC_MSG_RESULT(Please install the ruby1.8-dev package (on debian and similar) to get ruby bindings)
   fi