This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

program that doesn't require cygwin1.dll


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]