This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: STL mt_allocator crash in global construcutor
On 07/12/05, Neil Bird <neil@fnxweb.com> wrote:
> Around about 06/12/05 15:13, Paolo Carlini typed ...
> > AFAIK, 'til last summer Fedora configured with
> > --enable-libstdcxx-allocator=mt. This is not the case anymore, it uses
> > "new allocator" inline with the FSF default since 3.4.x...
>
> You're seemingly right, in as much as the current RPM .spec doesn't have
> that option in it. But mt_allocator's still being used :-/
>
> How else can it be triggered?
The configure script in the FC4 SRPM defaults to "mt" for GNU systems
and "new" for all others, so you don't need to provide any configure
option.
jon