kuldeep singh wrote: > make[1]: *** No rule to make target > `../include/ansidecl.h', needed by `gengenrt > l.o'. Stop. > make[1]: Leaving directory `/tmp/gcc-3.2/gcc' It looks like you're building from an incomplete source tree. The include/ directory should be a sibling to the gcc/ directory and you should run configure and make from the toplevel, not from the gcc/ directory. Also, it seems you're building in the source dir instead of using a separate build directory as advised by the installation document. Brian