Geant4 11.3.0 Issue in build /link: undefined reference

Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!

_Geant4 Version:_4.11.3
_Operating System:_redhat8
_Compiler/Version:_gcc 13.2
_CMake Version:_3.20.2 ( but same Pb with degrading to 3.18.4)

[100%] Linking CXX executable simone
/soft/geant4/11.3.0/lib64/libG4GMocren.so: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits, std::allocator >::basic_stringstream()@GLIBCXX_3.4.26


Dear developpers
Can you already confirm that the G4, OS, gcc and Cmake versions listed above are consistent ( not so clear in the release note…)
Regards
Thibaut_mf

with _Geant4 Version:_4.11.3
_Operating System:_redhat8
_Compiler/Version:_gcc 13.2
_CMake Version:_3.20.2 ( but same Pb with degrading to 3.18.4)

[100%] Linking CXX executable simone
/soft/geant4/11.3.0/lib64/libG4GMocren.so: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits, std::allocator >::basic_stringstream()@GLIBCXX_3.4.26

At first glace that appears to be likely a c library conflict. The first step would be to update gcc since it is about 2 years older than our cmake. Then attempt to run one of the basic examples like B1.