This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XFree86 3.3.3.1


Suhaib M. Siddiqi <Ssiddiqi@InspirePharm.Com> 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@vinschen.de




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]