I have just rebuilt windows xp in my notebook and then installed cygwin with gcc. When I try to compile a simple "Hello World" C program, gcc issues no errors but does not generate any executable file. compiling with make, that's what happens:
c:\src>make Hello gcc Hello.c -o Hello make: *** [Hello] Error 1 c:\src>dir Volume in drive C has no label. Volume Serial Number is F882-4E55 Directory of c:\src 06/05/2002 07:37 <DIR> . 06/05/2002 07:37 <DIR> .. 06/05/2002 07:37 66 Hello.c 05/05/2002 20:44 67 Hello.c~ 05/05/2002 20:40 874 Pilha.cc 05/05/2002 20:34 539 Pilha.cc~ 4 File(s) 1.546 bytes 2 Dir(s) 16.603.086.848 bytes free So, no output files. but it does generates a Hello.o when using -c option. Funny thing is that it worked before I reinstall windows xp in the same computer... Any ideas? Thanks in advance... _________________________________________________________________ Una-se ao maior serviço de email do mundo: o MSN Hotmail. http://www.hotmail.com -- 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/