>> Jochen Kuepper writes:
JK> On Mon, 15 Feb 1999 Lars Gullik Bjønnes wrote:
>> 2. The string class supplied with gcc and egcs are not compatible
>> with STL string. So the check we use to decide if the included
>> string class should be used of not is wrong. We should try to
>> find a better check. We could perhaps check if string calls
>> bastring.h or if stl/bastring.h exists and if so it is not
>> usable.
JK> I actually looked into LyX-1.1 with cygnus libstc++-3 (still
JK> prebeta) some time ago, but couldn't get it build, though my own
JK> project does work fine (also using some of the stuff that's not
JK> in the plain egcs libstdc++ :-). Has anybody managed to build
JK> LyX-1.1 with the strings from that libstdc++ ?
Do that prebeta thingie use C++ standard string?
(the SGI string implementation?)
Lgb