Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <00f801bea625$9ec56550$0181a8c0@corinna.vinschen.net> From: "Corinna Vinschen" To: "Suhaib M. Siddiqi" , , Subject: Re: XFree86 3.3.3.1 Date: Mon, 24 May 1999 22:39:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Suhaib M. Siddiqi wrote: > gcc -E - -traditional -D__i386__ -DX_LOCALE -D_MT -DNO_TCP_H -D__CYGWIN32__ - > I../../../../../programs/Xserver/hw/xfree86/common -I../../../../../programs/Xse > rver/hw/xfree86/os-support -I../../../../../programs/Xserver/hw/xfree86/common_h > w -I../vga256/vga -I../../../../../programs/Xserver/cfb -I../../../.. > /../programs/Xserver/mfb -I../../../../../programs/Xserver/mi -I../../../.. > /../programs/Xserver/include -I../../../../../exports/include/X11 -I../../../../ > ../include/fonts xf86txtblt.s | \ > grep -v '^\#' > xf86txtblt.i > > Any one has any suggestion on how to work around it? > > If I leave it for a very long time, say an hour or so and then hit Enter key, I > get "internal compiler error" message. > > --Suhaib Your problem is the single minus character on the gcc command line after the option '-E'. It means, that gcc should read it's input from stdin, so gcc waits for your input!!! Corinna -- new mail address: mailto:corinna AT vinschen DOT de -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com