configure error: Could not link against boost_system

前端 未结 10 1745
星月不相逢
星月不相逢 2021-02-05 05:52

I\'m trying to install a package (soccer simulator 2d) on Debian. When I go to the directory and run ./configure, I get the following:

reza@debian:~         


        
10条回答
  •  没有蜡笔的小新
    2021-02-05 06:20

    In my case I was missing some necessary parts of boost. Try executing on Ubuntu/Debian:

    sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libboost-iostreams-dev

提交回复
热议问题