X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
X-Yahoo-SMTP: mjD.OBqswBAPbVUxYJaYPvc61jLEnpq8VnBwJGdbEJOPA9xw
Message-ID: <4B797D5B.9090105@sbcglobal.net>
Date: Mon, 15 Feb 2010 16:59:07 +0000
From: Greg Chicares <gchicares@sbcglobal.net>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: wconsole on cygwin
References: <146171.35302.qm@web27301.mail.ukl.yahoo.com>
In-Reply-To: <146171.35302.qm@web27301.mail.ukl.yahoo.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 2010-02-15 15:51Z, ghada zaibi wrote:
>
> gcc -DHAVE_CONFIG_H -I. -I.. -I..    -Wall -g -O2 -I/usr/local/include/SDL -I/us
> r/include/mingw -mno-cygwin -Dmain=SDL_main -MT main.o -MD -MP -MF .deps/main.Tp
> o -c -o main.o main.c

'-mno-cygwin' essentially means you're building for MinGW, but...

> fifo.h:25:21: termios.h: No such file or directory

...MinGW doesn't provide POSIX headers, and...

> main.c:384: error: `SIGQUIT' undeclared (first use in this function)

...MinGW doesn't support POSIX signals, so I suppose you should try
building without '-mno-cygwin'.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

