> ,----[ http://gcc.gnu.org/install/configure.html ] > | First, we highly recommend that GCC be built into a separate directory > | than the sources which does not reside within the source tree. This is > | how we generally build GCC; building where srcdir == objdir should > | still work, but doesn't get extensive testing; building where objdir > | is a subdirectory of srcdir is unsupported. > `---- > > So, try > > tar -zxvf gcc-3.3.1.tar.gz > mkdir gccobj > cd gccobj > ../gcc-3.3.1/configure [...] Thank you for your information. I made GCC according to your suggestion, but same problem occured too. Thanks Tsutomu Miyashita