From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123923 invoked by alias); 5 Apr 2018 05:39:13 -0000 Mailing-List: contact cygwin-developers-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner@cygwin.com Mail-Followup-To: cygwin-developers@cygwin.com Received: (qmail 123903 invoked by uid 89); 5 Apr 2018 05:39:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*Ad:U*cygwin-developers, site, laptop X-Spam-User: qpsmtpd, 2 recipients X-HELO: m0.truegem.net Received: from m0.truegem.net (HELO m0.truegem.net) (69.55.228.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Apr 2018 05:39:09 +0000 Received: from localhost (mark@localhost) by m0.truegem.net (8.12.11/8.12.11) with ESMTP id w355d8bR071292; Wed, 4 Apr 2018 22:39:08 -0700 (PDT) (envelope-from mark@maxrnd.com) Date: Thu, 05 Apr 2018 05:39:00 -0000 From: Mark Geisert To: cygwin@cygwin.com cc: cygwin-developers@cygwin.com Subject: Re: spawn - where can I get it In-Reply-To: <5201d3b9-b78a-8658-2f4e-59d99e4748b5@comcast.net> Message-ID: References: <32e30cf4-7631-16c7-2b91-4d048702c330@comcast.net> <5201d3b9-b78a-8658-2f4e-59d99e4748b5@comcast.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg00006.txt.bz2 On Wed, 4 Apr 2018, Mark A. Engel wrote: > Victor, > Thanks but I get the "Address not found" screen. Also it looks like that is > rehat site. I am running cygwin64 on my Windows 10 laptop, so will this run > in cygwin or do I need some other site. Either case - address not found. > > Victor Corral wrote: >> you have to connet to ftp://ges.redhat.com >> >> On Wednesday, April 4, 2018, Mark A. Engel wrote: >> >>> cygwin team, >>> I am trying to install cross compiler to cygwin environment. The build >>> stops when it can't find the "spawn" command. I tried to download it with >>> the cygwin64_setup tool. I can't find it there and nowhere in the >>> internet. Do you have any idea where I might get/download the spawn >>> command for cygwing64?u (1) Please don't start new email threads by replying to an unrelated email. Start with a new email to the correct list. (2) This is not the correct list for your question. It should have been sent to cygwin@cygwin.com. I'm CCing that list so this query can be continued there. (3) It's not clear from your email if you need a 'spawn' command as part of the execution of the build itself, or if one of the source files being built requires a spawn() function which has not been found in an include file. Could you please reply quoting a few lines around the error in your build log? (But do that on the correct mailing list please.) ..mark