This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc for windows XP


Hi. I'm trying change to gcc compiler, but I'm having (many) problems.
I get some compiled versions of gcc 3.2.3 and they were ok, but, suddenly,
they broken to work. Nobody could help me and I try you now.

I put gcc files in c:\gcc (windows xp 32 bits)
I test a simple program

#include <stdio.h>
int main(){
                char c = 67;
                 printf("%c\n", c);
                 return 1;
}

and the compiler returns
faz1.c:1:19: stdio.h: No such file or directory

Thanks for the help,
C.
========================================
Cezar Freitas (ICQ 109128967)
IMECC - UNICAMP
Campinas, SP - Brasil



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