Re: [Boost-bugs] [Boost C++ Libraries] #9534: b2 emits link.jam No such file

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9534: b2 emits link.jam No such file
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-12-05 12:19:34


#9534: b2 emits link.jam No such file
-----------------------------------+---------------------------
  Reporter: Richard <legalize@…> | Owner: vladimir_prus
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: build
   Version: Boost 1.55.0 | Severity: Problem
Resolution: fixed | Keywords:
-----------------------------------+---------------------------

Comment (by anonymous):

 Replying to [comment:14 vladimir_prus]:
> The error you get is due to the --with-boost option - which does not
 exist, it's unrelated to link.jam.
>
> What are you trying to accomplish with that option? If you want to use a
 different build directory, use --build-dir.

 Hi,

 I am following just steps described in document given below -

 like -

    tar zxvf boost_1_55_0.tar.gz
    cd boost_1_55_0/
    ./bootstrap.sh
    ./b2 -j8 --prefix=$PWD --libdir=$PWD/lib64 --layout=system link=static
 install || echo FAILURE

 Once boost is installed, you can then compile Moses. However, you must
 tell Moses where boost is with the --with-boost flag. This is the exact
 commands I use to compile Moses:

    ./bjam --with-boost=~/workspace/temp/boost_1_55_0 -j8

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9534#comment:15>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC