Hi, I am trying to build gcc 2.95.3 with my gcc 4.7 on a debian stable (wheezy) environment. Once gcc 4.7 has built xgcc (that is, I guess, the actual gcc 2.95.3), the compilation process tries to build something with xgcc and the problem is that xgcc can't find some header files that I do have in my system. How can I tell `make' to give a certain directory to xgcc where it can search for header files? I tried setting CFLAGS='-I /di/rectory/' but that is simply ignored by xgcc. I also tried changing the variable GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/ -B$(build_tooldir)/bin/ -I$(build_tooldir)/include adding '-I /di/rectory/' to its string but never happened. Thanks in Advance to anyone who will reply. -ms