I’ve been having some trouble upgrading my CMake from the version that comes with the AGX/18.04 (CMake 3.10). I am trying to install OpenPose and they recommend CMake 3.12>=. So, I downloaded the tar.gz of the latest CMake release, CMake 3.19.1, and tried to run the following commands after un-tar.
In the cmake folder:
sudo ./configure
sudo make -j8
make ends with an error seen in the photo I attached.
“undefined reference to pthread_atfork”
I checked and I do have pthread installed.
Does anyone know what could be wrong and how I can get this to work?
Sorry for the poor quality phone photo, I don’t have access to the AGX right now!
Tomorrow I can update with more info, thought I’d post tonight anyways…thanks for the help!