Yet another GNU GCC 14 error when building the old Python 2.7.18, which is not supported any more, but still in use in legacy software:…
Tag: GNU GCC
mplayer 1.5 compilation failure -Wincompatible-pointer-types using GNU GCC 14 under Gentoo
Using GNU GCC to build the package mplayer 1.5 may result in an error during the compilation phase with the following output: In version 14…
Install and make GNU GCC 10 default in Ubuntu 20.04 Focal
The best way to install and use GNU GCC 10 is to install first, build-essential package, which will pull in the GNU GCC 9.2, and…
Supermicro H11DSU-iN and dual AMD EPYC 7282 with Linux installed – system (GCC flags),kernel and device information
Here is what you can expect if you have new Linux kernel 5.5.11 installed on with AMD EPYC 7282. 8x SATA Controllers – SATA controller:…
Supermicro H11SSL-i and AMD EPYC 7351P with Linux installed – system (GCC flags),kernel and device information
Here is what you can expect if you have new Linux kernel 5.0.1 installed on H11SSL-i with AMD EPYC 7351P. Here you can see what…
Gentoo distcc compilation error – relocation R_X86_64_32 against .rodata.str1.1 can not be used when making a shared object
In our Gentoo systems we use distcc (distributed builds for C, C++ and Objective C) to build the packages fast! But after we upgraded to…