From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7863 invoked by alias); 5 Sep 2012 20:27:28 -0000 Received: (qmail 7854 invoked by uid 22791); 5 Sep 2012 20:27:27 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mho-01-ewr.mailhop.org (HELO mho-01-ewr.mailhop.org) (204.13.248.71) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 Sep 2012 20:27:11 +0000 Received: from pool-173-76-55-36.bstnma.fios.verizon.net ([173.76.55.36] helo=cgf.cx) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1T9MBr-0007h0-2W for cygwin@cygwin.com; Wed, 05 Sep 2012 20:27:11 +0000 Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 5A13042800E for ; Wed, 5 Sep 2012 16:27:10 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18P0qmKLT5vGKmBivUeXA/M Date: Wed, 05 Sep 2012 20:47:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: Problem during C source code compilation Message-ID: <20120905202710.GA10452@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00072.txt.bz2 On Wed, Sep 05, 2012 at 07:49:57PM +0000, Fausto Arinos Barbuto wrote: >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. Start here: http://cygwin.com/problems.html -- 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