delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2006/08/29/04:59:17

X-Spam-Check-By: sourceware.org
Message-ID: <ed4274f20608290159w160389d0g1f73aed352cca586@mail.gmail.com>
Date: Tue, 29 Aug 2006 10:59:02 +0200
From: "=?ISO-8859-1?Q?Ervin_Heged=FCs?=" <airween AT gmail DOT com>
To: cygwin AT cygwin DOT com
Subject: 1.5.21: gcc doesn't compile, make gives simple error
MIME-Version: 1.0
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

Hello,

I'm new in Cygwin, sorry for the stupid question. (and so, I'm not an
expert winxp user...)

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.

Ok, I copy and paste the gcc cmd line, and try other way:
$ gcc -O3 -DCYGWIN32 -Wall -c identd.c

also nothing, but in this case I don't get any error message, and gcc
doesn't make .o file.

Hmm, look this:

$ cat test.c
#include <stdio.h>

int
main()
{
  printf ("Hello World\n");
  return 0;
}

$ gcc test.c

... and _nothing_...
No error message, no a.out (or any) file(s)...


What's wrong? What I miss?


thank you:

a.

--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019