If anyone can confirm that this is not expected behavior, I'm happy to submit a bug report. Is static glibc necessary for "./configure --enable-gold; make; make check" to succeed?
Thanks again! On Tue, Feb 15, 2022 at 7:46 AM Mitchell Dorrell <m...@psc.edu> wrote: > I have a CentOS system which does not have static glibc libraries > installed (specifically, no libc.a). With binutils 2.38 and the > --enable-gold option, make check fails because gold can't find libc.a. > > Is this expected behavior? Are the static glibc libraries required for > gold's testing suite? > > Without --enable-gold, make check completes successfully. > > Thanks! >