I do "sudo ./b2 ... "
Is this the right way?
Best, Panagiotis
On Wed, Jul 25, 2012 at 4:23 PM, Alain Leblanc
wrote: On 07/25/2012 04:12 PM, Panagiotis Foteinos wrote:
Greetings.
I invoke ./b2 variant=release and everything seems to be fine. I can see that the thread library is created inside under $SOURCE/bin.v2/libs . Nevertheless, the command ./b2 install does not copy the libraries under /usr/local. It does nothing. All I see is many warnings similar to:
**************************** skipped bin.v2/libs/thread/build/gcc-4.4.3/release/link-static for lack of bin.v2/libs/thread/build/gcc-4.4.3/release... ****************************
Any ideas?
Seems right, but it's hard to tell without seeing more of your output, and I don't know what the default install dir is, or the default link
On 07/25/2012 05:31 PM, Panagiotis Foteinos wrote: option (static, shared or both). Are you sure it has not been installed anywhere? You could try to run find from your root directory, something like find / -name "libboost*" -print a