I am trying to compile Gcc-3.3.3 source code in MinGW but in MinGW
there is no /usr/include file present so when I compile the Gcc source
code ( .. / configure) I am gaiting some warning and after configuring
it when I compile make I am gaiting
Two error like- 1. make [1]:  ***   [stmp-fixinc] Error1
                         2. make       ***          [all-Gcc]  Error 2
After doing this I am gaiting some .exe file in gcc folder like
cpp.exe, g++.exe  but not gaiting gcc.exe . When I try to compile some
small program like a.c & a.cpp using g++.exe & cpp.exe I am gaiting
some missing file error like-
                            Stdio.h-No such file or directory
                            Iostream.h-No such file or directory

                         .                                            
                             I think I have to set Environmental
Variable because it’s not identifying include folder but how I don’t
know. If  it’s required then tell me the step.  If anyone know please
help me.