Skip to content
Snippets Groups Projects
Commit fc2cc75b authored by Niels Möller's avatar Niels Möller
Browse files

In NEWS, note problem with --disable-static on windows.

parent 7955da93
Branches
Tags
No related merge requests found
...@@ -31,13 +31,15 @@ NEWS for the 2.7.1 release ...@@ -31,13 +31,15 @@ NEWS for the 2.7.1 release
slower. This is being fixed by the gcc hackers, see slower. This is being fixed by the gcc hackers, see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57157. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57157.
The following problem has been reported, but is *not* fixed in The following problems have been reported, but are *not* fixed
this release: in this release:
* ARM assembly files use instruction syntax which is not * ARM assembly files use instruction syntax which is not
supported by all assemblers. Workaround: Use a current supported by all assemblers. Workaround: Use a current
version of GNU as, or configure with --disable-assembler. version of GNU as, or configure with --disable-assembler.
* Configuring with --disable-static doesn't work on windows.
The libraries are intended to be binary compatible with The libraries are intended to be binary compatible with
nettle-2.2 and later. The shared library names are nettle-2.2 and later. The shared library names are
libnettle.so.4.7 and libhogweed.so.2.5, with sonames still libnettle.so.4.7 and libhogweed.so.2.5, with sonames still
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment