*-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>
+ <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>
+
<li>
<p>Fixed: The step-33 tutorial program can not be built with GCC versions
- 4.5.x. There are in fact two problems, on that pertains to uses of
+ 4.5.x. There are in fact two problems, one that pertains to uses of
<code>std::make_pair</code> that don't work any more with the upcoming
C++ 1x standard that GCC 4.5.x already follows, and some in which the
Trilinos package Sacado is incompatible with GCC 4.5.x, at least up to
</p></li>
</ol>
-
+
<a name="deal.II"></a>
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