Re: Checking gold without libc.a

2022-02-16 Thread Mitchell Dorrell
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 wrote: > I have a CentOS system w

Checking gold without libc.a

2022-02-15 Thread Mitchell Dorrell
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? Wit