X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: <4BBDE46D DOT 5070406 AT etr-usa DOT com> Date: Thu, 8 Apr 2010 17:18:56 +0200 Received: by 10.213.55.8 with SMTP id s8mr219054ebg.57.1270739936900; Thu, 08 Apr 2010 08:18:56 -0700 (PDT) Message-ID: Subject: Re: "GCC is not found" and "compiler cannot create executables" errors From: Csaba Raduly To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Thu, Apr 8, 2010 at 4:36 PM, david sastre wrote: > > Both scripts give back: > > $ make hola.mundo > cc -march=3Dprescott -O2 -pipe -fomit-frame-pointer =A0 =A0hola.mundo.c = =A0 -o hola.mundo > make: *** [hola.mundo] Error 1 > > Also, direct gcc invocation exits silenlty: > $ gcc hola.mundo.c > According to the first message (and also config.log), gcc -v is able to run successfully. That would suggest that it's not a missing DLL, at least for gcc-4.exe What is the output of: $ gcc -v -save-temps hola.mundo.c $ ls -l hola.mundo.* --=20 Life is complex, with real and imaginary parts -- 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