We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4d54a commit 0bb929eCopy full SHA for 0bb929e
build_config/Linux.llvm.default/build_rules.mk
@@ -239,7 +239,7 @@ ESMF_F90LINKLIBS += -lrt -lstdc++ -ldl
239
############################################################
240
# Link against libesmf.a using the C++ linker front-end
241
#
242
-ESMF_CXXLINKLIBS += -lrt -lFortranDecimal -lstdc++ -lm -ldl
+ESMF_CXXLINKLIBS += -lrt -lFortranDecimal -lflang_rt.runtime -lstdc++ -lm -ldl
243
244
245
# Linker option that ensures that the specified libraries are
0 commit comments