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
When compiling the source code by doing ./configure test and then ./install, the library successfully compiles, but fails linking the tests with undefined reference to memcpy@GLIBC_2.14'`:
configure and install are deprecated; please confirm the directions in the README work. You may be able to fix configure/install runs by specifying the version of gcc/g++ you want the script to call
When compiling the source code by doing
./configure test
and then./install
, the library successfully compiles, but fails linking the tests withundefined reference to
memcpy@GLIBC_2.14'`:The text was updated successfully, but these errors were encountered: