Closed mjcarroll closed 2 years ago
When building with Conda, I found that rt wasn't being explicitly linked in. While this is probably okay in many cases, it doesn't work in the conda environment.
rt
The build resulted in missing symbols like clock_gettime: https://man7.org/linux/man-pages/man2/clock_gettime.2.html
clock_gettime
Signed-off-by: Michael Carroll michael@openrobotics.org
When building with Conda, I found that
rt
wasn't being explicitly linked in. While this is probably okay in many cases, it doesn't work in the conda environment.The build resulted in missing symbols like
clock_gettime
: https://man7.org/linux/man-pages/man2/clock_gettime.2.htmlSigned-off-by: Michael Carroll michael@openrobotics.org