当前位置:网站首页>Qt error: /usr/bin/ld: cannot find -lGL: No such file or directory

Qt error: /usr/bin/ld: cannot find -lGL: No such file or directory

2022-04-23 17:28:00 Xiaoying Information Technology Service Department

clang++ -ccc-gcc-name g++ -Wl,-rpath,/home/yigo/Qt5.12.12/5.12.12/gcc_64/lib -o Test1 main.o mainwindow.o moc_mainwindow.o   /home/yigo/Qt5.12.12/5.12.12/gcc_64/lib/libQt5Widgets.so /home/yigo/Qt5.12.12/5.12.12/gcc_64/lib/libQt5Gui.so /home/yigo/Qt5.12.12/5.12.12/gcc_64/lib/libQt5Core.so -lGL -lpthread   
/usr/bin/ld: cannot find -lGL: No such file or directory

solution:

sudo apt install mesa-common-dev libglu1-mesa-dev

It works.

c++ - /usr/bin/ld: cannot find -lGL (Ubuntu 14.04) - Stack Overflow

 

版权声明
本文为[Xiaoying Information Technology Service Department]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231724095353.html