From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14381 invoked by alias); 2 Nov 2011 08:42:40 -0000 Received: (qmail 14369 invoked by uid 22791); 2 Nov 2011 08:42:39 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_YG X-Spam-Check-By: sourceware.org Received: from mail-ww0-f45.google.com (HELO mail-ww0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Nov 2011 08:42:25 +0000 Received: by wwe6 with SMTP id 6so2828086wwe.2 for ; Wed, 02 Nov 2011 01:42:24 -0700 (PDT) Received: by 10.216.14.22 with SMTP id c22mr5780310wec.80.1320223303258; Wed, 02 Nov 2011 01:41:43 -0700 (PDT) Received: from [192.168.2.196] (93-33-100-188.ip44.fastwebnet.it. [93.33.100.188]) by mx.google.com with ESMTPS id fy13sm2812149wbb.18.2011.11.02.01.41.41 (version=SSLv3 cipher=OTHER); Wed, 02 Nov 2011 01:41:42 -0700 (PDT) Message-ID: <4EB10244.3000901@gmail.com> Date: Wed, 02 Nov 2011 08:42:00 -0000 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 5.1; 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> In-Reply-To: <1320221416.5480.118.camel@kare-desktop> 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 Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-11/txt/msg00025.txt.bz2 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 > > On ti., 2011-11-01 at 13:00 +0000, Edvardsen KÃ¥re wrote: >> On ti., 2011-11-01 at 07:28 -0500, Eliot Moss wrote: >>> On 11/1/2011 5:24 AM, Edvardsen KÃ¥re wrote: >>>> I've built from source (gfortran) an application that won't run (cannot >>>> execute binary file) and the "file" command prompts: PE32 executable >>>> (console) Intel 80386, for MS Windows. (Yes, chmod 755 is set for the >>>> executable...) >>> >>> Here's a wondering: Are the necessary dll's installed properly? >>> Maybe you would see this if the program cannot link its libraries >>> during startup ... >>> >>> Regards -- Eliot Moss >> >> I did "rebaseall" after installing a couple of necessary lib's. >> >> All compiling (configure, make etc) goes like nothing's wrong (just a >> few harmless warnings known for ages for this software). The only real >> error displayed is the: cannot execute binary file. >> >> I'll try to reinstall cygwin as admin to see if things change. >> >> Cheers, >> KÃ¥re >> > -- 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