X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=GeNH8ZbySwK7xMwNcnYNmfAph9GZ8AGzaDiDyR3tdJq yYfkaV+3hEVonwIa2qSM5dJCF2IZtlZm9LjZ+uB1EQBhT4c1Gg6WS6GOStj+VFzi 1IcLqyz7vUDeILoomIFaF3mQA20gb7q0DJ8HIYoRspJKXp8YFwNcEptUZ7HZO5Bg = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=xhg+4516WcWO4u9N3sQwb3nZrLE=; b=eG2OywMPDSDQ8lko6 jj1QaFQAhl8uvLGvjf7FhpabO4komROp+gACs1Hl7VzRVf9uPE0DgQP4W1+lTPHw LhRAIayv5gDMfAhK7WL8B/hn5cjKIpJDykThskOxiYxXEP2Kvqhk1DuvMMZJquVm 6DAF0ZXmeES+JWWcRKjKux4lWU= 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 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 X-Received: by 10.180.13.7 with SMTP id d7mr14632995wic.57.1418821962118; Wed, 17 Dec 2014 05:12:42 -0800 (PST) Message-ID: <5491813E.8030404@gmail.com> Date: Wed, 17 Dec 2014 14:12:30 +0100 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 AT cygwin DOT com Subject: Re: g++ returns 127 and does nothing References: <54917C62 DOT 30401 AT nokia DOT com> In-Reply-To: <54917C62.30401@nokia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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