我正在尝试在jGRASP上设置c++。我知道Java程序运行良好。我得到的错误是:

----jGRASP exec: g++ -g -o Project Simulator.exe Project Simulator.cpp -lglu32 -lfreeglut -lopengl32
c:/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: cannot find -lfreeglut
collect2.exe: error: ld returned 1 exit status

----jGRASP wedge2: exit code for process is 1.
----jGRASP: operation complete.

我是否缺少安装?我需要在某处更改路径吗?

最佳答案

编译器应为g++ -generic

通过c++语言下的“设置”>“编译器设置”>“工作空间”完成。

10-04 14:29