From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5694 invoked by alias); 17 Dec 2014 13:12:47 -0000 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 Received: (qmail 5681 invoked by uid 89); 17 Dec 2014 13:12:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 17 Dec 2014 13:12:45 +0000 Received: by mail-wi0-f169.google.com with SMTP id r20so16915093wiv.4 for ; Wed, 17 Dec 2014 05:12:42 -0800 (PST) X-Received: by 10.180.13.7 with SMTP id d7mr14632995wic.57.1418821962118; Wed, 17 Dec 2014 05:12:42 -0800 (PST) Received: from [172.21.188.197] ([62.154.173.198]) by mx.google.com with ESMTPSA id ei5sm20918151wid.2.2014.12.17.05.12.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 05:12:41 -0800 (PST) Message-ID: <5491813E.8030404@gmail.com> Date: Wed, 17 Dec 2014 13:12:00 -0000 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: g++ returns 127 and does nothing References: <54917C62.30401@nokia.com> In-Reply-To: <54917C62.30401@nokia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00250.txt.bz2 On 12/17/2014 1:51 PM, Ilya Dogolazky wrote: > Hi ! > > I installed GCC toolchain for cygwin by selecting "install" near the > "Devel" entry in the setup tool as described in [1]. G++ executable is > present now, but it doesn't work (which out any error messages): > > $ ls -l /usr/bin/g++ > -rwxr-xr-x 4 ilya None 760349 Nov 13 09:33 /usr/bin/g++ > $ g++ -v ; echo $? > 127 > > Any idea what could be wrong, somebody have seen similar symptoms ? > > Cheers > > Ilya Dogolazky broken installation, some dll's are missing. try "cygcheck g++" Found: E:\cygwin64\bin\g++.exe E:\cygwin64\bin\g++.exe E:\cygwin64\bin\cygwin1.dll C:\Windows\system32\KERNEL32.dll [cut] E:\cygwin64\bin\cygiconv-2.dll E:\cygwin64\bin\cygintl-8.dll see also https://cygwin.com/problems.html specially "Run cygcheck -s -v -r > cygcheck.out and include that file as an attachment in your report. Please do not compress or otherwise encode the output. Just attach it as a straight text file so that it can be easily viewed. " Regards Marco -- 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