On Tue, 11 May 2010 19:24:28 +0100
Ken Moffat <zarniwhoo...@googlemail.com> wrote:

> On 10 May 2010 22:23, David Jensen <djensen...@windstrean.net> wrote:
> > I didn't see a track ticket for Boost.  I could open one and attach
> > a patch, but only if anyone is interested in adding it.
> >
> > Works for me boost_1_43_0:
> > {{{
> > ./bootstrap.sh --prefix=/usr
> > ./bjam
> > ./bjam install
> >
> > # install the new bjam
> > install -v bjam /usr/bin
> >
> > # install the html docs
> > bdocdir="/usr/share/doc/boost-1.43.0"
> > for dir in `find doc/html -type d`
> > do
> >   subdir=`echo "${dir}" | sed -e 's|doc/||'`
> >   install -v -m755 -d ${bdocdir}/${subdir}
> >   install -v -m644 ${dir}/* ${bdocdir}/${subdir}
> > done
> > }}}
> >
> > ---
> > David Jensen
> 
>  Unless I'm missing something, you appear to not install
> the libraries and headers ?

no, they are installed with ./bjam install, headers
in /usr/include/boost, libs in /usr/lib.
> 
>  I'm in the happy position of no longer needing boost -
> I gave up on kde4, but retained boost for gnash, and
> then youtube changes meant gnash stopped working.
> 
>  What do you build that requires boost ?

Trying to build Inkscape.  I hit another wall there, Poppler abi change.
> 
>  Also, I thought you had the ability to create a ticket,
> assign it to yourself after a suitable interval, and then
> update the book ?
> 
Lost my passwords when I went off-line for the 5th time in 5 years.  
I'm hesitant to set it up again.

---
David Jensen

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to