diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-09-12 16:18:03 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-09-12 16:18:03 +0000 |
commit | 80d65011aa8dc23d9a5b02e00dbe222ced8f43c0 (patch) | |
tree | 1458024b5910f79a15009a83aa57932167cddc4a | |
parent | 0b9ed04d5158926aba1373281dbb55c74a0751ce (diff) | |
download | cygnal-80d65011aa8dc23d9a5b02e00dbe222ced8f43c0.tar.gz cygnal-80d65011aa8dc23d9a5b02e00dbe222ced8f43c0.tar.bz2 cygnal-80d65011aa8dc23d9a5b02e00dbe222ced8f43c0.zip |
New entry "dllwrap is broken".
-rw-r--r-- | winsup/doc/relnotes.texinfo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/doc/relnotes.texinfo b/winsup/doc/relnotes.texinfo index 6a8fe5b4f..f34ba1e82 100644 --- a/winsup/doc/relnotes.texinfo +++ b/winsup/doc/relnotes.texinfo @@ -27,3 +27,14 @@ and related messages. This is a bug in the Cygwin pty code. It should be fixed in the next release. + +@section dllwrap is broken + +Any invocation of dllwrap results in the error + +@code{/usr/bin/ld: warning: cannot find entry symbol __cygwin_dll_entry@@12} + +This should be fixed in the next release. For details and a workaround, +see + +@file{http://sources.redhat.com/ml/cygwin/2000-08/msg00256.html} |