We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Had another issue related to Eigen/Dense which I miraculously managed to fix with a guide, now running into this:
Detected OS: Linux make CC=gcc CXX=g++ CXXFLAGS='-I/usr/include/openblas -I./Eigen -I. -Wall -Wextra -Wno-deprecated-copy -pipe -O3 -g -ffast-math -flto -march=native -std=c++14 -DNDEBUG' LDFLAGS=' -flto -g' leelaz make[1]: Entering directory '/home/amaro/leela-zero/src' g++ -flto -g -o leelaz Network.o FullBoard.o KoState.o Training.o TimeControl.o UCTSearch.o GameState.o Leela.o SGFParser.o Timing.o Utils.o FastBoard.o SGFTree.o Zobrist.o FastState.o GTP.o Random.o SMP.o UCTNode.o UCTNodePointer.o UCTNodeRoot.o OpenCL.o OpenCLScheduler.o NNCache.o Tuner.o CPUPipe.o -lboost_system -lboost_filesystem -lboost_program_options -lpthread -lz -lopenblas -lOpenCL /usr/bin/ld: cannot find -lboost_system /usr/bin/ld: cannot find -lboost_filesystem collect2: error: ld returned 1 exit status make[1]: *** [Makefile:65: leelaz] Error 1 make[1]: Leaving directory '/home/amaro/leela-zero/src' make: *** [Makefile:5: default] Error 2
I'm extremely new to linux, not sure what I can even try. I appreciate any help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Had another issue related to Eigen/Dense which I miraculously managed to fix with a guide, now running into this:
Detected OS: Linux
make CC=gcc CXX=g++
CXXFLAGS='-I/usr/include/openblas -I./Eigen -I. -Wall -Wextra -Wno-deprecated-copy -pipe -O3 -g -ffast-math -flto -march=native -std=c++14 -DNDEBUG'
LDFLAGS=' -flto -g'
leelaz
make[1]: Entering directory '/home/amaro/leela-zero/src'
g++ -flto -g -o leelaz Network.o FullBoard.o KoState.o Training.o TimeControl.o UCTSearch.o GameState.o Leela.o SGFParser.o Timing.o Utils.o FastBoard.o SGFTree.o Zobrist.o FastState.o GTP.o Random.o SMP.o UCTNode.o UCTNodePointer.o UCTNodeRoot.o OpenCL.o OpenCLScheduler.o NNCache.o Tuner.o CPUPipe.o -lboost_system -lboost_filesystem -lboost_program_options -lpthread -lz -lopenblas -lOpenCL
/usr/bin/ld: cannot find -lboost_system
/usr/bin/ld: cannot find -lboost_filesystem
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:65: leelaz] Error 1
make[1]: Leaving directory '/home/amaro/leela-zero/src'
make: *** [Makefile:5: default] Error 2
I'm extremely new to linux, not sure what I can even try. I appreciate any help.
The text was updated successfully, but these errors were encountered: