Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <41F982F2.7032A3B4@dessent.net>
Date: Thu, 27 Jan 2005 16:10:26 -0800
From: Brian Dessent <brian@dessent.net>
Organization: My own little world...
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: GCC linking problem
References: <572e7d72050127142550fe22e9@mail.gmail.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.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/

