Boost logo

Boost Users :

Subject: Re: [Boost-users] Need help in install boost 1.39 on Mac OSX
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-08-14 03:13:09


n179911 wrote:

> Hi,
>
> I am following the step here to install boost 1.39 on Mac OSX:
>
http://www.boost.org/doc/libs/1_39_0/more/getting_started/unix-variants.html#prepare-to-use-a-boost-library-binary
>
> I did:
> $ ./bootstrap.sh
> $ ./bjam install
>
> After the build is done.
> I do see boost-1_39 under /usr/local/include
>
> But, i don't see any boost related stuff in /usr/local/lib?

Please do:

    ./bootstrap.sh --prefix=/usr/local --libdir=/usr/local/lib
    ./bjam install

This will not rebuild libraries, just install them properly. This
was a bug in 1.39, and is fixed for upcoming 1.40.

HTH,
Volodya


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