Hi, I'm using boost ver 1.35 on Linux. When I've installed boost on my Linux machine, the build created dynamic libraries (only .so). How can I build boost on Linux so it'll create static libraries as well? Thanks!
2009/3/16 Lennyk
Hi,
I'm using boost ver 1.35 on Linux. When I've installed boost on my Linux machine, the build created dynamic libraries (only .so). How can I build boost on Linux so it'll create static libraries as well?
Thanks! _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Build using bjam. There is some documentation there: http://beta.boost.org/doc/tools/build/doc/html/bbv2/advanced/invocation.html The bjam executable should be in the tools/jam/src/bin.linuxx86_64 directory where you uncompressed boost. The 'linuxx86_64' portion could be different depending on your platform. a
Thanks! somehow I managed to miss this... Alain Leblanc wrote:
2009/3/16 Lennyk
: Hi,
I'm using boost ver 1.35 on Linux. When I've installed boost on my Linux machine, the build created dynamic libraries (only .so). How can I build boost on Linux so it'll create static libraries as well?
Thanks! _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Build using bjam. There is some documentation there:
http://beta.boost.org/doc/tools/build/doc/html/bbv2/advanced/invocation.html
The bjam executable should be in the
tools/jam/src/bin.linuxx86_64
directory where you uncompressed boost. The 'linuxx86_64' portion could be different depending on your platform.
a _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Alain Leblanc
-
Lennyk