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 :content-type:content-transfer-encoding; q=dns; s=default; b=Mcl pn5zkBt5sgw/sx8wryUCtGSygJTW5lML58FL+T70G23t1/2vVYn5K4fS7llWtD/6 hxGk4fQ3ELROLrU9NhfqJWSNsMtkyu17qvayk9QG6jsXLD/AMRzAl7fqfGjFuuWo sIIGRl/vU7RH9EMKOQ1P7pBkyKo0R8HZKajmBwLI= 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 :content-type:content-transfer-encoding; s=default; bh=BeCiq5o58 OOlhiADj8Yz1D/MEpQ=; b=HRcxgB49iiZu5aqX1aF8UzxJwX4p2Wg5yQDasgQ56 h60L+fgrkusERPcd+jeavTz4mt1daRJd+hz/xzJ6zjgGfEG3I73nzjv1HNiHjDwJ 4cVJ8kF/xtglyGuUzxZGSHE+3hmOL0P9S7bc+aw4VLlOwPlzYPMdbGmOFaw0GQ+C hA= 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_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp201.alice.it Message-ID: <532832AF.7070503@alice.it> Date: Tue, 18 Mar 2014 12:49:03 +0100 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Corruption message after updating binutils (both Cygwin/MingW) Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Just for completeness... the following occurs on Cygwin64 (I don't have Cygwin32) After the upgrading to binutils-2.24.51-1 and mingw64-*-binutils-2.24.0.0.5a026fc-1, rebuilding some my applications [*], I see this message (and similar for i686-pc-mingw32, x86_64-w64-mingw32, x86_64-pc-cygwin): /usr/lib/gcc/i686-w64-mingw32/4.8.2/../../../../i686-w64-mingw32/bin/ld: i686-w64-mingw32-bounce.exe: .rsrc merge failure: corrupt .rsrc section In any case, the executable is created and seems to work. Reverting the binutils packages to previous version, the message goes away... Ciao, Angelo. --- [*] The command line I use is, for example, windres bounce.rc -O coff -o ../modules/bounce.res && gfortran -Wall -mwindows -J ../modules ../../src/windows_interface_modules.f90 ../../src/windows_dialog_modules.f90 bounce.f90 ../modules/bounce.res -o bounce.out or i686-w64-mingw32-windres bounce.rc -O coff -o ../modules/bounce.res && i686-w64-mingw32-gfortran -static -Wall -mwindows -J ../modules ../../src/windows_interface_modules.f90 ../../src/windows_dialog_modules.f90 bounce.f90 ../modules/bounce.res -o i686-w64-mingw32-bounce but the same happens for i686-pc-mingw32 and x86_64-w64-mingw32. -- 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