Hey, i was doing an opengl program and it so happens i had to use some functions in the math3d.h header and i copied it to the local directory and included
inlcude "math3d.h"
but i get an error
transform.cpp:(.text+0x3da): undefined reference to `m3dRotationMatrix44(float*, float, float, float, float)' collect2: ld returned 1 exit status
where m3dRotationMatrix44 is a function in math3d
usually i used for glut the switch -lglut SO for this what am i to do? Thanks i advance