X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=jDHAwpcLZY3U/NgL 1eSqiD5CU6Ud6i1TtrNJC2+ewtm7m7+O0zjc7qV03+s5DwiW5HkeNTptkl8VGqo2 y+CStQIU0GNlBwZNszZUtdbjdrgv+DECVn/KLEXovWHSzTvXbk6XWhrcdtufrjjS ZDamKX8vBynNFcr8C/cMD9dXyQM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=kNewU7SsSrUIcUsaT7sba8 qYUQs=; b=fkxdRsR4EWqO/XuPeyQMhhCIq85NK+Yyj3qJYfgeVCPQA6UqQGdCKl /ThmALavXGPHn9zlv9nHPIbyKiG/BCrSo0OjcFqBUDGlNFD/B3BV0qv5kq6wPsYP jQYHHybQmrXJdcq0IvmY1tVq1FBFN32wh9QaoV9OnljH20x/P/pZY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock02.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Cygwin64: openssl target arch mismatch To: cygwin AT cygwin DOT com References: <55D23354 DOT 7080202 AT orange DOT fr> From: Ken Brown Message-ID: <55D240F8.7080604@cornell.edu> Date: Mon, 17 Aug 2015 16:15:52 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55D23354.7080202@orange.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 8/17/2015 3:17 PM, zosrothko wrote: > Hi Everybody > > It seems that the Cygwin-X86_64 setup is installing the cygwin32 openssl > package as show in the below window capture and the find command result. > Did I miss something? > > FrancisANDRE AT idefix /usr> find . -name "*ssl.a" > ./i686-pc-cygwin/sys-root/usr/lib/libssl.a This is from the cygwin32-openssl package, which is intended for building 32-bit packages on 64-bit Cygwin. > no libssl.a found in usr/x86_64-pc-cygwin/sys-root/usr/lib/ The directory /usr/x86_64-pc-cygwin/sys-root doesn't exist on 64-bit Cygwin. What you're looking for is /usr/lib/libssl.a, which is provided by the openssl-devel package. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple