Boost logo

Boost-Build :

Subject: Re: [Boost-build] building boost Shared lib for serialization
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-06-30 04:50:02


On Tuesday 30 June 2009 Sheth, Sonal S wrote:

> I'm trying to build the boost shared libraries for serialization and it's giving me following warnings warning #2068-D at several places. I'm also attaching the complete build.log.
>
> -----------------------------------
>
> "./boost/mpl/aux_/integral_wrapper.hpp", line 73: warning #2068-D: integer conversion resulted in a change of sign

This a compilation warning in specific Boost library. I am not sure if that's problem
with the code or the compiler, but this is not a Boost.Build problem. If this
warning is affecting you, I suggest you file a bug report on svn.boost.org.
Since aCC is not a common compiler, you might consider researching and providing
a workaround.

> Also dumps the core with following message....
>
> aCC runtime: Use of "-mt" must be consistent during both compilation and linking.
>
> ABORT instruction (core dumped)

What is dumping core? Is that some application of yours? If so, is it linked with -mt?

- Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk