Request assistance resolving linker error: Undefined symbol(s) for architecture x86_64
anonymouse
anony at mouse.com
Wed Aug 3 04:28:57 UTC 2022
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
More information about the Digitalmars-d-learn
mailing list