Yaakov (Cygwin/X) writes: > If this program is using libruby191-static *and* using native (.so) > extensions which are linked against the shared libruby191, that's just > not going to work. Can you get it to build and work with just > -lruby191?
I can get it to build (I would prefer if it was using the dynamic library), but it doesn't work (it gets a SIGABRT that I don't know where it comes from). Under Linux it doesn't link with the dynamic library because this library is missing the symbol rb_vm_top_self (which I assume is the entry point for starting the embedded ruby interpreter). That symbol seems to be present in the Cygwin dynamic library, otherwise the link would fail, but something doesn't seem to be initialized correctly. I don't know enough about Ruby in general and embedding it into applications in particular to know if this needs any special precautions. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf microQ V2.22R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
