gpt4 book ai didi

c++ - 编译错误: cannot find -lGLU and -lGL in kubuntu linux

转载 作者:IT老高 更新时间:2023-10-28 23:15:16 26 4
gpt4 key购买 nike

我在 kubuntu linux 11.10 中编译“hello world”应用程序时遇到了一些问题。这是项目文件:

// opengltext.pro
SOURCES += \
main.cpp
QT += opengl

还有一个cpp文件:

    // main.cpp

#include <QApplication>

int main( int argc, char *argv[] )
{
QApplication app( argc, argv );
return app.exec();
}

我遇到以下错误:

:-1: error: cannot find -lGLU
:-1: error: cannot find -lGL
:-1: error: collect2: ld returned 1 exit status

我尝试在谷歌中找到这个问题的解决方案。但是没找到。我尝试安装:

sudo apt-get install libglw1-mesa-dev

但此错误仍在发生

有什么问题?

最佳答案

你需要以下2个包:

xlibmesa-gl-dev
xlibmesa-glu-dev

-- 编辑--

感谢@ephemient 的更正,这些是过时的名称,正确的名称是:

libgl1-mesa-dev
libglu1-mesa-dev

关于c++ - 编译错误: cannot find -lGLU and -lGL in kubuntu linux,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8321628/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com