标签:style blog http color strong 2014
决定终结这个问题!(网上要想找到完整的解答实在太难了)
http://blog.sciencenet.cn/blog-676535-541444.html
前两天手贱,把虚拟机玩崩溃了,只好重装虚拟机,把以前的工作再做一遍。在安装好qt-creator之后,编译程序遇到了下面这个错误
cannot find -lGL
百度了一下,找到的解决方法如下
sudo apt-get install libqt4-dev或者sudo apt-get install libgl1-mesa-dev或者sudo apt-get libglu1-mesa-dev
我把上面的方法挨个试了一遍。
先说第一个apt-get install libqt4-dev,下面是我的出错信息。
再执行第二个sudo apt-get install libgl1-mesa-dev,安装倒是能够开始,可是安装到快结尾的时候,出现了系统错误。很多自带软件没看见了,运行qt-creator直接闪退,网上搜索没有解决办法,只好重装。
执行第三个sudo apt-get libglu1-mesa-dev也是一样。
关于usr/bin/ld: cannot find -lxxx问题总结(Qt编译错误cannot find -lGL),布布扣,bubuko.com
关于usr/bin/ld: cannot find -lxxx问题总结(Qt编译错误cannot find -lGL)
标签:style blog http color strong 2014
原文地址:http://www.cnblogs.com/Jasonsblog/p/3799608.html