This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: cannot execute binary file
- From: Edvardsen KÃre <kare dot edvardsen at uit dot no>
- To: "cygwin at cygwin dot com" <cygwin at cygwin dot com>
- Cc: "marco dot atzeri at gmail dot com" <marco dot atzeri at gmail dot com>
- Date: Wed, 2 Nov 2011 10:04:30 +0000
- Subject: Re: cannot execute binary file
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
>
> Regards
> Marco
cygcheck ./actual_exec_file
returns a list of dll's - no error message or anything, just a list of
dll's
ldd ./actual_exec_file
returns "ldd: ./actual_exec_file.exe: Excec format error"
Never seen that one before...
Cheers,
KÃre