#5085 closed Bugs (invalid)
non standard library locations
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost 1.45.0 | Severity: | Problem |
Keywords: | Cc: |
Description
It is not clear at the end of the build process if the libraries are put in the right place using the following command:
./bjam --libdir=/home/fenwick/opt/lib --includedir=/home/fenwick/opt/include
The result of the build process is difficult to interpret.
The Boost C++ Libraries were successfully built! The following directory should be added to compiler include paths:
/fs-lmb/lmb/home/fenwick/CODES/boost_1_45_0
The following directory should be added to linker library paths:
/fs-lmb/lmb/home/fenwick/CODES/boost_1_45_0/stage/lib
Change History (2)
comment:1 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
An example of "install" added to the command line of an example my finally extinguish the need for this --dare we call it help...
You need to add "install" to the command line.