Undefined reference to memcpy@GLIBC_2.14 #17630
-
|
Hello, I'm working with a fresh install of conda and MOOSE on an HPC cluster at my university. At the end of installation, I'm attempting to run "make -j 4" to compile the tests. When it tries to compile moose/test/src/main.C, it exits with the following errors: Compiling C++ (in opt mode) (Removed)/moose/test/src/main.C... /lib64/libresolv.so.2: undefined reference to `memcpy@GLIBC_2.14' /lib64/libresolv.so.2: undefined reference to `__h_errno@GLIBC_PRIVATE' I've looked around - my understanding is that the middle function call here is using version symboling to use the version of memcpy() from GLIBC 2.14. I believe newer versions of GLIBC should be backwards compatible with this feature... I've checked, and the system I'm on is using GLIBC 2.22. Can anyone help me out with this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
@milljm Have you seen this before? |
Beta Was this translation helpful? Give feedback.
@milljm Have you seen this before?