我已经在Fedora 17上安装了Qt 5.0(整个SDK)。我已经配置了编译器(GCC),一切似乎都运行正常,除了当我按“Ctrl-R”进行GUI演示时编码,我得到以下错误:
make: Entering directory `/home/Nisarg/Documents/Qt Projects/untitled-build-Desktop_Qt_5_0_1_GCC_32bit-Debug'
g++ -Wl,-rpath,/opt/Qt/5.0.1/gcc -Wl,-rpath,/opt/Qt/5.0.1/gcc/lib -o untitled main.o mainwindow.o moc_mainwindow.o -L/opt/Qt/5.0.1/gcc/lib -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread
**/usr/bin/ld: cannot find -lGL**
make: Leaving directory `/home/Nisarg/Documents/Qt Projects/untitled-build-Desktop_Qt_5_0_1_GCC_32bit-Debug'
collect2: error: ld returned 1 exit status
make: *** [untitled] Error 1
04:07:17: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project untitled (kit: Desktop Qt 5.0.1 GCC 32bit)
When executing step 'Make'.
(上面的错误是找不到名为-lGL的文件)
如何解决此错误?
答案 0 :(得分:0)
您需要安装libGL开发文件。自从我使用Fedora以来已经有一段时间了,但请检查您的软件包管理器以查找名为mesa-libGL-devel
的软件包。