Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guile fails to build on Ubuntu #5

Closed
sebsto opened this issue Mar 6, 2019 · 3 comments
Closed

Guile fails to build on Ubuntu #5

sebsto opened this issue Mar 6, 2019 · 3 comments

Comments

@sebsto
Copy link

sebsto commented Mar 6, 2019

When trying to build guile on Ubuntu, I received the following error due to misisng dependencies

checking for bdw-gc >= 7.2... no
configure: error: Package requirements (bdw-gc >= 7.2) were not met:

No package 'bdw-gc' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BDW_GC_CFLAGS
and BDW_GC_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Failed to configure Guile
# uname -a
Linux ip-172-31-16-177 4.15.0-1033-aws #35-Ubuntu SMP Wed Feb 6 13:29:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
@noloader
Copy link
Owner

noloader commented Mar 6, 2019

You have to install it from the distro. The Boehm GC is too hard to build correctly from scripts. It is more than simple configuration. For Boehm GC the right version has to be downloaded, too.

noloader added a commit that referenced this issue Mar 6, 2019
Also see #5
@sebsto
Copy link
Author

sebsto commented Mar 6, 2019

Thanks.
apt-get install libgc-dev did the trick. Thanks for having updated the README

@sebsto sebsto closed this as completed Mar 6, 2019
@noloader
Copy link
Owner

noloader commented Mar 6, 2019

Your next problem will be with GnuTLS 3.6.6 not finding Guile 2.2.4. I already opened a bug report for it.

The confirmation email said it was assigned Issue 726. But the bug report has not posted to GitLab yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants