X-Recipient: archive-cygwin@delorie.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 <moss@cs.umass.edu>
Reply-To: moss@cs.umass.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@cygwin.com
Subject: Re: cannot execute binary file
References: <1320152408.5480.93.camel@kare-desktop> <1320221416.5480.118.camel@kare-desktop> <4EB10244.3000901@gmail.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

