2014-11-21 77 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++程序時遇到此錯誤?

回答

相關問題