Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. lgl
    Log in to post

    • UNSOLVED cannot find -lGL
      General and Desktop • lgl • • WynnRostek  

      3
      0
      Votes
      3
      Posts
      585
      Views

      @WynnRostek said in cannot find -lGL: I don't see where this library is getting called to be linked in. I also have no idea what the library actually is. Those are OpenGL development libraries. They are required by Qt itself. This is under Ubuntu 18.04. Can anybody shed any light on what be be going on? http://doc.qt.io/qt-5/linux.html#requirements-for-development-host
    • UNSOLVED cannot find -lGL
      General and Desktop • lgl cannot find-lgl error qt • • Mahdi Bouafif  

      3
      0
      Votes
      3
      Posts
      455
      Views

      thanks @koahnig for your reply
    • UNSOLVED QT Error: cannot find -lGL
      General and Desktop • error lgl cannot find-lgl • • cxam  

      2
      0
      Votes
      2
      Posts
      1413
      Views

      See https://forum.qt.io/topic/26395/how-to-solve-issue-cannot-find-lgl-in-qt5-installed-in-ubuntu
    • UNSOLVED canot find -lgl
      Installation and Deployment • qt 5.4 ubuntu lgl amdati • • mmkstarr  

      4
      0
      Votes
      4
      Posts
      1285
      Views

      Try to start your computer and then press Strg-Alt-F1. You then should see the text console (you can go back to graphic mode via Alt-F7). Does the text-console work?
    • UNSOLVED Cannot find -lGL
      General and Desktop • qtcreator gcc lgl • • mandruk1331  

      4
      0
      Votes
      4
      Posts
      1384
      Views

      Hi and welcome to devnet, Installing the libgl1-mesa-dev package is the correct solution. libGL's location can change depending on whether you are using a 32 or 64 bit version of Ubuntu. Note that this question has already been asked many times on this forum, you should search without the minus before lGL.
    • SOLVED Error on linux, cannot find -lGL
      General and Desktop • linux ubuntu lgl • • SujaMM  

      7
      0
      Votes
      7
      Posts
      3692
      Views

      @jsulm Library file what is very important for building 32-bit?
    • [Solved]Qt 5.2.0 and -lGL issue.
      General and Desktop • icu lgl cannot find-lgl gl lib • • dheerendra  

      4
      3
      Votes
      4
      Posts
      4344
      Views

      Just in case someone runs into the same problem and wonders what to install. I have started out with a fresh Ubuntu 13.10 install on VirtualBox and ran into the same problem after I had installed the pre-build of Qt 5.2.0 with Qt creator. In my case the libxcb was apparently missing. However, I have installed ICU first, but this did not solve the problem. Therefore, I have started these commands in a terminal: @ sudo apt-get install libicu-dev sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev @