This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch: bitmap_allocator.h


Hi,
	I tried building the library again, and it is building fine! To cross
check, I saw the file c++allocator.h, which contains the following
lines:

// Define bitmap_allocator as the base class to std::allocator.
#include <ext/bitmap_allocator.h>
#define ___glibcxx_base_allocator  __gnu_cxx::bitmap_allocator

So the base class being used is surely bitmap_allocator<>.

Also, the make check-target-libstdc++-v3 works fine.


Just re-confirming, the configure options I used are the following:

/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

-Dhruv.



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.
> 
> Paolo.
-- 
	-Dhruv Matani.
http://www.geocities.com/dhruvbird/

template<typename Signature>
  class CustomSignature : public Signature
{ };



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]