From: javareview@yahoo.com (Johnathan Smith)
Subject: program made with gcc does not run on NT
4 Dec 1998 22:04:08 -0800
Message-ID: <19981204185323.8748.rocketmail.cygnus.gnu-win32@send104.yahoomail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
To: mvoss@kuttig.com, JSONCRAIG@aol.com
Cc: gnu-win32@cygnus.com

I do a gcc -o mytest.exe with the following source

int main()
{
	printf("hello Wolrd\n");
}

gcc does make the mytest.exe file but the program does not run !
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
