gcc 3.0 stdio,h

2001-06-24 Thread Matthias Klose
strange. unable to reproduce. could you send the preprocessed input and run it with -H please? rb writes: > I've installed gcc-3.0 > This code: > #include > int main () { > return 0; > } > gives syntax error to me. > Attached there is a little more. > Can you say anything. > My solutio

gcc 3.0 stdio,h

2001-06-24 Thread rb
I've installed gcc-3.0 This code: #include int main () { return 0; } gives syntax error to me. Attached there is a little more. Can you say anything. My solution was to delete /usr/lib/gcc-lib/i386-linux/3.0/include/stdio.h but is this THE solution? Anyone can tell me that this is the only "danger