https://bugs.kde.org/show_bug.cgi?id=3D395682 --- Comment #2 from =D0=94=D0=B8=D0=BB=D1=8F=D0=BD =D0=9F=D0=B0=D0=BB=D0=B0= =D1=83=D0=B7=D0=BE=D0=B2 --- For the time being programs can either be linked explicitly with gold: gcc -fuse-ld=3Dgold or switch off the implicitly enabled separate-code on Linux/x86: gcc -fuse-ld=3Dbfd -Wl,-z,noseparate-code or change the default linker by replacing '/usr/local/x86_64-pc-linux-gnu/bin/ld' (the path can be different on your system), which is a copy of /usr/local/x86_64-pc-linux-gnu/bin/ld.bfd, with /usr/local/x86_64-pc-linux-gnu/bin/ld.gold . --=20 You are receiving this mail because: You are watching all bug changes.=