Georg Baum <[EMAIL PROTECTED]> writes: > > Jean-Pierre Chrétien wrote: > > > Sorry, I should have added the following lines: > > > > Undefined first referenced > > symbol in file > > std::char_traits<wchar_t>::not_eof(unsigned long const&)Chktex.o > > What is your gcc version?
C++ Compiler: g++ (3.3.2) > What is the size of wchar_t? It should be 4, > otherwise wchar_t should not be used. It is: checking for wchar_t... yes checking size of wchar_t... 4 > > These traits are defined in docstring.h inside an ifdef that tests for older > gcc versions. It looks like we need to adjust that ifdef, but first we need > to understand why you don't have them. Local configuration problem ? I have libstdc++.so in /usr/local/lib (version 5.0.5, installed in March 2004). Should I upgrade libstdc++ ? -- Jean-Pierre