From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23916 invoked by alias); 5 Sep 2012 19:55:17 -0000 Received: (qmail 23906 invoked by uid 22791); 5 Sep 2012 19:55:16 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Sep 2012 19:55:03 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T9Lgm-0003Tt-AV for cygwin@cygwin.com; Wed, 05 Sep 2012 21:55:04 +0200 Received: from 200.134.9.254 ([200.134.9.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2012 21:55:04 +0200 Received: from fausto_barbuto by 200.134.9.254 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2012 21:55:04 +0200 To: cygwin@cygwin.com From: Fausto Arinos Barbuto Subject: Problem during C source code compilation Date: Wed, 05 Sep 2012 20:27:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-09/txt/msg00071.txt.bz2 Hello, I'm trying to compile a simple C source code but I'm getting the following error(s): $ gcc -o struct struct.c 0 [main] collect2 2172 fork: child -1 - CreateProcessW failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe', errno 13 1000770 [main] collect2 2172 fork: child -1 - CreateProcessW failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe', errno 13 3001835 [main] collect2 2172 fork: child -1 - CreateProcessW failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe', errno 13 7003080 [main] collect2 2172 fork: child -1 - CreateProcessW failed for 'C:\cygwin\lib\gcc\i686-pc-cygwin\4.5.3\collect2.exe', errno 13 collect2: vfork: Permission denied A similar error occurs when I try to compile Fortran (gfortran) sources. It's not a problem with the sources, I'm sure, as they've passed compilation flawlessly with other compilers (Windows, Linux). Any help will be warmly appreciated. Thanks, Fausto -- 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