Closed abdulbadii closed 4 years ago
@vondele sudo lxc
was required some years ago, with latest Ubuntu you can run even lxd init
.
@ppigazzini strangely I had to install lxc/lxd and use sudo, despite being on 20.04, I might have carried over some old settings from a number of upgrades, however, a clean install of 20.04 might behave differently.
@vondele I tried it on a clean 20.04 (also had to Install lxd) but didnt need to use sudo for any of the commands though.
@vondele @firetea I done a clean install on Hyper-V with latest Ubuntu 20.04 ISOs
/home/<user>/snap/lxd
) , it need only lxd init
lxc --version
4.0.1
sudo snap install lxd
:
lxc --version
4.3
Use sudo snap install lxd
to have a recent lxc version.
@snicolet please watch the latest update makefile! and watch the first author's comment and what one has warned: https://github.com/official-stockfish/Stockfish/issues/2731#issuecomment-647805424
Link Time Optimization, it works since gcc 4.5 but not on mingw under Windows.
that is his noble forewarn and correctly resolve it for us:below is it, it's on
-flto
and indeed it outright fails on Windows as author said and proved a failure on my Windows system executionIt only compiles without echoing any error