Re: Using -mno-cygwin causes different program behavior

2008-12-04 Thread C-Programmer
Thanks both of you! In addition to a solution, I increased my understanding, which is even more valuable. -- View this message in context: http://www.nabble.com/Using--mno-cygwin-causes-different-program-behavior-tp20825507p20847165.html Sent from the Cygwin list mailing list archive at

Using -mno-cygwin causes different program behavior

2008-12-03 Thread C-Programmer
Hello, Here's the source: #include stdio.h int main(){ /* local variable */ char name[25]; printf(What is your name?\n); gets( name ); printf(Hello, %s!\n,name); } If I compile using the following command line argument: $ gcc -o ioProg1 ioProg1.c I check to see which DLL it's