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=DG6OYp5HRLkZ3TC9wCpKJFqpzhoNG/mH1BzfYDZq9A1 sPV3JUPg/UygY1XcGSjqnnamvpbULSs7TH6bfIEDks5DoCChkqkz8dH8DKmNlzSk yjDR10vM/0okFFenN5lPj1d+7uB9OtyxeZhy2aD3+ABzHPFSBcPhp8RzHqES9izI = 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=UDQfYQjLaOohpVaAyGctCBuo65s=; b=DfEZb39iDX+Jyv2fz NOepSlEijEuW13IdKlxl2lvRJFiG8hqN8rF1bmHM4PegmrrwXVWrtCjeqOuzHfHB c0Ige2EjM0mUUsqDnV2fNElNk5ZG4naNMI9f/8WplC5dxEBZ/yf4vaESOJYbpmlu /qWP0A2TZ3MhMECM2styHY6oLM= 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=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock02.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <538633BA.4060902@cornell.edu> Date: Wed, 28 May 2014 15:06:34 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: gcc-4.8.3-1 (x86/x86_64) References: <5386191F DOT 8080307 AT breisch DOT org> In-Reply-To: <5386191F.8080307@breisch.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/28/2014 1:13 PM, Chris J. Breisch wrote: > JonY wrote: >> gcc-4.8.3-1 is now uploaded for both 32-bit and 64-bit Cygwin. This >> includes a patch to automatically link in the default manifest for >> executable files. >> >> Known issues: >> Cygwin 64-bit gcc-4.8.3-1 debuginfo package is missing and was not >> generated by cygport, I am still investigating this. > > There seems to be a problem, at least on my machine: > > $ g++ > -bash: /usr/bin/g++: cannot execute binary file > $ which g++ > /usr/bin/g++ > $ /usr/bin/g++ > -bash: /usr/bin/g++: cannot execute binary file > $ file /usr/bin/g++ > /usr/bin/g++: PE32+ executable (console) x86-64 (stripped to external > PDB), for MS Windows > $ ldd /usr/bin/g++ > ldd: /usr/bin/g++: Exec format error > $ ldd /usr/bin/g++.exe > ldd: /usr/bin/g++.exe: Exec format error This might be a result of the binutils problem that I reported here: https://cygwin.com/ml/cygwin/2014-04/msg00199.html Ken -- 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