Tuesday, January 11, 2011

How to fix "/usr/bin/ld: cannot find -lglut "

I was trying to istall MP4Box under centos but i get this error when i tried to execute the make lib command: /usr/bin/ld: cannot find -lglut

The solution is too simple ,just add a symbolic link to libglut : ln -s /usr/lib64/libglut.so.3 /usr/lib64/libglut.so

No comments:

Post a Comment