Closed abdulbadii closed 4 years ago
Start by doing make clean. Then you need to remove extra=yes which is intended for gcc-7.x (see the instructions).
@syzygy1 , Sure that is another error.. Guess he try to use clang into windows (mingw) But clang PGO can work with COFF only and it doesn't work into windows at now days yet.
I tried with different CLang compilers but unsuccessful with my windows system. Also tried vs2014 & Intel psxe 2017 but no luck. Can somebody give a short guide on how to compile CFish in windows?
Install 64-bit MinGW and compile with gcc.
Thanks for the quick response. I was able to compile CFish with MinGW GG810 & also with Cygwin DLL using GG810 in Windows. In Winodws, Cygwin was able to compile with the original Makefile, but MinGW needed a little bit tweaking of Makefile before it can successfully compile it. Thanks again...
tried to build by use of clang with error:
$ make profile-build ARCH=x86-64-modern COMP=clang lto=yes extra=yes
...
How to troubleshoot such ? Thanks