This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: patch: bitmap_allocator.h
- From: Dhruv Matani <dhruvbird at gmx dot net>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: 01 Aug 2004 08:27:43 +0530
- Subject: Re: patch: bitmap_allocator.h
- Organization:
- References: <1090333934.6304.3.camel@localhost.localdomain> <41098A5C.4080006@suse.de> <1091262180.5743.4.camel@localhost.localdomain> <410B6132.5020305@suse.de> <1091271734.10551.3.camel@localhost.localdomain> <410BE1DE.2090809@suse.de>
On Sat, 2004-07-31 at 23:45, Paolo Carlini wrote:
> Dhruv Matani wrote:
>
> >Did you remove all the files in the build directory, and then do the
> >build again?
> >
> Of course I did that: in order to test
> --enable-libstdcxx-allocator=bitmap in the
> correct way one has to rebuild everything from scratch in an empty dir.
>
> Anyway, in order not to waste your time, I tried again, same result.
Ok.
Do you have these configure options or different ones:
/root/gcc/gcc-3.5-20040718/configure --prefix=/opt/gcc-3.5
--enable-__cxa_atexit --enable-languages=c,c++ --enable-threads=posix
--program-suffix=35 --enable-libstdcxx-allocator=bitmap
If you have any extra options or any options removed, please let me
know. I will try building using those options.
Thanks!
--
-Dhruv Matani.
http://www.geocities.com/dhruvbird/
template<typename Signature>
class CustomSignature : public Signature
{ };