Bill Allombert on Tue, 26 Dec 2023 20:56:33 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: problems noted when running make bench


On Tue, Dec 26, 2023 at 02:14:03PM -0500, S wrote:
> On 12/26/23 11:35AM, Bill Allombert wrote:
> Thanks for your message.
> 
> Re the errors to be ignored:  Are you referring to the ones in
> Olinux-x86_64/config.log?  What about the four "bugs" reported by "make
> bench"?

All of them. (error in Olinux-x86_64/config.log should always be ignored
if they are not reflected in Configure message).

> > Maybe you have unexpected environment variables set.

> COLUMNS=85

This is this one.

Try this:
make bench COLUMNS=

Cheers,
Bill