From: Vicente Eduardo <vic798@gmail.com>
To: 38500@debbugs.gnu.org
Subject: bug#38500: Ruby is built against libruby-static.a
Date: Thu, 5 Dec 2019 14:25:51 +0100 [thread overview]
Message-ID: <CAOUKKgE=KutdNR2KTFeAme_8qPoq9khx_9kroTFRFZwPUAiYUg@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 751 bytes --]
I'm trying to use Ruby interpeter as a library to link it against my
project (metacall:
https://github.com/metacall/distributable/blob/65493b393388f5d66d9b466e5d49f9128fee27ea/source/metacall.scm#L117
). So I tried to download the Ruby package and libruby.so seems not to be
present.
Running ldd against ruby executable shows that it is linked with
libruby-static.a. When I do ldd against Ruby on my Debian system, it is
linked dynamically to libruby.so.
I would like to have two versions, or at least the dynamic one, that's the
common way Ruby should be built, and also the Guixy style.
If this isn't handled, I will have to inherit the package and modify the
compilation flags in order to compile Ruby with the dynamic library version.
Thanks.
[-- Attachment #2: Type: text/html, Size: 1097 bytes --]
next reply other threads:[~2019-12-05 15:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-05 13:25 Vicente Eduardo [this message]
2019-12-07 16:44 ` bug#38500: Ruby is built against libruby-static.a Brett Gilio
2019-12-08 14:44 ` Vicente Eduardo
2019-12-08 14:49 ` Vicente Eduardo
2019-12-08 15:42 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-12-09 18:33 ` Brett Gilio
2019-12-09 20:57 ` Brett Gilio
2019-12-13 3:51 ` Brett Gilio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAOUKKgE=KutdNR2KTFeAme_8qPoq9khx_9kroTFRFZwPUAiYUg@mail.gmail.com' \
--to=vic798@gmail.com \
--cc=38500@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.