In Linux subsystem for Windows, I am attempting to make on a clean clone. I had some issues here: #10856, but they are now resolved, and I am just doing the 'make' command in /bitcoin (as stated here). I am getting this error:
collect2: error: ld returned 1 exit status Makefile:3506: recipe for target 'libbitcoinconsensus.la' failed make[2]: *** [libbitcoinconsensus.la] Error 1 make[2]: Leaving directory '/home/MattyAB/bitcoin/src' Makefile:9256: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/MattyAB/bitcoin/src' Makefile:740: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1
Here is the full error with stack trace: https://pastebin.com/02JRiS1P
I had a look around, this looks similar to #10960, but it's failing in a different directory.