How do I go about tracking down what's causing the following error:

```
Undefined symbols for architecture x86_64:
  "__D3std8internal6memory12__ModuleInfoZ", referenced from:
      __D3loxQe12__ModuleInfoZ in dlux.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```

I'm not explicitly calling anything in std.internal.memory so not sure how to resolve. Thanks.

--anonymouse

Reply via email to