Board index » cppbuilder » Building boost

Building boost


2006-10-18 06:24:35 AM
cppbuilder87
I'm using bjam to build the boost library version 1.33.1 and I get some linker
warnings about duplicate symbols.
Has anybody else the same experience? Is there a solution to this?
Thanks.
--
Please remove "sam_" from email address.
 
 

Re:Building boost

Sam wrote:
Quote
I'm using bjam to build the boost library version 1.33.1 and I get some
linker warnings about duplicate symbols.

Has anybody else the same experience? Is there a solution to this?
I've seen those, but I think you can safely ignore them. By the way, if
you're using BCB2006 be sure to check out bcbboost.sourceforge.net .
Cheers,
Nicola
--
Nicola Musatti
Team Azzurro
nicola.musatti.googlepages.com/home
 

Re:Building boost

Nicola Musatti wrote:
Quote
Sam wrote:
>I'm using bjam to build the boost library version 1.33.1 and I get
>some linker warnings about duplicate symbols.
>
>Has anybody else the same experience? Is there a solution to this?

I've seen those, but I think you can safely ignore them. By the way, if
you're using BCB2006 be sure to check out bcbboost.sourceforge.net .

Cheers,
Nicola
I'm using BCB6.
Although not much relevant, the date_time library does not produce multithreaded
dlls using bjam, but the auto_link header tries to link with them (in vein of
course). Don't know if this is fixed in 1.34. Just wanted to bring this to your
attention.
Thanks.
--
Please remove "sam_" from email address.
 

{smallsort}

Re:Building boost

Sam wrote:
[...]
Quote
Although not much relevant, the date_time library does not produce
multithreaded dlls using bjam, but the auto_link header tries to link
with them (in vein of course). Don't know if this is fixed in 1.34. Just
wanted to bring this to your attention.
In my experience it does if you build with from the Boost top level
directory, but requires explicit specification if you build locally to
date_time.
Try adding "-sBUILD=<threaded>multi" to your bjam command line.
Cheers,
Nicola
--
Nicola Musatti
Team Azzurro
nicola.musatti.googlepages.com/home