【发布时间】:2015-02-14 17:24:12
【问题描述】:
我在尝试安装 Gloss 时收到以下错误:
Configuring OpenGLRaw-1.5.0.1...
Failed to install OpenGLRaw-1.5.0.1
Build log ( /home/<homdir>/.cabal/logs/OpenGLRaw-1.5.0.1.log ):
Configuring OpenGLRaw-1.5.0.1...
setup-Simple-Cabal-1.18.1.5-x86_64-linux-ghc-7.8.4: Missing dependency on a
foreign library:
* Missing C library: GL
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
通常我会尝试根据通常的命名约定安装libgl-dev,但没有这样的库。
【问题讨论】:
标签: opengl haskell gloss openglraw