Johan Nilsson
> Hate to ask this, but are you really, really sure?
The file does exist:
bjam
error: Unable to find file or target named
error: '/var/tmp/ma0/boost/boost_1_42_0/stage/lib/libboost_system.a'
error: referred from project at
error: ''
Both 'ls' and 'file' show that file exists. As this was the first
thing I checked.
ls -l /var/tmp/ma0/boost/boost_1_42_0/stage/lib/libboost_system.a
-rw-r----- 1 ma0 ma 72008 2010-02-16 13:01 /var/tmp/ma0/boost/boost_1_42_0/stage/lib/libboost_system.a
file /var/tmp/ma0/boost/boost_1_42_0/stage/lib/libboost_system.a
/var/tmp/ma0/boost/boost_1_42_0/stage/lib/libboost_system.a: current ar archive
>>This is what my boost-build.jam look like: