That's not a supported setup either (creating a build directory inside the source directory, that is). The only widely-tested way of doing it is to create a directory at the same level as the gcc-3.2.1 directory (I call it gccbuild too, but that's personal preference), like the LFS people build it. So that if you cd .. from the gcc-3.2.1 directory and do an ls, you see both gcc-3.2.1 and gccbuild.
|