25 Feb
2010
25 Feb
'10
8:09 a.m.
I am using the Boost library with g++ on Linux. When I built this library, I executed this command: ./bjam (without parameters). My lib directory looks like this: libboost_thread.a libboost_thread.so libboost_thread.so.1.41.0 ... Building the project using Thread library, I added boost_thread to the linker dependencies list. Now my program depends on the shared library libboost_thread.so.1.41.0. For my purposes, I need to make static linking, to exclude runtime dependency. How can I do this? -- View this message in context: http://old.nabble.com/Boost-static-linking-tp27714367p27714367.html Sent from the Boost - Users mailing list archive at Nabble.com.