]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Print warning that the path to the trilinos libs needs to be added to DYLIB_LIBRARY_P...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Nov 2008 22:54:16 +0000 (22:54 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 5 Nov 2008 22:54:16 +0000 (22:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@17480 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure
deal.II/configure.in

index 73ddfd6dc17d912d702b3bfb5554a0a74c4db735..3fee328d0f62f35de09e6d267b516848aed5f298 100755 (executable)
@@ -17276,6 +17276,7 @@ if test "x$cygwin_shared_lib" = "xyes" ; then
   echo "     to your .bash_profile file so that windows will be"
   echo "     able to find the deal.II shared libraries when"
   echo "     executing your programs."
+  echo
 fi
 
 if test "x$darwin_shared_lib" = "xyes" ; then
@@ -17284,13 +17285,22 @@ if test "x$darwin_shared_lib" = "xyes" ; then
   echo "     to your .bash_profile file so that OSX will be"
   echo "     able to find the deal.II shared libraries when"
   echo "     executing your programs."
+  echo
+
+  if test "x${USE_CONTRIB_TRILINOS}" = "xyes" ; then
+    echo "     You will also need to add the path to the Trilinos libraries"
+    echo "     to DYLIB_LIBRARY_PATH."
+    echo
+  fi
+
   if test "x$DARWIN_GCC_WEAK_LINKAGE_BUG" = "xyes" ; then
     echo "     WARNING: The installed compiler version seems to be "
     echo "     WARNING: the Apple gcc3.3, build 1666, which does not"
     echo "     WARNING: work properly for building dynamics libs"
-    echo "     WARNING: Please install Apples November 2004 patch"
+    echo "     WARNING: Please install Apple's November 2004 patch"
     echo "     WARNING: for the gcc, which can be found on:"
     echo "     WARNING: http://www.apple.com/developer"
+    echo
   fi
 fi
 
@@ -17311,6 +17321,7 @@ if test "x$CC_VERSION" = "xunknown_cc" ; then
   echo "     WARNING: configure has used a generic set of parameters."
   echo "     WARNING: Still, you have to expect trouble during compilation."
   echo "     WARNING: If so, report to dealii@dealii.org!"
+  echo
 fi
 
 if test "x$GXX_VERSION" = "xunknown_cc" ; then
@@ -17319,5 +17330,6 @@ if test "x$GXX_VERSION" = "xunknown_cc" ; then
   echo "     WARNING: configure has used a generic set of parameters."
   echo "     WARNING: Still, you have to expect trouble during compilation."
   echo "     WARNING: If so, report to dealii@dealii.org!"
+  echo
 fi
 
index f47ec14202685e8583e24513d03fcabd2bb12e2b..fd9b75872932157e426dbb0894db0fb9e7f1a350 100644 (file)
@@ -724,6 +724,7 @@ if test "x$cygwin_shared_lib" = "xyes" ; then
   echo "     to your .bash_profile file so that windows will be"
   echo "     able to find the deal.II shared libraries when"
   echo "     executing your programs."
+  echo
 fi
 
 if test "x$darwin_shared_lib" = "xyes" ; then
@@ -732,13 +733,22 @@ if test "x$darwin_shared_lib" = "xyes" ; then
   echo "     to your .bash_profile file so that OSX will be"
   echo "     able to find the deal.II shared libraries when"
   echo "     executing your programs."
+  echo
+
+  if test "x${USE_CONTRIB_TRILINOS}" = "xyes" ; then
+    echo "     You will also need to add the path to the Trilinos libraries"
+    echo "     to DYLIB_LIBRARY_PATH."
+    echo
+  fi
+
   if test "x$DARWIN_GCC_WEAK_LINKAGE_BUG" = "xyes" ; then
     echo "     WARNING: The installed compiler version seems to be "
     echo "     WARNING: the Apple gcc3.3, build 1666, which does not"
     echo "     WARNING: work properly for building dynamics libs"
-    echo "     WARNING: Please install Apples November 2004 patch"
+    echo "     WARNING: Please install Apple's November 2004 patch"
     echo "     WARNING: for the gcc, which can be found on:"
     echo "     WARNING: http://www.apple.com/developer"
+    echo
   fi
 fi
 
@@ -759,6 +769,7 @@ if test "x$CC_VERSION" = "xunknown_cc" ; then
   echo "     WARNING: configure has used a generic set of parameters."
   echo "     WARNING: Still, you have to expect trouble during compilation."
   echo "     WARNING: If so, report to dealii@dealii.org!"
+  echo
 fi
 
 if test "x$GXX_VERSION" = "xunknown_cc" ; then
@@ -767,5 +778,6 @@ if test "x$GXX_VERSION" = "xunknown_cc" ; then
   echo "     WARNING: configure has used a generic set of parameters."
   echo "     WARNING: Still, you have to expect trouble during compilation."
   echo "     WARNING: If so, report to dealii@dealii.org!"
+  echo
 fi
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.