diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-09-12 15:27:18 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-09-12 15:27:18 +0000 |
commit | 0b9ed04d5158926aba1373281dbb55c74a0751ce (patch) | |
tree | 06d006fa4d1ae13a5d4d1039497414bac3c8bfc2 /winsup/doc/relnotes.texinfo | |
parent | cfa9337c8a4c6946f1377cd66b2d39db9b928483 (diff) | |
download | cygnal-0b9ed04d5158926aba1373281dbb55c74a0751ce.tar.gz cygnal-0b9ed04d5158926aba1373281dbb55c74a0751ce.tar.bz2 cygnal-0b9ed04d5158926aba1373281dbb55c74a0751ce.zip |
New entry "Ctrl-S hangs rxvt and xterm".
Diffstat (limited to 'winsup/doc/relnotes.texinfo')
-rw-r--r-- | winsup/doc/relnotes.texinfo | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/winsup/doc/relnotes.texinfo b/winsup/doc/relnotes.texinfo index 631f92b86..6a8fe5b4f 100644 --- a/winsup/doc/relnotes.texinfo +++ b/winsup/doc/relnotes.texinfo @@ -1,2 +1,29 @@ @chapter Known/potential Problems in the Latest Net Release +@section Linking with -lm or -lc leads to crash + +Currently, @code{/usr/lib/libm.a} and @code{/usr/lib/libc.a} are +symbolic links to libcygwin.a, where this stuff is actually implemented. +You need not explicitly link with -lm or -lc. + +In fact, you @strong{must not} link with -lm or -lc, or your application +will crash. This is a bug, and it is being worked on. + +Providing empty stub libraries for libm.a and libc.a is not considered +workable, because some packages look for symbols there. + +There are some discussions of this in the mailing list. See + +@itemize @bullet +@item +@file{http://sources.redhat.com/ml/cygwin/2000-05/msg01175.html} +@item +@file{http://sources.redhat.com/ml/cygwin/2000-09/msg00290.html} +@end itemize + +and related messages. + +@section Ctrl-S hangs rxvt and xterm + +This is a bug in the Cygwin pty code. It should be fixed in the next +release. |