Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com Subject: Re: cygqwin with mingw32 question References: <000301c1d7fa$48659fe0$a300a8c0 AT nhv> From: Jesper Eskilson Organization: Virtutech AB Date: 30 Mar 2002 21:04:08 +0100 In-Reply-To: <000301c1d7fa$48659fe0$a300a8c0@nhv> ("Norman Vine"'s message of "Sat, 30 Mar 2002 09:50:48 -0500") Message-ID: <873cyhu8jr.fsf@virtutech.se> Lines: 19 User-Agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.4 (Common Lisp (Windows [1])) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii "Norman Vine" writes: > Since this question comes up quite frequently > maybe we could add the following 'tip' to the faq > > Q) What preprocessor symbols does Cygwin define > A) Use the tool Luke :-) > > % echo > jnk.c > % gcc -E -dM jnk.c > % gcc -mno-cygwin -E -dM jnk.c > % rm jnk.c Or, more elegantly: gcc -E -dM -