On 5/11/22 9:01 AM, Marcus Meissner wrote:
gcc7 is still the system compiler in the SLE15 product line.
gcc11 is included though additionally.
zypper in gcc11 gcc11-c++
CC=gcc-11 CXX=g++-11 ./configure ...
Thanks Marcus (all) As long as the install of other gcc variants won't break the system (such as Nvidia drm rebuilds against the kernel expecting gcc7), we can just add CC and CXX to the command line or makefiles and be good. Since /usr/bin/gcc is just a softlink, that will work fine. Now on to fighting lack of libpython2_7-1_0 and libqt4-devel-4 -- that we can figure out as needed. Always a challenge to take a fresh install and turn it into a well-oiled machine that boots in 12 seconds and runs for years without more than 1 or 2 bug reports needed -- now that's progress. It will be hard for 15.4 to beat 15.0 there, but I bet it will be just as good. -- David C. Rankin, J.D.,P.E.