X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <4B4E3547.4090708@cern.ch> References: <4B4E3547 DOT 4090708 AT cern DOT ch> Date: Thu, 14 Jan 2010 15:45:59 +0100 Message-ID: <1ef5a52f1001140645l6c0f9f22p2dc4ad494bbbf641@mail.gmail.com> Subject: Re: gcc does not execute - why ? From: Csaba Raduly To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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 Wed, Jan 13, 2010 at 10:04 PM, Luca Bottura wrote: > I have a puzzling behaviour trying to run gcc (and the other gnu compilers) > right after installing cygwing 1.7.1 on Pentium running XP, and adding gcc > (using the gcc installer helper for the selection of packages in setup). The > command > > gcc-3 test.c > > is executed but has no effect. No object, no executable, no message. What does the following print? gcc-3 -v test.c Watch out for: 1) The output is called a.exe, not test.exe 2) "test" is a shell (sh, bash) built-in. If you create a test.exe and the run test, it will run the built-in, not your test.exe -- 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