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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=SWs2LOXNB6iWoT/QUrFwtWrRXMRi/h9NbAgr2o/EceQ 21hX932wpfvvoTMtrrQWgrl02C9zrn8jI8fc7kPdwv4h36fieHO1th9ye4DcylEg 3u2IhzG9SlozBIE5PGr+9UIMnXb0bS49tFKu5SGVXrtF9kwIUXneT07IKPEkfbGY = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=iD85BcrAtD1aY6sSUnXDIf3erGY=; b=Zs3tRiQmnEN3r10NE S2dYHZJTT0spYxHZ4GzXsk1p/vBhWHVmcRQrlqZGl4HQMd9GiQEXT3d15ftw2W9q vdefC8r0P03qLurGXoswhDk+89xh+yYvTabuXjc281IDZKfcrau3fl4S85nRi3kO pDd4pqJeUUxFTg0ETlggOA/cXs= 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=1.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-wg0-f53.google.com X-Received: by 10.194.61.12 with SMTP id l12mr19400381wjr.139.1424444017277; Fri, 20 Feb 2015 06:53:37 -0800 (PST) Message-ID: <54E74A68.2060501@gmail.com> Date: Fri, 20 Feb 2015 15:53:28 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Libguile17 dependency issue - attention maintainer References: <54E73A20 DOT 2020706 AT lauterbach DOT com> In-Reply-To: <54E73A20.2020706@lauterbach.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2/20/2015 2:44 PM, Franz Sirl wrote: > Am 2015-02-19 um 20:19 schrieb Ti Strga: >> BLUF: either the new make package needs cygltdl-7 as one of its >> dependencies, or Guile does, so that setup.exe can Do The Right Thing. >> >> I updated to make-4.1-1 and the executable immediately broke: >> >> $ make --version >> /usr/bin/make.exe: error while loading shared libraries: ?: cannot >> open shared object file: No such file or directory >> >> cygcheck: track_down: could not find cygltdl-7.dll > > Hi, > I had the same problem, but installing cygltdl-7.dll didn't fix it: > > cygcheck: track_down: could not find cyggmp-3.dll > $ dir /usr/bin/cyggmp* > /usr/bin/cyggmp-10.dll > > And I can't seem to find cyggmp-3.dll anywhere anymore? > the dependency of cygguile-17.dll on x86 are /usr/bin/cygcrypt-0.dll => crypt-1.2-1 /usr/bin/cygwin1.dll => cygwin-1.7.34-6 /usr/bin/cyggmp-3.dll => libgmp3-4.3.2-1 /usr/bin/cygintl-8.dll => libintl8-0.19.3-1 /usr/bin/cygltdl-7.dll => libltdl7-2.4.6-1 But there is no require on the setup.ini 32bit version @ libguile17 sdesc: "The GNU extension language and Scheme interpreter - runtime" ldesc: "The GNU extension language and Scheme interpreter - runtime Guile shared object libraries and the ice-9 scheme module. Guile is the GNU Ubiquitous Intelligent Language for Extension. " category: Libs version: 1.8.7-2 while the 64 bit version correctly report requires: bash libcrypt0 libgmp10 libintl8 libltdl7 Moreover the 32bit and 64bit are out of sinc 1.8.7-2 vs 1.8.8-1 > Thanks, > Franz Regards MArco -- 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