X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: 1.5.21: gcc doesn't compile, make gives simple error Date: Tue, 29 Aug 2006 10:23:04 +0100 Message-ID: <031201c6cb4c$bbc12c30$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k7T9NOd0019262 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/