X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_YG X-Spam-Check-By: sourceware.org Message-ID: <4EB122D6.3070003@cs.umass.edu> Date: Wed, 02 Nov 2011 06:00:38 -0500 From: Eliot Moss Reply-To: moss AT cs DOT umass DOT edu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cannot execute binary file References: <1320152408 DOT 5480 DOT 93 DOT camel AT kare-desktop> <1320221416 DOT 5480 DOT 118 DOT camel AT kare-desktop> <4EB10244 DOT 3000901 AT gmail DOT com> In-Reply-To: <4EB10244.3000901@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 On 11/2/2011 3:41 AM, Marco Atzeri wrote: > On 11/2/2011 9:10 AM, Edvardsen Kåre wrote: >> >> Are there any debug options or logs to check when you get "cannot >> execute binary file"? >> >> Cheers, >> Kåre > > - if is it a permission problem you need to check the ACL permissions > see getfacl or ACL permission from windows explorer > > - if you are missing dll's, you can check with: > cygcheck ./nome_of_your_file > ldd ./nome_of_your_file An additional thought is to use strace to see the exact sequence of OS calls and results. You would strace bash and type your command at bash, then examine the strace output ... Eliot Moss -- 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