https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119622
--- Comment #3 from Gaius Mulley <gaius at gcc dot gnu.org> --- As another data point. It works fine with: version=15-20250411 ../gcc-$version/configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --prefix=$HOME/opt --enable-shared --enable-languages=c,c++,m2 --enable-host-shared make -j 32 make install $ cd testdir $ export LD_LIBRARY_PATH=$HOME/opt/lib64 $ gm2 foo.mod $ ./a.out Hello, world! Bruno is it still broken for you?