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=ahRu18dMm+PQjCbnG8P0B+C8BRR5135yEsfA3uo5Ia0 9JJdR9dDDEmhbeRp6xCT7fQMfJm00eysE4SNSqCDq4oqmnZvJgLOgOmtVSWkNaeX jxo/b2s+tGsPEBPkR+Hx14mVCdHEUnFlmyjI5f8bqfW9fM//o/sFqum+8I2NlArs = 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=kfHKJmuQxhO9IbxjFxPr2+++XsI=; b=XnwZU4bPrZEK46kJK 0qJrGoBefphN4CaIsfeQ+3VUX305/dwGqSXZ5KqYnE7HAcuR3iFhmtmBFWO3ra2w ELw3OSQxSdntRHxKQDg9I+H+f4BM71k3fRPci/wYs0l1fhrhZuu99uwdeK4AR/wb Hvec546mGMCyYTU1dzgkSsJoHs= 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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f178.google.com X-Received: by 10.50.87.201 with SMTP id ba9mr11813625igb.21.1388902119783; Sat, 04 Jan 2014 22:08:39 -0800 (PST) Message-ID: <52C8F6EA.4060905@users.sourceforge.net> Date: Sun, 05 Jan 2014 00:08:42 -0600 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Libevent configuring fails with "checking whether the C compiler works... no" References: <52C83248 DOT 4060805 AT gmail DOT com> In-Reply-To: <52C83248.4060805@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2014-01-04 10:09, Dmitry Malikov wrote: > I'm trying to install tmux in cygwin (running under windows 8 if it is > important) from this guidance: > http://java.ociweb.com/mark/programming/tmuxInCygwin.html As usual, bad advice from third-party sites. Remove steps two and three there, and install libevent-devel and libncursesw-devel from the distro instead (you already have the latter). > I've tried to install libevent from the sources, but cannot configure it: I did notice you have x86 DLLs in your C:\cygwin64\bin (grep your cygcheck.out for "not x86_64 dll"). Also, your PATH is constructed in such a way that /usr/bin is present twice (notice the duplicate entries throughout); I suggest fixing those issues, then see if you can compile a basic "hello world". Yaakov -- 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