Re: ELF linker woes with GraalVM

2018-10-19 Thread Waldek Kozaczuk
Thanks but I think my issue is different - very repeatable and does not depend on GCC version. After all I think that the shared library libhello.so was compiled without -fPIC (even though I pass -H:+GeneratePIC option to GraalVM native-image) based on this test: readelf -a libhello.so | grep

Re: ELF linker woes with GraalVM

2018-10-19 Thread Rick Payne
On Fri, 2018-10-19 at 10:58 -0700, Waldek Kozaczuk wrote: > Recently I have been playing with GraalVM ( > https://github.com/oracle/graal) to see if it is possible to run it > on OSv. To that extent I created new OSv app - > https://github.com/cloudius-systems/osv-apps/tree/master/graalvm-example

ELF linker woes with GraalVM

2018-10-19 Thread Waldek Kozaczuk
Recently I have been playing with GraalVM (https://github.com/oracle/graal) to see if it is possible to run it on OSv. To that extent I created new OSv app - https://github.com/cloudius-systems/osv-apps/tree/master/graalvm-example. As you can see it has a simple bootstrap main.so that loads a

Re: OSv v0.52.0 released !!!

2018-10-19 Thread Geraldo Netto
Hey Guys, This is great, Long live OSv while (1) { Waldek++; } Kind Regards, Geraldo Netto Sapere Aude => Non dvcor, dvco http://exdev.sf.net/ On Fri, 19 Oct 2018 at 00:55, Waldek Kozaczuk wrote: > I have just published another release of OSv - >