You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build on a Gentoo machine running glibc 2.29 and using the autogenerated header for 2.19.
When I drop the Binary on the other Mint system running 2.27 I get errors from ldd against libm saying GLIBC@2_29 not found.
I am using Cmake with the Intel compiler (icc) and added the -include directive pointing at the 2.19 header to my CXX flags. If I grep nm on the resulting binary I see only 2.29 symbols still.
Appreciate any advice.
The text was updated successfully, but these errors were encountered:
I'm trying to build on a Gentoo machine running glibc 2.29 and using the autogenerated header for 2.19.
When I drop the Binary on the other Mint system running 2.27 I get errors from ldd against libm saying GLIBC@2_29 not found.
I am using Cmake with the Intel compiler (icc) and added the -include directive pointing at the 2.19 header to my CXX flags. If I grep nm on the resulting binary I see only 2.29 symbols still.
Appreciate any advice.
The text was updated successfully, but these errors were encountered: