On Thu, 2012-11-22 at 14:00 +0000, Achim Gratz wrote: > Achim Gratz <Stromeko@...> writes: > > This is klayout from klayout.de… I've already got a cygport file that > > bypasses the build.sh script that it would normally be built with. I > > can post that tomorrow, I'm not at work today. Right now I'm compiling > > it on Linux, takes a few hours on my box. > > Some progress, but still not working on Cygwin. The Linux variant is working > and revealed that it absolutely needs the static libruby and -lpthreads was > missing from the linker arguments. On Cygwin it now bombs out on trying to > boot > up the ruby interpreter since it doesn't find the installed ruby libs. I've > been able to push it over the first two humps by setting the RUBYLIB > environment > so that it finds rbconfig.rb and other stuff that's required from there. It > then runs into a segfault in the ruby garbage collector.
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? Yaakov ------------------------------------------------------------------------------ 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
