Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000623004829.16581.qmail@web108.yahoomail.com> Date: Thu, 22 Jun 2000 17:48:29 -0700 (PDT) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: RE: New GCC available for testing (TRY 3) -- fixes -mno-cygwin pr oblem To: Christopher Jones , cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Opps. Sorry, hit the send too soon. --- Christopher Jones wrote: > AC_CYGWIN keeps saying 'no' although I'm running configure from within bash > and using cygwin latest from two days ago (1.1.2). This message seemed > relevant. > > Trying to compile a simple program like the following fails... should be > fairly similar to what autoconf is doing by my reading of the macro. > > #ifndef __CYGWIN__ > #define __CYGWIN__ __CYGWIN32__ > #endif > > int main(int argc, char **argv) { > return __CYGWIN__; > } > > //RTP-CBJONES/...//tmp $ gcc a.c > cpp: unrecognized option `-remap' > cpp: unrecognized option `-remap' > .... > > gcc-2.95.2 > binutils-19990818-2 > What does `gcc -print-exec-name=cpp' output? Do you have any gcc environment variables defined? What does `touch dummy.c; gcc -c dummy.c -E -dM' output? Regards, ===== --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw32 List: Mingw Home: __________________________________________________ Do You Yahoo!? Get Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com