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=xx/r4F4lbzqWhyWrhsWBqpOgRz2zFgC/NblFd84zvkB 8PVHAdhvVSSgnhd/yGMQmDuCTrhObPg9APvRIyh6SnsW2wgodHwdTlZu4+zvBunq 7BngV0cg4VcH7u6Dv4Noyb0Z1RA/CySs/36oheXoctzjPnSLq7b30GVkTa/Dwtn0 = 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=TeDdhSvGeetmQwG6Svc0K7r9dyc=; b=J12QgJKRlyWjdgj2D UiLzSUvF9GmtCawMgQ/WvPXvFrJy8yEiu6xEpa7IRo1ULCN56YAbJRXorLmCL4iW yWZB+SxOcW00Co5pazcqQs3uQco8G0CGxIzXvvkKRSy48byPztSr45nY6qFthAiP r2S07bTMhrBNrHEiF1NHYYqcpg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_YG autolearn=ham version=3.3.1 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=6/h4dL822IsfcagxbjgV12ft6vn8IAwe35xqC9erlHI=; b=i8sf4TXYj6mSo4vi2j0+98CGWS+nwvc4GqNpQ+adhtJX9OI+xdR5bSvaanOjq1DYN6 8D/aukPRkxy81NGc0z/UCVXEdWTPeaSpB9Ro9uzpQ4f0dj1VsYdtroegdqTJGRtfl//N YJQ8JswEY/1Vps3XB7uBZqWcEvmKaIGs/KLtioFl32Zb9XfRqKiShL/TE0BmpNdWqzPk DXLm1tDaRE1LcWLKVugS1IFrwfcKCHpDWAQoNHPnFoXgv5peNH/FGmbLVedX+i9cDYbx DBowwMtg4fobCHVKd5cT4WJLZVSXzzvbp460GDsi0OKTrMzdcZNWpwZZYZ2kD62t+/pY 2fkQ== X-Received: by 10.68.204.40 with SMTP id kv8mr2140526pbc.37.1365510257209; Tue, 09 Apr 2013 05:24:17 -0700 (PDT) Message-ID: <51640848.8000302@malth.us> Date: Tue, 09 Apr 2013 05:23:36 -0700 From: "Gregory M. Turner" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin64 build recipe (was: Re: cygwin64 process substitution: known bug?) References: <5161DCD1 DOT 7040002 AT malth DOT us> <20130408081044 DOT GB10199 AT calimero DOT vinschen DOT de> <20130408093850 DOT GA12628 AT calimero DOT vinschen DOT de> <51632E49 DOT 5070500 AT malth DOT us> <20130409092338 DOT GK10126 AT calimero DOT vinschen DOT de> In-Reply-To: <20130409092338.GK10126@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnUAXDxjEWgOpWg8ZqO9u5B+6LcAxcKxuxM90H/vbOykwdmicrT52fT4gKTsMO9eoBZkqnM On Tue, Apr 9, 2013 at 2:23 AM, Corinna Vinschen wrote: No, not really. You can do that, and I still use the Linux cross compiler to build Cygwin, but we don't really *have* to bootstrap anymore. $ cygport cygwin.cygport download prep compile install package or $ cygport cygwin.cygport download allmostall That should do it. Before I got this reply I tried native 64->64 ./configure && make && make install (roughly speaking) out-of-tree against cvs and... it worked like a champ! One quirk -- by default it builds as x86_64-unknown-cygwin, whereas iirc the 32-bit equivalent builds as *-pc-cygwin... after supplying host/build/target configure arguments and /usr prefix, everything seemed fully cooked at a glance. Doing it the cygport way sounds even better, though, since then I get setup64.exe-based deployment, autorebase, and whatever postinstall magic, avoiding the old make install / crash / make install ritual. < party-hat / confetti emoticon > -gmt hoping against hope he managed to post this successfully exactly one time -- 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