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]

multiple definition of `std::__default_alloc_template<(bool)1,(int)0>::allocate(unsigned)'


To ensure mainline hasn't regressed too much, today I test-bootstrapped
that instead of the 3.1-branch and got the following error when building
an application of our on i386-unknown-freebsd4.5:

  plan.o: In function `std::__default_alloc_template<(bool)1, (int)0>::allocate(unsigned)':
  plan.o(.text+0x20b6): multiple definition of `std::__default_alloc_template<(bool)1, (int)0>::allocate(unsigned)'
  grounding.o(.text+0x215a): first defined here

Any ideas?

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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