我正在尝试在我的CodeBlocks中设置Glut32。我完成了这里http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/glut/所述的所有过程 但是当我构建项目时,它会显示错误消息
Build: Debug in aaa (compiler: GNU GCC Compiler)
ld.exe||cannot find -lfreeglut|
error: ld returned 1 exit status|
Build failed: 2 error(s), 0 warning(s) (0 minute(s), 0 second(s))
请注意,我之前曾尝试过freeglut进行设置,但是我不能。因此,我卸载并重新安装了代码块。 我不明白freeglut如何仍然阻碍我。