i was building an app with OpenGL i got this
/usr/bin/ld: /usr/local/lib/libglfw3.a(monitor.c.o): in function `glfwSetGamma':
monitor.c:(.text+0x111a): undefined reference to `powf'
/usr/bin/ld: /usr/local/lib/libglfw3.a(x11_monitor.c.o): in function `calculateRefreshRate':
x11_monitor.c:(.text+0xf4): undefined reference to `round'
collect2: error: ld returned 1 exit status
how do i fix this?