glm Libraries help

Hello…I am new to openGL programming in Linux.I was able to install glut and gl on my Fedora Box.Now i need to import objects to my source code and i need to use glm libraries.
This is the Smooth Function

I’ve modified the smooth.c code and left everything else as it is.when i run make the compiler says it cant find glm and gltb functions.what am i doing wrong .i’ve not changed the header files at all.

Did you installed as well the -dev version of these packages ? Otherwise you only have the libraries, and not the .h headers.