Boost logo

Boost-Build :

Subject: Re: [Boost-build] Trivial issues have been neglected.
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-10-16 00:29:14


AMDG

On 10/15/2012 07:54 PM, Kohei Takahashi wrote:
> Hi all,
>
> Can anyone handle following two issues?
>
> <runtime-debugging>on does nothing for libstdc++...
> https://svn.boost.org/trac/boost/ticket/4589
>

This is /not/ a trivial issue. It may
be easy to do, but:
a) _GLIBCXX_DEBUG was broken last time I tried it
   a few years ago. It won't work with all versions
   of gcc.
b) Anything the changes the ABI of the compiled
   libraries needs careful consideration and must
   be documented. The libraries that are built need
   to be ABI compatible with code that isn't compiled
   using Boost.Build.
c) <runtime-debugging>on is part of <variant>debug,
   but I don't think _GLIBCXX_DEBUG is a standard
   part of debug builds with gcc.

> SEARCHED_LIB targets always treated as shared by clang module
> https://svn.boost.org/trac/boost/ticket/5820
>

In Christ,
Steven Watanabe


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