X-Recipient: archive-cygwin AT delorie DOT com 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 To: cygwin AT cygwin DOT com From: Fausto Arinos Barbuto Subject: Problem during C source code compilation Date: Wed, 5 Sep 2012 19:49:57 +0000 (UTC) Lines: 32 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 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 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