【发布时间】:2013-03-18 13:41:56
【问题描述】:
我在 Oracle Linux 5.5 中安装 PION 时收到以下错误:
Unable to link with the boost filesystem library
奇怪的是可以找到其他库并且在同一目录下
任何人都可以帮我解决这个问题.. 谢谢
【问题讨论】:
标签: boost-filesystem
我在 Oracle Linux 5.5 中安装 PION 时收到以下错误:
Unable to link with the boost filesystem library
奇怪的是可以找到其他库并且在同一目录下
任何人都可以帮我解决这个问题.. 谢谢
【问题讨论】:
标签: boost-filesystem
您需要安装开发包。 该过程取决于选择的系统/发行版。 在 Ubuntu 中是
sudo apt-get install libboost-filesystem1.49-dev
【讨论】: