This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: gcc 2.95.3 basic_string::Rep::operator delete unresolved


> 
> > basic_string<char, string_char_traits<char>, __default_alloc_template
> > <true, 0> >::Rep::operator delete(void *)
> 
> > Any ideas how to fix this?
> 
> Are you linking with g++ or gcc?
> 
This result is from gcc.  I also tried g++ on C++ code, and the
basic_string::Rep::clone(void) is also unresolved.  All the other
basic_string::Rep methods are Weak symbols.

I should mention that the power pc target is a VxWorks box.

Fritz


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