Search found 1 match

by dawlane
Wed Nov 05, 2008 12:26 am
Forum: Linux
Topic: [Solved] Ubuntu : 3D examples /usr/bin/ld:cannot find -IGL
Replies: 2
Views: 8893

Hi Comtois

The error /usr/bin/ld:cannot find -IGL means that there is a problem locating the openGL libs thats found in the /usr/lib directory. These files (libGL.so/libGL.so.1) are actually symbolic links to the latest version of libGL (currently libGL.so.1.2 on my machine and also found in /usr ...