From 80d65011aa8dc23d9a5b02e00dbe222ced8f43c0 Mon Sep 17 00:00:00 2001 From: David Starks-Browning Date: Tue, 12 Sep 2000 16:18:03 +0000 Subject: [PATCH] New entry "dllwrap is broken". --- winsup/doc/relnotes.texinfo | 11 +++++++++++ 1 file changed, 11 insertions(+) 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}