Skip to content

Fail to compile on mint 20.2 #905

@baboboi

Description

@baboboi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions