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


On Sat, 2004-07-31 at 14:36, Paolo Carlini wrote:
> Dhruv Matani wrote:
> 
> >I just built the library on gcc-3.5-20040718 after applying the patch
> >that you have attached, and everything is fine! I configured with
> >--enable-libstdcxx-allocator=bitmap.
> >  
> >
> Please check again. It fails for me everywhere, both on x86 and x86_64, two
> completely different software/hardware setups, in the very same way.

Did you remove all the files in the build directory, and then do the
build again? Because if you didn't then it will give an error. It gave
me an error when I did that, so I decided to rm -Rf * in the build
directory, then ran configure and make again from scratch. Then it built
fine for me. Maybe you have the same problem? Why does this happen
anyways? Because re-configuring and re-building only the library somehow
involves re-building parts of the compiler too. And that takes a lot of
time.

-- 
	-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]