delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/08/08/08:42:28

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; q=dns; s=default; b=INiEZg
utPgJMfROqP5JcFi62HOsMazA3LLNNNh225GZiTh5nl/PEEaVvBbXDlgzE7g+llt
nFFHDSPc7ecyGtBVmsH4qSgWfuxbWN3rwKKFk+zvuGgypYPPZf2lF6E20TU62hD+
01sloKW/rOOch0MVTo6MwJ8CVFU9Sb+itQtVI=
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; s=default; bh=fVj4U20V1+9v
Rx+B92Q/W4DQlmw=; b=n2QH/v8WjV+A58JoHb8ZwNAc3Jnatq3yTndUFXf9AF2N
xeUzit8bY2OJEbQCcyUuIYIqkHmuEtTiceN7yNAsSjnWpbEXTd9KS/mX6AcUO2Lh
Z/+Vh+r19q5nV3wGO6gkH1eYPiE+R++YfLbPgeGce4Ce0XOMB8/FUXl+ggJkq2k=
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=0.1 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=mingw-w64, non-trivial, nontrivial, mingww64
X-HELO: mail-pf0-f194.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; bh=9pCresME8J1o6eaVKov9BgBEz8j3whv417XDrPfiwL0=; b=PNH7h7zusyayt5Cn/QYa3maMk7PzIcK0nA+AYke7dzpfUNxp0LpXlDHRQSrWxKVvjT 7hvlAjWRETIZHC5cGCd3mzlJtQ78cnpUmBr0s01N8U1jnSrGOJCFxbHy662ZTJ2h5d5l l0mjphccYIq/jLU9O+ANJ0jOp0rYcWSx5l2YNsUC64ecRM+VJV7KPoTTzJMuFCe4ULKb AkRUe+FLu53WTD/jw1yeOAQNjqvBemh6KHu4mNybO62YJ0Ohag76jpsm0wsKQ88lBzSu COBQY9W9AecYmxGNr9/LZ/WYOZ3u+G35hXoSQi2UmPBPjdfW3fl9u94S3ZqcsTv4N7g3 itjw==
X-Gm-Message-State: AEkoouvwst981Gv37CT/4qXMxUjcQrp8EGbzkTWCXiV0xe6xcFZNSDKUkBvpH3k61G+5Eg==
X-Received: by 10.98.64.193 with SMTP id f62mr162300107pfd.141.1470660127235; Mon, 08 Aug 2016 05:42:07 -0700 (PDT)
Message-ID: <57A87E14.4030706@gmail.com>
Date: Mon, 08 Aug 2016 20:41:56 +0800
From: JonY <10walls AT gmail DOT com>
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.4) Gecko/20150524 FossaMail/25.1.5
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] Updated: mingw64-*-gcc-5.4.0-1 (x86/x86_64) (Testing)
References: <announce DOT 57A51E0B DOT 4080204 AT gmail DOT com> <ab53c484-71e5-404d-2b78-3cce330753e8 AT cygwin DOT com>
In-Reply-To: <ab53c484-71e5-404d-2b78-3cce330753e8@cygwin.com>
X-IsSubscribed: yes

--UwQTlciqA8Ba3GrsNsd2IKfNcgfl7Wfc0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On 8/8/2016 07:48, Yaakov Selkowitz wrote:
> On 2016-08-05 18:15, JonY wrote:
>> I have just updated the mingw-w64 cross compilers Cygwin 32bit and 64bit.
>>
>> This version is considered testing and has --enable-vtable-verify set.
>> I'd consider moving it to stable if it can build non-trivial C++
>> applications.
>=20
> I had no issues compiling a few different projects with this release,
> however enabling this configure flag means that linking C++ with -static
> does not work because libstdc++.a then requires VTV symbols.  Also, note
> that neither Fedora's nor (AFAICS) Debian's native gcc enable this
> feature, so I don't know how much exposure it has received yet.
>=20
> I would recommend rebuilding a 5.4.0-2 without this configure flag, and
> releasing it as stable.
>=20
>> =3D=3D=3D=3D PLEASE RECOMPILE ALL YOUR C++ CODE FOR ABI COMPATIBILITY =
=3D=3D=3D=3D
>=20
> Until this is stable and mingw-based C++ packages have been recompiled,
> -D_GLIBCXX_USE_CXX11_ABI=3D0 can be used as a workaround.
>=20

OK then, I'll redo the build without the vtable-verify flag.



--UwQTlciqA8Ba3GrsNsd2IKfNcgfl7Wfc0
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIcBAEBAgAGBQJXqH4aAAoJEHE7X+KcFF1FHCsP/RSMz+6p8wJRyB6VHft8Ha1i
5ig4Ux++NHz1Y4/qUJChaSmXZtroAryDVeXzn89djOLXn/0zE6sD/OP80hVm3QsY
6ofede3JnRxaqRjatiq70jLk3ALTHlNvk/AaM44GwnFDMhJ0fkir19GWd+S4F8KY
lh/UDsc5pwmORV6XLwjjqm6tpXf0Q8m/sTs6QBEWuvcIfHsuoI5AS25qPzzYFtG0
zhOBbocBobKkO9i9CDF7PmkkkvDvCR3+IdknGX/XE/hSlk6trEofgFX5wO91+LB+
JKrvTPx62r+sjgkcgt7Fu6iP+1qanJ7miPSvxBEa/dFs8ctgPK4Pl50ZMM4eEkCt
aor1wu2cHzIftRjTL6hyqXNxIsmUAxNN8hNHR6WWhLShj5LInWQOHRb4EEeg8Rkm
JrQDR987E7e+QwOZAQ7iuCz8fOmOXzwVB4WUiHx8pgCdwF9rTy8x151fqhiskl7F
26grZQAI1sm9MMtWLiaW4FLKAo08mEy3OLTAXTjNkaOVpeaKMQNeIP+AAO/CB+Xk
7Y4T8cTi6JSa+kIg3A+81mofnlJQ+OBfjs6BddFAUrvho7fjgx2PfVGCvg4YPZPZ
iYc0bGSRZ5V5ataG8uINyyDyiP8MdcXyLmdN6izlgEueQjcGpCDGJ1CvjEljU3Xi
fk4kWcZ4FJ6q6p+sXkIi
=c+nM
-----END PGP SIGNATURE-----

--UwQTlciqA8Ba3GrsNsd2IKfNcgfl7Wfc0--

- Raw text -


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