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:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=ikE h7Ix2aEKQut5TxeDCrd4ClBn4Pv3LQJ6MOtLlhvq1F8H7iEEHapuNcGWSNYE79XO wGv81kea+LIM54YGi3pgTqJLN0zUi3kzkW8zO+BnaU92tXPBPVvc3AbZTWAicJie UpeSPzVT4ncznI12182kose2UkviiwXZ8TiszAB8= 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:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=8OHkpLx5j LUg307tIj6lMAAT3vs=; b=KxyJhaRp+D1HqGuJQmdR6I1nH+4xeCFND8r5cSiPf 28bxA41B0q7RSEHczW+2g1cn4KkiBZ09N1MbzAuaZ9iVLDP7XIlFp0XAOgrhBEiA cArhUjtSXlfH2wbTU5/IN2StW/QHxU+tX6BwfDn4DwNAv3sxJ5jkXxqqUxweWShZ ko= 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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: =?utf-8?B?0KDQvtC80LDQvSDQlNC+0L3Rh9C10L3QutC+?= Subject: flex 64-bit has missing dependencies Date: Sat, 12 Jul 2014 18:32:10 +0400 Lines: 17 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: 8bit User-Agent: Opera Mail/12.17 (Win64) X-IsSubscribed: yes Hello, In 32-bit setup.ini, flex's dependencies are: requires: cygwin libintl8 libiconv2 m4 In 64-bit setup.ini, however, they are: requires: libintl8 Now, I don't know about "cygwin", but flex does need m4 to run () and ldd shows that it depends on libiconv2, as well. So at least those two should be added to the 64-bit dependency list. Regards, Roman. -- 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