On 29 August 2006 09:59, Ervin Hegedüs wrote: > I downloaded Cygwin from net, with setup.exe. I start it, and copy a > project to my home dir: C:\cygwin\home\airween\src\Ident. It's a > simple ident-daemon, what has binary format, but I need to modify the > source, and recompile it. > > When I try to run 'make' command in project dir, I get this: > > $ make > gcc -O3 -DCYGWIN32 -Wall -c identd.c > make: *** [identd.o] Error 1 > > and nothing more.
> also nothing, > ... and _nothing_... > No error message, no a.out (or any) file(s)... > > > What's wrong? What I miss? Sending your cygcheck output, *as an attachment please*, as described at > Problem reports: http://cygwin.com/problems.html Gcc isn't included in the default set of packages installed by setup.exe, but you should have gotten a file not found or similar error message at the least. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/