delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/04/08/10:13:16

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 <warren AT etr-usa DOT com>
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 <cygwin AT cygwin DOT com>
Subject: Re: "GCC is not found" and "compiler cannot create executables" errors
References: <k2i7758a5c31004080511r876491dfy6326bb0712dca648 AT mail DOT gmail DOT com>
In-Reply-To: <k2i7758a5c31004080511r876491dfy6326bb0712dca648@mail.gmail.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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 <stdio.h>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019