| 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:date:from:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; q=dns; s= | |
| default; b=jGsNCzSHg5lcqNbMJqfP/fLRtB23jbUYrak6znmOoyfKJ4oO17fQ+ | |
| jZnS+XmJ7qkPVQU1mO/ZKPy6htyPgo46Ng4WnaNyw/rVmo1ZjaEB7idV/nMw3OA1 | |
| PxKujlM5+7GkD1uAtCs8Khzo7P1J7O93w6AhwkXWiF0hAMwSd8reew= | |
| 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:date:from:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; s=default; | |
| bh=WAM64u3boVSZ2lvfmUEuABCFl7g=; b=Ab4T0H8GullDc7RBX1iK2cxl/Iuk | |
| elPJCxLiYYBrvEE7eocMgIM2V/BHA/bSm3J7Mjq+DC1ubQgvAN8dH7GO7KvdK8Xc | |
| PSXJQ/rBv4KyuMrYr6555eeSW3EsClBDp+Gyy5vzCum0i3QRTtlMEIkCARhb1X8x | |
| AyAVQ1cuQXzARrU= | |
| 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=-93.9 required=5.0 tests=BAYES_50,GOOD_FROM_CORINNA_CYGWIN,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_PBL,RDNS_DYNAMIC autolearn=ham version=3.3.2 spammy=Geisert, geisert, obtaining, mingw_cxx |
| X-HELO: | calimero.vinschen.de |
| Date: | Tue, 5 Apr 2016 11:57:14 +0200 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.5.0-0.11 |
| Message-ID: | <20160405095714.GA2879@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <announce DOT 5702DCA7 DOT 60605 AT cygwin DOT com> <5703531D DOT 9070004 AT maxrnd DOT com> <570359FD DOT 7010100 AT cygwin DOT com> <57035E62 DOT 2050408 AT maxrnd DOT com> <570366BD DOT 30003 AT maxrnd DOT com> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <570366BD.30003@maxrnd.com> |
| User-Agent: | Mutt/1.5.24 (2015-08-30) |
--wac7ysb48OaltWcw
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Apr 5 00:18, Mark Geisert wrote:
> Mark Geisert wrote:
> >Yaakov Selkowitz wrote:
> >>On 2016-04-05 00:54, Mark Geisert wrote:
> >>>When building in winsup/utils, I hit this:
> >>[snip]
> >>>I found that the generated winsup/utils/Makefile has
> >>>MINGW_CXX :=3D i686-w64-mingw32-g++
> >>>even though I am building on 64-bit.
> >>
> >>I can't reproduce this with git master. Are you sure you have both a c=
lean
> >>clone and a clean build directory?
> >
> >I'm obtaining the source via setup-x86_64.exe, not git clone. Then goin=
g to the
> >download directory under /usr/src and doing 'cygport cygwin.cygport prep=
'. Then
> >setting up /oss tree like the FAQ suggests, with /oss/src symlinked to t=
he right
> >level of the download tree. cd to /oss/build, configure and make like t=
he FAQ
> >demonstrates.
> >
> >I'll try it with a git clone and report back.
>=20
> I'm getting the same error. FYI this is with /oss tree per the FAQ with
> /oss/src symlinked to root of the cloned tree, then building in /oss/buil=
d.
>=20
> Do you have both i686-w64-mingw32-g++ and x86_64-w64-mingw32-g++ installe=
d?
I can't reproduce this either. I built in two variations, with
i686-w64-mingw32-g++ installed and not installed, and in both cases
MINGW_CXX was set to x86_64-w64-mingw32-g++
I built manually from git master in a parallel build dir using this
simple script:
#!/bin/sh
SRCDIR=3D../cygwin-newlib
PREFIX=3D/usr
SYSCONFDIR=3D/etc
${SRCDIR}/configure \
--prefix=3D${PREFIX} \
--sysconfdir=3D${SYSCONFDIR} \
$@
Care to inspect the config logs to see what happened?
Corinna
--=20
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
--wac7ysb48OaltWcw
Content-Type: application/pgp-signature; name="signature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJXA4v5AAoJEPU2Bp2uRE+gfwYP/jmPCpPBnofgPEq3dHTqF0L7
JaW50TLHE9b4dXsHbrmfXuJP11rqUujD+hfSdNwQMAhsOAZ0dUS+PDXacAZiUaTS
pAFMehBcjwoEsTD9SJQExDcuZaMJf5aILkw5eG9VFhI8pmsJXWEEEf9+WhZzah86
Z4gCbGaRtIO+rEAhpdn5M5GzFnyKdhyAtvnzjJdiB7YvpUjRi1VCpnyP2gFEXJmf
MeL1493nULghpZRP4MFxys0eGXIj655VWmWCxjD8v1BqVWsQaZkUgrXWfqe30mhY
HgURJUO9UyZXTDeQjxzg992Ml9ASB4WYwWqH5+fwUCZcT8k4VuJzEhikbUEwLXek
kPZa1m4cuho74oGaFFsni1YisdyVrvCdYBzv3Br30OyCyDrAhTDSYbQryAuDl9R2
m7uqZZEOjwL+HsX7804zRJe7gbTq6VndqsYb55rq5dVAUZ20NY2pIMB4cm2HBijw
ZZlvAxxU8EQRcPttYrlZymTW9bGGj5QE3+lXYVUXAZvLJ6o76S/ubkU1NBMye1+0
2GQimk4+/YzBl3U+cy+Iepr6w2y++iQ/8A2/BDtdSSXFAnTIDjjutCDWI53FNUbw
6iPFFkDx0Tkf0bOUuusJ3OkPJ+g/8rV+7ZKjqU0UHq9aQ3pW2asGLGsaI3PkkZdR
XC9m5bkgurECqu23zkCr
=UmY5
-----END PGP SIGNATURE-----
--wac7ysb48OaltWcw--
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |