configure error: Could not link against boost_system

前端 未结 10 1697
星月不相逢
星月不相逢 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:21

    Just to let potential viewers know, use ./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf on armhf devices. Thanks to @Hadi for the inspiration.

提交回复
热议问题