[boost] [1.55.0] link.jam: No such file or directory
1,712 views
Skip to first unread message
Richard Hadsell
unread,
Mar 12, 2014, 2:44:09 PM3/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Boost
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
...
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bo...@lists.boost.org
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.