首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >guile-config无法运行

guile-config无法运行
EN

Stack Overflow用户
提问于 2020-05-24 00:57:23
回答 1查看 527关注 0票数 3

我正在尝试在我的WSL Ubuntu20.04安装中安装libgraph。我安装了所有必要的包。但是当我尝试配置libgraph时,它失败了,错误如下:

代码语言:javascript
复制
$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... sleep: cannot read realtime clock: Invalid argument
yes
.
.
.
.
.
checking for gawk... (cached) gawk
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking SDL  ==>  SDL_image library... SDL_image = yes
checking for Guile... Wrong __data_start/_end pair
./configure: line 19582:  7444 Aborted                 (core dumped) guile-config link > /dev/null
configure: cannot find guile-config; is Guile installed?

我也安装了guile-dev。来自https://stackoverflow.com/a/53095838/4791142

我尝试安装了guile(和guile-dev)的不同版本,即2.0、2.2和3.0。但似乎什么都不起作用。

在任何情况下,guile-config都不能像这样运行:

代码语言:javascript
复制
$ guile-config
Wrong __data_start/_end pair
Aborted (core dumped)
EN

回答 1

Stack Overflow用户

发布于 2020-06-04 15:02:48

似乎您需要更新版本的guile:https://github.com/weechat/weechat/issues/988,或者更具体地说,需要boehm库的更新版本:https://github.com/rdp/ffmpeg-windows-build-helpers/issues/452#issuecomment-638639182

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/61975554

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档