X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4BBDE46D.5070406@etr-usa.com> Date: Thu, 08 Apr 2010 08:13:01 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Cygwin-L Subject: Re: "GCC is not found" and "compiler cannot create executables" errors References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 4/8/2010 6:11 AM, david sastre wrote: > > Yesterday (still under1.7.3) I had a "compiler not found" and a > "compiler cannot create executables" errors while trying to build some > standard apps, i.e. nginx. Write this out to a file called hello.c: #include int main(void) { printf("Hello, world!\n"); return 0; } Then say "make hello" in that directory. If you don't get a "hello" program that says "Hello, world!" when you run it, you haven't got the compiler and associated stuff installed. Post the errors you get. -- 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