On 2017-10-06 06:16 AM, Jonathan Wakely wrote: > On 6 October 2017 at 04:43, nick wrote: >> Greetings All, >> >> Seems I needed to use the download script for the prerequisites. Check in the docs you >> clearly hint at this but this should be updated to you need to build gcc this way. I >> and a lot of people will probably may get confused by this. > > You don't *need* to. There are other ways, as explained at > https://gcc.gnu.org/wiki/Installing GCC (e.g. install the > prerequisites from your OS package manager). > > Either install them from the package manager, *or* use the > contrib/download_prerequisites script so they get statically linked > into GCC, *or* do it the hard way and know *exactly* what you're > doing. > > If you don't know exactly what you're doing then do not choose the hard way. > Nope still make -k check fails even with the correct packages according to the docs involved. I am running it in these order from a directory in the same directory as my git clone of the gcc source tree. Here is how I am making gcc: $PWD/../gcc/configure --prefix=$HOME/GCC-8.0 --enable-languages=c,c++,fortran,go make -j8 than I ran make -k check. Still fails after running this exact commands other than the --prefix configuration change from the wiki installation guide. This does fail even with a clean git tree and clean build directory. Nick