`locale -s` shows incorrect info on systems where the language is changed after the OOBE

2022-04-29 Thread Gennaro Prota
Hi, the locale utility currently gets the system default UI locale (-s option) via GetSystemDefaultUILanguage(). This is a problem on systems where the default UI language is changed after the Windows Out of Box Experience (OOBE), because that function will happily ignore the fact (see < https://

Re: Cohabitation of gold and gnu ld?

2010-08-04 Thread Gennaro Prota
> --enable-gold >> >> and make it use gold, leaving gnu ld for gcc 4.3.4? > > No. Gold doesn't produce windows executables. Ah, sort of a showstopper! :-) Sorry for the silly question. Thanks! -- Gennaro Prota | name.surname yahoo.com Breeze C++

Cohabitation of gold and gnu ld?

2010-08-04 Thread Gennaro Prota
d. Would it be a problem to configure the new compiler with --enable-gold and make it use gold, leaving gnu ld for gcc 4.3.4? Thanks. -- Gennaro Prota | name.surname yahoo.com Breeze C++ (preview): <https://sourceforge.net/projects/breeze/> Do you need ex