I'm using gcc on Windows XP Pro (desktop PC, not a laptop). Have had no
problems. Apparantly linking is failing. Try make -d Hello.c -o Hello and
see if the output helps determine what's missing.
-- Michael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:
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
2 matches
Mail list logo