https://github.com/open-watcom/open-watcom-v2/tree/master/bld/cc/c as an alternative there is also openwatcom. or I guess https://github.com/drh/lcc although I've not used this; seemed almost like a compiler lacking a linker... On Sun, Oct 3, 2021 at 8:33 PM Bill Cunningham via Gcc-help < gcc-help@xxxxxxxxxxx> wrote: > Well I do see that the configure script wanted --disable-multilib in > order to work. Also as compilation progressed I do see what I believed, > some of gcc is written in C++. So you will need that I see, if I didn't > have it. There was a warning concerning only C being in the > --enable-languages switch but nothing broke there. > > I stopped compilation and will add --disable-nls, --disable-lto, > and try again. Much to do in compiling a simple C compiler. And maybe > --without-libquadmath since there will be no fortran. > > Bill > > >