The issue was: both libdl and pthreads were missing. I am not sure what the optimal route would be in the context of the overall tutorial/example system. But, I got things working with the following change in CMakeLists.txt circa line 151 (the Linkage section):
The issue was: both
libdl
andpthreads
were missing. I am not sure what the optimal route would be in the context of the overall tutorial/example system. But, I got things working with the following change inCMakeLists.txt
circa line 151 (theLinkage
section):From:
To: