Hello, I need gcc and g++ running on mingw/msys without -sj-lj-exceptions I try to configure / make bootstrap gcc-3.1 from the source tarball. But make stops at least when compiling with xgcc: include files are missing! stdio.h and other system include files. Where xgcc looks for this includes? The commandline has no absolute include path! PS: I need gcc-3.1 because the project is compiled on a gcc-3.1 cross compiler on a linux box. Thank you Ruediger