« Return to Thread: building boost Shared lib for serialization

Re: building boost Shared lib for serialization

by Vladimir Prus :: Rate this Message:

Reply to Author | View in Thread

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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: building boost Shared lib for serialization