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:subject :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=lWaZBeWUJAdAj4MUy88CDwPY9dgzX3uCopHK3v6HL5ewa0J9P8BVE xtTzP0Ws4fpBS60VEmFyOo9WYNIxudQ7fs5yoWKDZE0IzEZ/iFRy2GCgJHOUpBiy GcTrNVDv7eBl6LMgekee8tZbqp0nyjYGszwSteEg1XqlIUOZLCloTg= 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:subject :mime-version:content-type:content-transfer-encoding; s=default; bh=WNR6AYq0hGm5qe1hp0WUk/H69Ig=; b=ggIn0PKtUhH7jYWMiUFOpvEtMsF0 XOOeHgPgxf2ZCCR/rtgPMWJFcaYiIVcNxukFBnFEczTsUZNcag71N8uS8DxiUeps sRBB1b8B2xoU9ayQvmy7Cr9ceADG1Q5sfG6puoiv4c00a929+akGjb7Jl1/S3NdW yyKLTlkd5JH8dgg= 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=-2.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: cyclone.coherentlogix.com Date: Fri, 30 May 2014 11:19:37 -0500 (CDT) From: David Friedman To: cygwin AT cygwin DOT com Message-ID: <1782381341.458978.1401466777092.JavaMail.zimbra@coherentlogix.com> In-Reply-To: <598735007.458570.1401466053450.JavaMail.zimbra@coherentlogix.com> Subject: 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 I just upgraded my gcc to 4.8.3 and tried a compilation, and got the error above. I see that there's been some previous discussion of this error, including whether gcc is started from /usr/bin or /bin; tried both, no difference. See below: $ echo $PATH /usr/local/bin: /usr/bin: /bin: /usr/X11R6/bin: /cygdrive/c/WINDOWS/system32: /cygdrive/c/WINDOWS: /cygdrive/c/WINDOWS/system32/wbem: /cygdrive/c/program files/intel/dmix: . . . Tried starting gcc with -v option; here's the tail end of the result: . . . GNU C (GCC) version 4.8.3 (i686-pc-cygwin) compiled by GNU C version 4.8.3, GMP version 6.0.0, MPFR version 3.1.2, MPC version 1.0.2 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: a39cfdacc7868ff2412ca54ce8f22425 COLLECT_GCC_OPTIONS='-v' '-o' 'Qualcomm_enc_dec.exe' '-mtune=generic' '-march=i686' as -v -o /cygdrive/c/DOCUME~1/friedman/LOCALS~1/Temp/cca1VHLo.o /cygdrive/c/DOCUME~1/friedman/LOCALS~1/Temp/ccuVhtdU.s gcc: error: spawn: No such file or directory And all I wanted to do was compile and run some C code. Any suggestions of workarounds? Thanks in advance for any useful ideas. David F. 2014 May 30 11:18 CDT -- 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