分页: 1 / 1

请教一个编译问题:/usr/bin/ld: cannot find -lGL

发表于 : 2012-07-14 11:13
bighandsky
请教:
编译过程中碰到这个问题,不知道如何解决:
Linking crutserver for Linux
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
gmake[2]: *** [../bin/Linux/crutserver] 错误 1
gmake[1]: *** [dep] 错误 2
make: *** [crutserver.subdir] 错误 2

Re: 请教一个编译问题:/usr/bin/ld: cannot find -lGL

发表于 : 2012-07-14 11:15
YeLee
缺libGL.so。

Re: 请教一个编译问题:/usr/bin/ld: cannot find -lGL

发表于 : 2012-07-15 12:54
atsivsucks