On 12/2/23 1:06 PM, Darcy Wilson via Gcc-help wrote: > ...I continue to have some issues when I start the ./configure stage of the process. GCC does not support building gcc within the GCC source directory. Create an empty build directory (sibling directory to the src dir or ...) and redo the configure and make from there. Peter