When I downloaded and installed BGPStream according to the documentation, and entered ./configure, I encountered an error: "error: could not find pthread_yield function." I originally intended to replace all "pthread_yield" with the "sched_yield" function. However, I found no "pthread_yield function" in my configure.ac file. How should I proceed?
When I downloaded and installed BGPStream according to the documentation, and entered
./configure
, I encountered an error: "error: could not find pthread_yield function." I originally intended to replace all "pthread_yield" with the "sched_yield" function. However, I found no "pthread_yield function" in my configure.ac file. How should I proceed?