delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/04/06/18:11:47

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=Len2+IVN9O6prgSakNrVPySbFYuEA8YH9ROOQqZpdgn
Hj+CWfczyUV6UvUp9RDSZgsMC+kHq7HNXwWx+uECCIkzsB6Do7KljfTfKZEwRE6R
0PU+GswAw56RT48UIflIRJXXC6+gc3buDWrU56Td2HpZ/oIu7ZkxVUV/aQHp+c3M
=
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=GQwqQY2h1wTazTD2CHb/xuJ3aQ0=; b=RhkCDc09r5kdIlz1K
9QILUqvz7YOavdjJd91ouPP+eAbo/EJO3XXO9jMDNG9bOdTaNtafH1SRBOnyP0mt
2k7tgX9XTXL3sOrX/zkzSbEB7q11/53fhSYCzoFfB8mkWQM+hi+tbqS3nvsUPUxu
72ZZHS/7pWctozgWQfaZfUi2Mc=
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.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wg0-f49.google.com
X-Received: by 10.180.109.231 with SMTP id hv7mr21687149wib.38.1396822285265; Sun, 06 Apr 2014 15:11:25 -0700 (PDT)
Message-ID: <5341D109.3080505@googlemail.com>
Date: Mon, 07 Apr 2014 00:11:21 +0200
From: m0viefreak <m0viefreak DOT cm AT googlemail DOT com>
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>
In-Reply-To: <20140402110856.GS2508@calimero.vinschen.de>
X-IsSubscribed: yes

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


It works with the normal cygwin gcc, tho:

$ echo 'main() { }' > a.c; gcc a.c
$

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/

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.


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.


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?

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019