Subject: [Boost-bugs] [Boost C++ Libraries] #3006: Boost 1.39.0 lib installation wrong path
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-09 00:23:51
#3006: Boost 1.39.0 lib installation wrong path
----------------------------------+-----------------------------------------
Reporter: bradenm_at_[hidden] | Owner:
Type: Bugs | Status: new
Milestone: | Component: Building Boost
Version: | Severity: Problem
Keywords: |
----------------------------------+-----------------------------------------
When building boost 1.39.0, the the library files are installed to /lib
rather than /usr/local/lib.
After extracting the tarball and cd'ing to it, I do:
./bootstrap.sh
./bjam install
This builds it and installs the headers to /usr/local/include but installs
the libraries to /lib.
According to ./bjam --help, The default prefix is /usr/local so the
default libdir is /usr/local/lib. Explicitly setting this as ./bjam
install --prefix=/usr/local doesn't fix the problem. However, explicitly
setting the libdir with ./bjam install --libdir=/usr/local/lib causes it
to work correctly.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3006> 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:00 UTC