我正在尝试在我的WSL Ubuntu20.04安装中安装libgraph。我安装了所有必要的包。但是当我尝试配置libgraph时,它失败了,错误如下:
$ ./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都不能像这样运行:
$ guile-config
Wrong __data_start/_end pair
Aborted (core dumped)发布于 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
https://stackoverflow.com/questions/61975554
复制相似问题