Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好尝试设置我的环境以运行针对 GCC 编译器的 QT 4.8.3(因此读取 .a 文件)问题是它现在抛出错误:
:-1: error: cannot find -lQtGuid :-1: error: cannot find -lQtCored collect2.exe:-1: error: error: ld returned 1 exit status
也许它找不到核心和gui dll?我的环境变量指向4.8.3的bin目录?我错过了什么吗?
试试这个,
sudo apt-get install libglu1-mesa-dev
这个对我有用
我的项目是用 msvc 编译器设置的,而实际上我已经为 mingw g++ 配置了 Qt,所以我将它切换到 GCC 编译器。