Is this dub link flag (-L-lcudart_static) a bug?

mw m at g.c
Sat May 17 06:11:29 UTC 2025


On Friday, 16 May 2025 at 17:44:01 UTC, Matheus Catarino wrote:
> The problem presented shows that this library possibly has 
> other dependencies.

That symbol is defined in that library .a file:

```
$ nm /usr/local/cuda/lib64/libcudart_static.a | grep -w 
cudaGetDeviceProperties_v2
0000000000042690 T cudaGetDeviceProperties_v2
```

That's why I'm wondering if it's a dub / linker bug somewhere.


More information about the Digitalmars-d-learn mailing list