X-Recipient: archive-cygwin AT delorie DOT 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 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: wconsole on cygwin References: <146171 DOT 35302 DOT qm AT web27301 DOT mail DOT ukl DOT yahoo DOT 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 AT cygwin DOT com; run by ezmlm List-Id: 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 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