12 Mar
2014
12 Mar
'14
7:08 p.m.
AMDG On 03/12/2014 11:44 AM, Richard Hadsell wrote:
I am trying to build Boost 1.55 libraries with Clang 3.4 using g++ 4.8.2 as the toolchain on CentOS 6.5. When I run the command that I used for building 1.52.0, I get a message that seems to be harmless but indicates something has changed in the bjam options:
bin/bjam --user-config=user-config.LINUX_C65 threading=multi instruction-set=core2 address-model=64 variant=release link=static,shared --stagedir=stageC65 stage link.jam: No such file or directory ...
What's up with that?
It's harmless. It was caused by an overeager merge. link.jam is needed for git. In Christ, Steven Watanabe