This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

Re: problems with locale.cc


> It is explicitly instantiated because this vector container is used in
> locale. This specific member function may not be referenced, but it's
> easier to do explicit instantiations on the class as a whole then to
> instantiate just the required member functions. For examples of syntax for
> both approaches, see the various /src/*inst* files.

I couldn't find a place in the locale portions of the source where insert 
was used, so I asked where it was used to find out if perhaps there 
was a compiler issue or something else (ELF vs. COFF) that was 
causing the error.

> Hopefully, you've now gotten the library to compile--can you link the test
> programs in /testsuite/* with both static and shared compiles? 
> 

Yes, I have succeeded in compiling it. My target doesn't support shared 
libraries, but I will let you know the results of running the testsuite with 
the static version when I can find the time.

Mark

--- 
Mark Elbrecht, snowball3@usa.net
http://snowball.digitalspace.net/


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