Can we use "ImportC" used yet?

data pulverizer data.pulverizer at gmail.com
Sun Oct 17 10:59:43 UTC 2021


On Sunday, 17 October 2021 at 10:46:30 UTC, data pulverizer wrote:
> Okay wow, this is amazing, I can now call R's standalone math 
> library `Rmath.h` by converting ...

Sorry you don't need `-lRmath` so the initial call should be:

```
gcc -E -P -I"/usr/share/R/include" r2d_con.c > r2d.c
```



More information about the Digitalmars-d-learn mailing list