git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-3@21562
0785d39b-7218-0410-832d-
ea1e28bc413d
*-aix4* | alpha*-linux* | alpha*-osf45* | hppa64-unknown-linux-gnu )
{ $as_echo "$as_me:$LINENO: WARNING: Shared libraries not supported on $target. Using static libs instead" >&5
$as_echo "$as_me: WARNING: Shared libraries not supported on $target. Using static libs instead" >&2;}
+ static_lib_suffix=".a"
enableshared=no
;;
*cygwin )
shared_lib_suffix=".dll"
+ static_lib_suffix=".a"
cygwin_shared_lib="yes"
;;
*-apple-darwin* )
shared_lib_suffix=".dylib"
+ static_lib_suffix=".a"
darwin_shared_lib="yes"
;;
* )
case "$target" in
*-aix4* | alpha*-linux* | alpha*-osf[45]* | hppa64-unknown-linux-gnu )
AC_MSG_WARN(Shared libraries not supported on $target. Using static libs instead)
+ static_lib_suffix=".a"
enableshared=no
;;
*cygwin )
shared_lib_suffix=".dll"
+ static_lib_suffix=".a"
cygwin_shared_lib="yes"
;;
*-apple-darwin* )
shared_lib_suffix=".dylib"
+ static_lib_suffix=".a"
darwin_shared_lib="yes"
;;
* )
<h3>General</h3>
<ol>
- <li>None so far.
+ <li>
+ <p>Fixed: On all non-linux platforms, if static libraries were selected
+ and <code>./configure</code> was instructed to use Trilinos (which also
+ was compiled with static libraries), a failure would occur. This should
+ now be fixed.
+ <br>
+ (WB 2010/07/23)
+ </p>
</ol>
</ol>
+
<a name="deal.II"></a>
<h3>deal.II</h3>
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