From: oliver Date: Thu, 20 Oct 2005 20:21:56 +0000 (+0000) Subject: Added a comment about the support for dynamic libs under OSX. X-Git-Tag: v8.0.0~12968 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db944a61991ff3266c836fe179360c9fbe217544;p=dealii.git Added a comment about the support for dynamic libs under OSX. git-svn-id: https://svn.dealii.org/trunk@11635 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index f7db6d5119..c8100dd8e9 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -35,6 +35,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + New: The dynamic libraries, which is the name of shared libs + under Apples OSX, are now supported on these platforms and + enabled by default. They should safe a lot of harddisk space. +
    + (Oliver Kayser-Herold 2005/10/20) +

    +
  2. Fixed: The Tecplot library (tecio.a) was detected but not added to LIBS. This is now fixed.