On Apr 11 21:10, Ehud Karni wrote: > On Sun, 3 Apr 2005 14:57:34 +0200, Corinna Vinschen wrote: > > > > I've just updated the version of OpenSSH to 4.0p1-1. > > This is an official new release, based on the vanilla sources. > > I've been bitten by a bug in this release when using scp with port > forwarding (see: http://bugzilla.mindrot.org/show_bug.cgi?id=996 ). > > While trying to find the bug I had to compile `ssh'. The compilation > required the installation of the minires-devel package, as documented > in /usr/share/doc/Cygwin/openssh.README, but I still had unresolved > externals. Only after I changed the Makefile and added -lminires to > the LIBS line did it work. I think that this should be added to the > /usr/share/doc/Cygwin/openssh.README too.
No, that must be wrong on your system. libminires{.dll}.a is usually symlinked to libresolv{.dll}.a, and $LIBS usually contains -lresolv on systems having it. So on Cygwin. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/