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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=IUgL/Yvl3vKC7/qAsgCU0f1NRIq77 +33x/lRIskNxIdKPDPk18LPdmFl5SKVCxoS9TOaznel7mxhv+JHQGGoCkXKNwAX5 HhaqwdkQT/rBKACZhT1E0wZ0Lv6ROYiDp6umq02D3exesWzX4SgydFylQarBsocX 6bgaUvyr0UF/YM= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=oosQOgGiw924zD4RM4hmApG6OM4=; b=LY2 kpVWB0uMuD73FWUvD4Z3OciML+ecPl12nSioFDmfXeQ/nYsnY0NYJtWnxbddkxSu wgENltf6JPenzJ3rK2yldcqTRtaR6/JvTyiK7ElAaUBZp2yNX+bDPSHGg3rJgdlK SrikjNA10bEAE5woBVQdyOL1Knh9JJxwlwy2Hcbc= 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=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=no version=3.3.1 X-Received: by 10.220.10.194 with SMTP id q2mr1986017vcq.2.1375898525986; Wed, 07 Aug 2013 11:02:05 -0700 (PDT) MIME-Version: 1.0 From: Vinh Nguyen Date: Wed, 7 Aug 2013 11:01:45 -0700 Message-ID: Subject: "gcc: error: spawn: No such file or directory" issue on Windows 7 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Hi, I'm using Windows 7 and Cygwin 2.819 64 bit. I installed gcc 4.8.1.-3. I get this error when trying to compile: $ touch foo.cpp $ gcc -c foo.cpp gcc: error: spawn: No such file or directory I'm trying to compile a python package and received this message. I think it's a gcc issue as illustrated by the simple example above. I was able to compile the python package on windows xp. Was wondering if anyone could help me resolve this issue. Thanks. -- Vinh -- 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