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:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=cusoCH2SQT7cMSiS y2NPTU66lvALcVvB25mKjkG70etUinm7IZqKBeN9ADkuq3Bg+29P6p8yM0jWLGJj VD4ulEEMuI3N9UmLZsje2Bx2wz2CXEClFdc3Ehgi3xdKka/hBi/0EAjl2HKGT5aS lM+LJrYKRO3Zu49KXg/QOOeTtpc= 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:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=xYKKCk2gNwuuflpByYOKad cDCug=; b=BqRD4Ab7tUVKGc2Ox4epg3d5csqG8dNHuPz+be3YG1blXMksMqL8oR /SMKeQaP/xH1S9dcGYXhiZ1zoQMlR+4nXUp6d+OZROzY2fY4/uIlPwMWwjXq3FE2 UJ7PVsKHPtZ02T0vlYVuCUWGXz6fE7jKayek0Vkqa6Ln3LtYwZZC4= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: vms173017pub.verizon.net Message-id: <538C9B32.3060503@cygwin.com> Date: Mon, 02 Jun 2014 11:41:38 -0400 From: "Larry Hall (Cygwin)" Reply-to: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: It's back -- "gcc: error: spawn: No such file or directory" References: <1401720184 DOT 12213 DOT ezmlm AT cygwin DOT com> <2050638672 DOT 499354 DOT 1401722628618 DOT JavaMail DOT zimbra AT coherentlogix DOT com> In-reply-to: <2050638672.499354.1401722628618.JavaMail.zimbra@coherentlogix.com> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit On 06/02/2014 11:23 AM, David Friedman wrote: > Tried that too (set PATH to just /bin) - same result. > > Where is spawn normally located? Is it possible that the library file > that normally contains it is actually missing, mis-located or corrupted, so that > spawn can't be found? Is there a workaround, possibly involving fork() and > exec()? I gather that spawn() is not POSIX-compliant (CMIIW - correct me if > I'm wrong). You're misinterpreting the error message (it's a common problem with the way the error messages are constructed). spawn is not missing. It's the context. Whatever 'gcc' is trying to spawn is the thing it cannot find. -- Larry _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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