CAIDA / libbgpstream

Client-side C library and CLI tool of the BGPStream project
https://bgpstream.caida.org
BSD 2-Clause "Simplified" License
44 stars 27 forks source link

About Error: could not find pthread_yield function #252

Open Kang-ian opened 2 months ago

Kang-ian commented 2 months ago

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?