Clang small project build on Windows failed when searching a static library #21332
-
Tried to compile small project, Stockfish chess, using clang (with intention to gain knowledge as by GCC always work, so being clang on Msys2 noob user) on Msys2/mingw64 environment on windows but failed in link time:
Would anyone explain clearly what the file is and how get it to solve |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Please provide steps to reproduce the issue. |
Beta Was this translation helpful? Give feedback.
-
Got into Stockfish src directory, tried to acquire chess engine binary,
Got Version
Help shed a light |
Beta Was this translation helpful? Give feedback.
-
clang was not built with pgo enabled... |
Beta Was this translation helpful? Give feedback.
-
Thanks, now closing it |
Beta Was this translation helpful? Give feedback.
-
Just use clang64 env. mingw64 is obsolete. |
Beta Was this translation helpful? Give feedback.
clang was not built with pgo enabled...