How to compile Phobos with other D code to create a shared library?

data pulverizer data.pulverizer at gmail.com
Tue Jun 1 18:18:35 UTC 2021


Doing `Runtime.initialize` is working with Julia but not yet R, 
I'm getting a clock/GLIBC error

```
Error in dyn.load("rbasic.so") :
   unable to load shared object 'code/rbasic.so':
   lib/x86_64-linux-gnu/librt.so.1: undefined symbol: 
__clock_nanosleep, version GLIBC_PRIVATE
```

do I need to import anything else?


More information about the Digitalmars-d-learn mailing list