From: rschulz Date: Thu, 10 Mar 2005 10:32:11 +0000 (+0000) Subject: Several cygwins fixes: broken socket functions bug (gethostname), -fPIC warnings... X-Git-Tag: v8.0.0~14455 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=121aad39c0322ee4c13fc28f7eedb83a8a6a4fad;p=dealii.git Several cygwins fixes: broken socket functions bug (gethostname), -fPIC warnings fixed, system message to add /lib path to PATH variable added. Doc changes: windows html pages revisited. Others: added support for x86-like processor optimization (via --with-cpu option of configure), added documentation for that option. git-svn-id: https://svn.dealii.org/trunk@10078 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 5f9adf9082..70c631a8b5 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -73,8 +73,9 @@ inconvenience this causes.
  • New: The configuration script can now enable special optimizations for x86-like processors if called with the --with-cpu=... option. - This can decrease computation time by up to 30% on certain systems. - See the documentation for details. + This can decrease computation time by up to 30% on certain systems. + The configuration flag has already existed for PowerPC64 processors, but + was not documented. Documentation has been added.
    (Ralf B. Schulz, 2005/03/10)

    @@ -82,7 +83,9 @@ inconvenience this causes.
  • Fixed: When compiling shared libraries on CygWin systems, warnings considering the -fPIC option were issued by the compiler. - This is now fixed. + This is now fixed. + Also, configure now issues a message at the end that you should include + the DLL-path in your .bash_profile file on these systems.
    (Ralf B. Schulz, 2005/03/10)