Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Tuesday, 27-Feb-2024 21:17:01 JST 翠星石
@pernia @kirby I'd just like to interject for a moment.
math.h isn't provided by Linux, it's provided by glibc.
A linker flag is required as the functions in math.h are implemented in libm.so (which isn't linked by default unlike libc.so).