"GCC is not found" and "compiler cannot create executables" errors

Warren Young warren@etr-usa.com
Thu Apr 8 14:13:00 GMT 2010


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



More information about the Cygwin mailing list