Building LDC on windows, woe is me!
claptrap
clap at trap.com
Sun Aug 20 00:12:06 UTC 2023
On Saturday, 19 August 2023 at 19:47:15 UTC, claptrap wrote:
> Ok been banging my head against this for a few hours and
> getting nowhere. Following the windows build instructions up to
> the point of generating NINJA build files...
Ok got as far as generating NINJA build files, but now the build
is failing...
C:\LDCDEV\build-ldc-x64>ninja
[1/104] Linking CXX executable bin\FileCheck.exe
FAILED: bin/FileCheck.exe
error LNK2019: unresolved external symbol __std_find_trivial_8
error LNK2001: unresolved external symbol __std_find_trivial_1
error LNK2001: unresolved external symbol
__std_init_once_link_alternate_names_and_abort
and others
Actual output is prob 1000 lines but seems to be mostly
unresolved eternal symbols, in llvm.
Any ideas?
More information about the digitalmars-d-ldc
mailing list