Boost logo

Boost Users :

Subject: Re: [Boost-users] Problems building boost 1.36
From: Steve Gilbert (SGilbert_at_[hidden])
Date: 2008-09-05 15:56:37


Thank you so much! This seems to have built everything now...I'll add
this to our internal documentation.

Can I get a pointer on the correct way to install these? "make install"
doesn't seem to know about them. Can I just copy them into the lib
directory? Anything else involved?

Thanks again!

--
Steve Gilbert
Engineering Support
NVIDIA Corporation
-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Steven
Watanabe
Sent: Thursday, September 04, 2008 5:30 PM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Problems building boost 1.36
AMDG
Steve Gilbert wrote:
> I'm a systems administrator trying to build boost 1.36 for some of our
> engineers here who have been using version 1.35 for a while.  The new
> version builds just fine (gcc 4.2.2 on RHEL3) without so much as an
> error.  However, after the install we have far fewer libraries
installed
> than we did with 1.35.  The lib directory of the new version only
> contains 108 files as opposed to 423 in the previous version.
> Specifically, only the multi-threaded libs seems to get built with the
> new version...there are no single-threaded libraries at all.  I can't
> find any mention of how to build these libraries in any of the
> documentation.
>
> Can anyone tell me if this is by design in this new version, or if I
> need to do anything special in order to get these to build?  When
> building, we're not doing anything different than we did when building
> the previous version.
>   
To build everything use
bjam --build-type=complete ...
To build specific libraries use combinations of the following:
debug release link=static,shared runtime-link=static,shared 
threading=single,multi
For example
  bjam release link=static,shared threading=single ...
builds two libraries,
* single threaded release static lib
* single threaded release dynamic lib
In Christ,
Steven Watanabe
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net