Linux Qt Creator Build Error/Issue Cannot Find -lGLU

August 23, 2012 | By Regaz.

This Article Represents a Troubleshooting of Qt Creator Building Issue/Error:

“cannot Find -lGLU”.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Step-by-step – Qt4-qmake Debian Sid Installation Guide
  1. Open Terminal Window
    (Press “Enter” to Execute Commands)

  2. Make a Symbolic Link

    • For 32 bit Systems

      ln -s /usr/lib/libGLU.so.1 /usr/lib64/libGLU.so
    • For 64 bit Systems

      ln -s /usr/lib64/libGLU.so.1 /usr/lib/libGLU.so

QuickChic Theme • Powered by WordPress