On Thu, May 13, 2021, H. Kawasaki wrote:
>
>$ find /lib -name "*pthread*"
>/lib/x86_64-linux-gnu/libpthread.so.0
>/lib/x86_64-linux-gnu/libpthread-2.23.so
The immediate cause of the error is here:
>/usr/bin/ld: -lpthreads not found
The code is trying to link to libpthreads (with a final "s"), which you
don't have.
But it's not clear (to me) that this is the real error, and not just an
intermediate check. Can you post the entire cmake.log file?
Also, what operating system are you using?
....thanks...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Thu May 13 2021 - 06:00:02 PDT