This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re:[c++] i686 toolchain additional shared fails
- To: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Subject: Re:[c++] i686 toolchain additional shared fails
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 11 Jan 2001 17:31:20 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
FYI it's the change on Dec 23 to string-inst.cc that kills things,
strangely enough. Revert just this part of it:
Reported by Brad Garcia <bgarcia@laurelnetworks.com>
* src/string-inst.cc (_S_find): Use generic template.
* include/bits/string.tcc (_S_find): Remove specializations
And everything is fine.
Psycho. I still think this is a linkage bug but I'll look into it more.
thanks for your help
benjamin