e .o files *will* need to be copied) if a
distributed compilation system (a build farm) is used (as is the case here).
Thanks,
--
Paul Pluzhnikov
The same problem likely exists on trunk, so please do tell how to configure
GCC in order to reproduce it.
Paolo, does attached patch look correct for trunk?
Thanks,
--
Paul Pluzhnikov
Index: libstdc++-v3/src/c++11/snprintf_lite.cc
===
On Tue, Oct 1, 2013 at 8:56 AM, Jonathan Wakely wrote:
> On 1 October 2013 16:49, Paul Pluzhnikov wrote:
>>
>> The same problem likely exists on trunk, so please do tell how to configure
>> GCC in order to reproduce it.
>
> The std::__7 namespace implies --enable-symv
On Tue, Oct 1, 2013 at 9:12 AM, Oleg Smolsky wrote:
> On 2013-10-01 09:00, Paul Pluzhnikov wrote:
>> 2013-10-01 Paul Pluzhnikov
>>
>> * src/c++11/snprintf_lite.cc: Add missing
>> _GLIBCXX_{BEGIN,END}_NAMESPACE_VERSION
>
> Thanks. This patch address
On Tue, Oct 1, 2013 at 9:16 AM, Paul Pluzhnikov wrote:
> Thanks. I've also confirmed that trunk is similarly broken with
> --enable-symvers=gnu-versioned-namespace, and that the patch fixes that.
>
>> Would you like me to build the whole compiler package as well as a test