X-Recipient: archive-cygwin@delorie.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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=CB1LCFd9PCXXU1bXopWgDCoSdB8xthWmas2euncKpnd
	mDEumPQaVY9esFd0/QCUiwmmcyGao4Ec5/b9k4Nwu8zmJY/7ediCnOUzpMlO7j17
	J8I5hEsv7WFB5EnmBDFZHajxQlOb3wn74w7eT+79fHG/1BZkzaob2XC+QJXADJ+o
	=
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:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type:content-transfer-encoding;
	 s=default; bh=KZ+9jIu81mfpWz7gD6GIKcKTXFE=; b=DvX40PNWfT3IhJ5vN
	2QSAxfI0yi0q+rM6++d4a5VpCV5KWh/5VCp/FBOm5anCjbfprfJLe5dr9Zbm4L/r
	/H7Ks8TIUR+eJVAXlQyAmHdXXD9k/UpDxGzQ6Wamw0vVfz43FKppKzQdMvkZLopn
	loUNsNl9Rwyzh+E+nAZeqV0PR4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2
X-HELO: mail-we0-f179.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to:content-type:content-transfer-encoding;        bh=HUsKOppSGdJeNvChIcCJKRwIWsUALpKhsVAYMroZZ2M=;        b=l8DgTFiBV9gopxZto5etFm99wv6+feptiGDnVkZZVRlUxSCIyvbUFGr0Qjzjdos1VJ         ZK8j9NRA9lKkAN7OvrK1FnNGoRzguLFVaNIloKpCOE8d7/YeIIGFaZXGPCSLNXPFarrZ         ecPtjBonRfh4E09FMTHSCxeR22WexCxJN3W+WAbQVNayGTk5xdurPC47HHfMa62G3gPg         NIVmVlPwSOgFqDqe2Ylz2QnhBHSS3BusgadMbTZcm5ODGBPLig6ecZICOtKO3JPKEIcH         fltZelILxdjVGzKWS3g5K8Qvbtwj6CHacoAiRK/uforFp4SkBDgB7ni3L/+2kpUeamXO         8r0Q==
X-Gm-Message-State: ALoCoQl2Q6zgwa4WicoQitJQezujrix65q8kW+zvs6hppheLI2k/iwgiKmO5KM+aNmv1Y/DsXZn1
X-Received: by 10.194.93.72 with SMTP id cs8mr2626792wjb.49.1379526861284; Wed, 18 Sep 2013 10:54:21 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <20130918174034.GB2351@ednor.casa.cgf.cx>
References: <CAPw2spinsbSZaduOMJtgR6rkaoJA9s7rTm6LCwvWBCK9-kiN8A@mail.gmail.com> <5231EEF4.6010407@users.sourceforge.net> <CAPw2sphgi3r6U=ZvUj7ywS1JYOgPY2f4spuDW8Frff5gUCsrtQ@mail.gmail.com> <20130918174034.GB2351@ednor.casa.cgf.cx>
From: =?ISO-8859-1?Q?Fr=E9d=E9ric_Bron?= <frederic.bron@m4x.org>
Date: Wed, 18 Sep 2013 19:53:41 +0200
Message-ID: <CAPw2spi2cQMRid83Zg53d3QvaA9J=2=kBXet_0SHnZtOxmwjDg@mail.gmail.com>
Subject: Re: cannot run setup64.exe without admin privileges (even if renamed foo.exe)
To: cygwin <cygwin@cygwin.com>
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r8IHsbLx014765

>>Is it possible to build setup64.exe from a 32bit cygwin?
>
> As previously mentioned, despite the subject, there is no such thing as
> setup64.exe.  The makefile creates setup.exe.  The filename gets changed
> when it gets uploaded to cygwin.com to either setup-x86.exe or
> setup-x86_64.exe.

do you mean I can only build the 32bit version on i686 bits and the
64bit version on x86_64 and in both case the binary is called
setup.exe after running make?
This means I cannot build the x86_64 version from a i686 cygwin. Is
that correct?
Frédéric

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


