| delorie.com/archives/browse.cgi | search |
| 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=cdFzjCzTcwToRIvovrpIUjyRhxsUWJZilyjhrlV5agD | |
| BH7ABuzbP3WgvPdlnwbF3qdwcbvnr407rWvZZFDkKyqL2jG4WhMb/VYB7aHQeQ5E | |
| G4R7XpXFH+/eAZy4s3Yh4ZaND82c7nDoawavt327Lie8v7wHVAGrxYglOH+T77bU | |
| = | |
| 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=glraB5ACxJttkbDGMZ5LlOzq2VY=; b=IfFM5+J5TnKOE3hLS | |
| 2jZ3HpbL0qpnlYVvDeoT9CPe1muGfMvAjxcrkZGV826j9JiMBqMEC0mkNhaB9Uq1 | |
| cFwuEkB8r8rxhr6BJCFMAJQhvWy6lRzvkJltjjyesbgkOVIJV+cQc5WKi8OGW9Nd | |
| Ung0T6y9HDiWsodYeW+OKzUa90= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
| X-HELO: | mail-ig0-f181.google.com |
| X-Received: | by 10.50.82.73 with SMTP id g9mr16835096igy.0.1396823925622; Sun, 06 Apr 2014 15:38:45 -0700 (PDT) |
| Message-ID: | <5341D771.8030106@users.sourceforge.net> |
| Date: | Sun, 06 Apr 2014 17:38:41 -0500 |
| From: | "Yaakov (Cygwin/X)" <yselkowitz AT users DOT sourceforge DOT net> |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: [ANNOUNCEMENT] Updated: mingw64-*-binutils-2.24.0.1.acd6540-1 (x86/x86_64) |
| References: | <announce DOT 53383120 DOT 8020408 AT gmail DOT com> <2A278B4F-60D5-4F26-8239-846B1A9E0C95 AT Denis-Excoffier DOT org> <533B3956 DOT 1040909 AT gmail DOT com> <533B446C DOT 6080805 AT gmail DOT com> <20140402100428 DOT GR2508 AT calimero DOT vinschen DOT de> <533BEF10 DOT 1090900 AT gmail DOT com> <20140402110856 DOT GS2508 AT calimero DOT vinschen DOT de> <5341D109 DOT 3080505 AT googlemail DOT com> |
| In-Reply-To: | <5341D109.3080505@googlemail.com> |
On 2014-04-06 17:11, m0viefreak wrote:
> The latest mingw64-binutils is broken for me:
>
> $ echo 'main() { }' > a.c; /bin/x86_64-w64-mingw32-gcc a.c
> /usr/bin/x86_64-w64-mingw32-ld: cannot find default-manifest.o
>
> $ echo 'main() { }' > a.c; /bin/i686-w64-mingw32-gcc -m32 a.c
> /usr/bin/i686-w64-mingw32-ld: cannot find default-manifest.o
Please try again without the /bin/ prefix.
> Looks like it's not searching for the default-manifest.o in the correct
> include paths.
>
> The mingw file resides in
> /usr/{x86_64,i686}-w64-mingw32/lib/
>
> Maybe it should be in
> /usr/{x86_64,i686}-w64-mingw32/sys-root/mingw/lib/
The location is not the problem here.
> But the weird thing is that all those scripts in the ldscripts directory
> specify
> SEARCH_DIR("=/usr/x86_64-w64-mingw32/lib");
> so I'm not sure why this fails.
https://sourceware.org/bugzilla/show_bug.cgi?id=16792
But when linking with gcc it should be moot.
> I'm also experiencing the problems mentioned in the following thread:
> http://www.cygwin.com/ml/cygwin/2014-04/msg00016.html
>
> In my case compiling putty/kitty from source using the latest binutils
> results in a broken "About" button. Clicking it simply does nothing, no
> about dialog appears at all.
https://sourceware.org/bugzilla/show_bug.cgi?id=16807
> Is there a way to disable that whole default-manifest.o thing for now
> without having to roll back to an older version of binutils?
No, you may have to roll back for now.
Yaakov
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |