Jun Leng via Gcc-help kirjoitti 12.11.2020 klo 2.46:
Dear all, I built gcc-8.3.0 into a separate directory from the sources but still failed.
My commands are as follows:
1 cd ..
2 mkdir gcc1
3 cd gcc1
4 ../gcc-8.3.0/configure --prefix=/public/home/lengjun/softwares/gcc1
<snip>
5 make
The error is:
configure: error: source directory already configured; run "make distclean" there first
Maybe you did something as weird as using the build directory as the
becoming install
directory? So '/public/home/lengjun/softwares/gcc1' was your build
directory?