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=CDMptJlGY6j1GgHtrf7GgpbYuuByxOMdeZA0K+HSkLq Utdpg1pzhJdCp/eVK/JUwifaN3M0U5F/3t90+FEVyz5JBvildgy3xnefjk6gYg/n RprB5FNd9skXfXsvaLA1K0mpxG90wU+pop6TBKsszb3jU3rki906X7kRYgLmGAPY = 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=PuhKFNSzptHy62F8PSb1pt2QNLQ=; b=R+XBKRuzkjwtTu2QX ULsA/2RjIJR2tm2ixr6z8ucLoPpuuPPPZwF+TpUAf1EK+Wpugktli7CXMerobiyj NYBc9R+IljnYIYosFceFfJx9IeA2IV26CHQO5m/9HCk3T8NSmjaDnmpVhvc1Y4Wb Ehltd8y5NJiseI/UHsCsezfEW8= 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_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f172.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=i2keJbHDbzQ3ZIuJ6Ph4Hh17GanY1lwNNfIeCXIDFXQ=; b=jnxpLUGgTGkZ629bLkd2ibQ7n7uXnQei2/JPQZtxMpgGDxPggPCWxqeN9L4VzM8c8Z sBNSa7nXhlivEtXcF054U8NBTYLZmgoYKPfR+qef+WmCOV1iUa3RRMTI0NZdAIE0iaT7 CBeUmLc3MVQ8haS11UVLJbPsf9ooAawV3pneRllHDkcc4ztG6ukq9m25v4dlMXuoOK/e Oy11TDvyV9BBJWSsBo7x9GRcjDsp4skpnnpa+rpRV0fh/SqeZAhGtf2nK7AlgfrFZ2Oi NNTE1YsVbCu4UVg6PNuAOaZLYqikS01cEo6yYOn+CzS4DRK1ANj6wYaMdPO/K4/f2Z5X PoDA== X-Gm-Message-State: ALoCoQmitlwVU62IEs+x4K5p+eHOIB7WRAyklzkxGoQ4/cxR3xjEC1rEs7QDnqt6L2hUDPAMh4RY X-Received: by 10.42.209.13 with SMTP id ge13mr1317893icb.24.1401297188671; Wed, 28 May 2014 10:13:08 -0700 (PDT) Message-ID: <5386191F.8080307@breisch.org> Date: Wed, 28 May 2014 13:13:03 -0400 From: "Chris J. Breisch" User-Agent: Postbox 3.0.10 (Windows/20140526) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: gcc-4.8.3-1 (x86/x86_64) References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 -- Chris J. Breisch -- 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