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:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=Xg76YOxU6p2LIIxRT47EpbGM/PCOp/xSz7g3B6cX7FoICO jBX+y8YKXeKRLDJtmdacmfTynhBdynVgFAdLJUj0/HZl7J+0oAZuAmlGHJnlue97 VNb5I1LSRSKmMfFrxrYBRQDzFNWY457Ni7CTrrx/7fX8kjfukIJ1eTrZTlGRo= 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:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=1D9Gz/SADmjHtoJhDS3lYFhL+ug=; b=pqYmN4cnb7gkR0L+km6M mJjaYV0MKXs05fC7zgdm062Z6Vskp75OeDtqw0Wy2ZQs5VxXOtuAA5k/j2S+U3Nd aSHHHGfqMZqQQxWSHwm3ns12JJg4bIxYyCJyT7mWB2/R/bSl2t+uJ2tSOAZIolYP HlPURNuMyIAPxw3BmTxucnk= 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=-0.1 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: cyclone.coherentlogix.com Date: Mon, 2 Jun 2014 10:23:48 -0500 (CDT) From: David Friedman To: cygwin AT cygwin DOT com Message-ID: <2050638672.499354.1401722628618.JavaMail.zimbra@coherentlogix.com> In-Reply-To: <1401720184.12213.ezmlm@cygwin.com> References: <1401720184 DOT 12213 DOT ezmlm AT cygwin DOT com> Subject: Re: It's back -- "gcc: error: spawn: No such file or directory" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes >> Try removing /bin from your path entirely. > I'd rather suggest removing /usr/bin > -- > WBR, > Andrey Repin (anrdaemon AT yandex DOT ru) 31.05.2014, <22:59> _____ 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). David Friedman (re-originator of this thread) -- 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