为什么deepin没有opengl
Tofloor
poster avatar
jusorlee
deepin
2018-01-07 21:46
Author
为什么deepin没有opengl?
golang.org/x/mobile/exp/gl/glutil
/usr/bin/ld: 找不到 -lEGL
collect2: error: ld returned 1 exit status
# golang.org/x/mobile/app
/usr/bin/ld: 找不到 -lEGL
collect2: error: ld returned 1 exit status

在ubuntu上面,没有问题。


Reply Favorite View the author
All Replies
avatar
wtz
deepin
2018-01-08 01:21
#1
缺少开发所需的包。安装 libegl1-mesa-dev 试试。
Reply View the author
avatar
jusorlee
deepin
2018-01-08 01:54
#2
https://bbs.deepin.org/post/151336
缺少开发所需的包。安装 libegl1-mesa-dev 试试。

安装过了,也是错误的
Reply View the author
avatar
duanyao
deepin
2018-01-08 03:02
#3
https://bbs.deepin.org/post/151336
安装过了,也是错误的

应该是有的,检查你的编译系统。

https://packages.debian.org/stre ... 1-mesa-dev/filelist
/usr/lib/x86_64-linux-gnu/libEGL.so
Reply View the author