cannot find -lboost_thread-gcc44-mt-1_34_1,但是已经交叉编译了boost,该怎么处理

cannot find -lboost_thread-gcc44-mt-1_34_1,但是已经交叉编译了boost编译出现cannot find -lboost_threa

cannot find -lboost_thread-gcc44-mt-1_34_1,但是已经交叉编译了boost
编译出现cannot find -lboost_thread-gcc44-mt-1_34_1,但是我已经交叉编译了boost。并且已经通过了。为什么会这样呢?

[解决办法]
编译时加入
-L/path

path为libboost_thread-gcc44-mt-1_34_1的路径