2014-11-21 74 views
0
----jGRASP exec: gcc -g -o C1.exe C1.c -lglu32 -lfreeglut -lopengl32` 

c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../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. 

我使用的mingw32编译器,我跟着从下面的链接中的说明: http://users.csc.calpoly.edu/~akeen/courses/csc101/references/gcc.html 希望有人知道该怎么做 谢谢为什么我在使用jgrasp编译C++程序时遇到此错误?

回答

相关问题