Hi!

Wednesday, 12 December, 2001 Jari Aalto+mail.emacs [EMAIL PROTECTED] wrote:

JAme>     Does anyone know why following code fails? Do I need some
JAme>     other libraries or gcc compile options? This is latest
JAme>     Cygwin / W2k Pro / srv.p. 2
    
JAme> -----------------------------------------------------------------------

JAme> #include <stdio.h>
JAme> #include <stdlib.h>

JAme> #include <X11/Intrinsic.h>

you're including headers for X11 libraries. they're not supported by
mingw.

JAme> main ()
JAme> {
JAme>     fprintf(stdout, "To stdout\n");
JAme>     printf("Reading stdin now. Type character: ");
JAme> }

Egor.            mailto:[EMAIL PROTECTED] ICQ 5165414 FidoNet 2:5020/496.19


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to