Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41F982F2.7032A3B4@dessent.net> Date: Thu, 27 Jan 2005 16:10:26 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: GCC linking problem References: <572e7d72050127142550fe22e9 AT mail DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Base64 wrote: > I have just installed cygwin along with make,crypt, libcrypt, openssh, > openssl-devel and gcc. When compiling code that is known to work with > cygwin, the linker says it cannot find -lssh. I have googled to the > end of the results for 2 days now, and any help would be much > appreciated. Here is the kind of error i get anytime a make attempts > to do gcc -lssh, or if i run "gcc -lssh" alone. > > /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/bin/ld: > cannot find -lssh > collect2: ld returned 1 exit status There's no such thing as "libssh". The two libraries that comprise OpenSSL are libssl and libcrypto. Brian -- 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/