bug#38500: Ruby is built against libruby-static.a

2019-12-08 Thread Vicente Eduardo
://github.com/ruby/ruby/blob/0d63a2104777e467568a31037a6573e1879870c7/configure.ac#L3136 El dom., 8 dic. 2019 15:44, Vicente Eduardo escribió: > Python and Ruby link dynamically by default from the executable of the > runtime to the runtime library. Most runtimes do that, it is a good

bug#38500: Ruby is built against libruby-static.a

2019-12-08 Thread Vicente Eduardo
: > Vicente Eduardo writes: > > > 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. > > This actually brings up a rather interesting point. What is the Guix > protocol on compila

bug#38500: Ruby is built against libruby-static.a

2019-12-05 Thread Vicente Eduardo
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