-
Notifications
You must be signed in to change notification settings - Fork 231
Description
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.