[Issue 19801] Linking error: ld: symbol(s) not found for architecture x86_64

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 10 21:31:09 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19801

--- Comment #8 from Seb <greeenify at gmail.com> ---
Hmm could it be that this is due to your installation as it looks like your
linking with a different standard library than your source include paths have.
How did you install D and could you check that DMD is using them correct
standard library?
You can see the imports and linker commands when compiling with -v (e.g. hello
world).

--


More information about the Digitalmars-d-bugs mailing list