program that doesn't require cygwin1.dll

Nemeth Marton nm127@hszk.bme.hu
Fri Aug 9 15:58:00 GMT 2002


Hi!

I read in the FAQ (http://cygwin.com/faq/faq_4.html#SEC95) that $SUBJECT
is not possible.

But what about the Hello World! program with:
gcc -mno-cygwin hello.c

	Márton Németh

Student of Budapest University of Technology and Economics, Hungary

hello.c contains:
----------------------
#include <stdio.h>

int main() {

    printf("Hello World!\n");

    return 0;
}
----------------------


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list